-
**Describe the request**
`String >> #hash` uses `ByteString hash` as an initial hash. This should be cached or hard coded.
**Expected behavior**
`String >> #hash` sends `ByteString hash` to com…
-
When adding a breakpoint in a Trait method, it should break when this method is called with an instance of a class using the trait as receiver.
For now, if you add a breakpoint in a trait, it never a…
-
Please make a decission if CSnakes should support subinterpreters or not. As subinterpreters can have their own environment, modules etc. that would lead to a different API. At this stage of CSnakes i…
-
EDIT: The relevant class appears to be in the NewTools repository, not pharo. The issue has been opened and patch submitted at that repository instead. This can be closed.
Evaluating `Exception>>si…
-
```
To reproduce: start Strongtalk, launch Hierarchy Browser on Visual, and
"Typecheck all Classes". Various symptoms of a VM crash appear, either an
actual crash, or hardcode boolean error message w…
-
Some Smalltalk code to reproduce, using only direct API calls so should be easy to translate:
```smalltalk
| sdl ttf window renderer textEngine font text |
"setup"
sdl := SDL3Library default.
…
JBetz updated
1 month ago
-
**Author:** @NiklasKoehnecke
**Message:**
the git browser deletes every external resource added to git without asking the user/giving a warning when pulling -> pushing a new commit. This makes handli…
-
UUID is general and not Network specific. Thus I find the name missleading. Seen that name, I would wonder "Should I use it for my project that has nothing to do with network?"
Even in Pharo we use…
-
Strangely, all compile: .... methods return a selector.
They should return the `CompiledMethod` object.
-
In Pharo 11/12 every class now has an **environment** (which by default is the Smalltalk system dictionary). Pharo typically also has an own package organizer holding all packages. By default the syst…