pharo-graphics / Roassal

The Roassal Visualization Engine
MIT License
14 stars 8 forks source link

Cleanup: Usage of "notNil" in Roassal #19

Closed astares closed 8 months ago

astares commented 8 months ago

We have 47 senders of #notNil in Roassal - they should be changed to use #isNotNil as we want to deprecate #notNil later

(SystemNavigation default allSendersOf: #notNil)
    select: [:each | each package name beginsWith: 'Roassal-' ]

@akevalion can we clean them?

image

akevalion commented 8 months ago

I have removed notNil from Roassal, I will create a pharo new release v1.06 for pharo12

astares commented 8 months ago

@akevalion Great - thanks!