Guille Polito

Results 189 issues of 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...

enhancement
UI

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 ![image](https://user-images.githubusercontent.com/708322/112809380-3d130a80-907a-11eb-9037-ca0454bfdb31.png) However, multiple selection is not accepted (it is validated by the "Create...

Bug

Launcher 1.4.6, Windows 10 ![image](https://user-images.githubusercontent.com/708322/48190538-45503b00-e343-11e8-84b3-937aa6e95d78.png) There is a message "The access to this memory place is not valid"

windows

Launcher 1.4.6, Windows 10 ![image](https://user-images.githubusercontent.com/708322/48190216-6b291000-e342-11e8-92f8-96b9db2e4f02.png)

windows

For example - list templates - list images - create image from template - run image

Backlog

- it is not closed after creation - it is not modal - the main window is not refreshed after creation

Backlog

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

slang