CyrilFerlicot

Results 269 issues of CyrilFerlicot

It happens often to me that when I save new code, a red square of death appears. Then I get a new debugger about that. ![image](https://user-images.githubusercontent.com/9519971/218426583-a2d9f12d-992e-4192-940a-3253ea605f46.png) ```st UndefinedObject(Object)>>doesNotUnderstand: #startIndex UndefinedObject>>doesNotUnderstand:...

bug
debugger

We have only one package for Regex (and another for the tests). It does not really make sense to call it "Regex-Core" when there is no other declination of the...

Type: Cleanup
Easy

I have this method: ```st lightBackgroundColor ^ Color r: 16r30 g: 16r3b b: 16r4f range: 16rff ``` And it produces a critic from ReSeparateMethodBodyAndHeaderRule but I have no comment. We...

Type: Bug

It is possible to browse a ring model in Calypso and this is used to browse external code for example. I would like to replace the MCSnapshotBrowser by this but...

I found that some settings are using a method named #dialog:. This method expect that a morph get returned and this bind the settings to Morphic. Since we need to...

Type: Bug

I tried to use a few time the new finder example mode but in the end I always got a time out and no result. This was not happening with...

Type: Bug

This PR removes some of the depreacted code from P12. This code was not packages in Deprecated12 and got leftover. I could not remove everything because some other part of...

I am working in Pharo 13 and I see no "expand" menu item when I right click on the class definition pane. And also if I press the shortcut cmd...

Type: Bug

Today I had to rename multiple methods to change the end of the name. I was using my keyboard to navigate Calypso and I would have liked to be able...

Type: Enhancement