CyrilFerlicot

Results 269 issues of CyrilFerlicot

I tried to install this project on Ubuntu 18.04 but I get an error during the stone creation. Script used: ``` git clone https://github.com/GsDevKit/GsDevKit_home.git cd GsDevKit_home export GS_HOME=`pwd` export PATH=$GS_HOME/bin:$PATH...

rowan

Author will be removed really soon so I'm removing the dependency to it

OSSAttachableFileStream inherits from StandardFileStream that is deprecated since Pharo 7. It should be replaced by the new file implementation.

Remove the deprecated classes and methods to start clean for P13

This change removes the references to `SystemAnnouncer uniqueInstance` to use either #codeChangeAnnouncer or #codeSupportAnnouncer depending on the cases.

This should be integrated with this: https://github.com/pharo-project/pharo/pull/16422

This test was previously failing from time to time on Pharo's CI but recently it is almost always failing on Pharo 12 CI but it's almost always on OSX. This...

bug
debugger

How to reproduce: - Debug a test with an #assert:equals: - Step over until you get to the #assert:equals: - Step into Expected behavior: I expect to get into the...

bug
debugger

In the debugger, above the evaluator, there is an icon to open a menu with halt options (halt on read, halt on write...). The icon is not really explicit and...

enhancement
debugger