Guille Polito
Guille Polito
From https://github.com/pharo-project/pharo/issues/2953 > i.e. : Title of the diff windows named "3c65f47 to cceac76" implies that the left pane is 3c65f47 version and right is cceac76 version. But is is...
We should be able to create automatically a baseline from a series of packages.
**Describe the bug** Right now the "choose a template" list when creating an image accepts multiple selection  However, multiple selection is not accepted (it is validated by the "Create...
Launcher 1.4.6, Windows 10  There is a message "The access to this memory place is not valid"
Launcher 1.4.6, Windows 10 
For example - list templates - list images - create image from template - run image
- it is not closed after creation - it is not modal - the main window is not refreshed after creation
Fixes: https://github.com/pharo-project/pharo-vm/issues/430 Add proper support for - return blocks with assignments - assing blocks with returns - return blocks with returns - assign blocks with assignments Remove duplicated code and...
Code like this ```smalltalk ^ [ :a :b :c | a + b ] value: d value: e value: f ``` Gets the arguments removed incorrectly in C code ```c...