pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.

Results 738 pharo issues
Sort by recently updated
recently updated
newest added

**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...

Type: Bug

**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 /...

Type: Bug

# 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 /...

Type: New Feature