pharo
pharo copied to clipboard
Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
**Bug description** Periodically, for no reason I can discern, writing to a text window fails. Here is just one example. The sourceString in RubCompositionScanner is size 18507, but the method...
**Bug description** Setting `FileReference` `readStream` position to the end causes DNU error for `bitAnd:` sent to `nil`. **To Reproduce** Evaluate: ``` | file stream | file := FileSystem memory /...
# APPIMAGE There is an open source tool for packaging and running software on **any** Linux distribution It is called "AppImage" (see [https://appimage.org/](https://appimage.org/)) It is used by different IDEs /...