vonbecmann
vonbecmann
the http://files.pharo.org/get-files/90/pharo-vm-Linux-x86_64-stable.zip vm cannot open the image http://files.pharo.org/get-files/90/pharoImage-x86.zip see [https://github.com/vonbecmann/linked-list/runs/7512038823?check_suite_focus=true#step:4:37](https://github.com/vonbecmann/linked-list/runs/7512038823?check_suite_focus=true#step:4:37)
use ifNil:ifNotNil:
use ifNil:ifNotNil:
there are methods with no senders and with "sent but not implemented" selectors. ``` |selectors| selectors := SystemNavigation new allSentNotImplementedSelectors. selectors select: [ :each | each senders isEmpty and: [...
im using this message ``` upTo: limit ^ Array streamContents: [ :stream | stream nextPutAll: self ] limitedTo: limit ``` as an extension to NeoCSVReader to inspect the first 25...
what do you think?
emacs-knowledge-graph could be a better name.
use ifNil:ifNotNil:
use ifNil:ifNotNil:
there are methods with "sent but not implemented" selectors and no senders ``` |selectors| selectors := SystemNavigation new allSentNotImplementedSelectors. selectors select: [ :each | each senders isEmpty and: [ each...