pharo-project / pharo

Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
http://pharo.org
Other
1.21k stars 356 forks source link

Rename `{Cons,New}Array` into `NewArray{Stack,Nil}Init` #17370

Open iglosiggio opened 1 week ago

iglosiggio commented 1 week ago

This breaks all InstructionClient implementations.

Done at the dojo with @PalumboN / @jordanmontt / @FedeLoch / (don't remember the handles for the rest, sorry 😢)

MarcusDenker commented 1 week ago

We should discuss a bit backward compatibility. What is the impact? There are tools that use InstructionClient (e.g. RoelTyper)