CyrilFerlicot

Results 271 issues of CyrilFerlicot

When the book will be ported to github it would be good to update the tutorial to a newest version of Pharo. This will need some update on the book...

Latter

During the loading of a projets I got this error: IceCloneRemoteNotFound It has no detail to it so it is hard to know what to do about that. It would...

I have this in CI logs: `TonelParseError: Can't parse method body`. It would be really cool to have more information like for example the containing class or package. (or both...

Apply cleanups suggested by Martin Fixes #8995

Rename RBNode into ASTNode. I could try to do all AST classes at once but I tried multiple time in the past and it failed and the PR was huge...

Status: Tests passed please review!

We have a lot of tests in Pharo and it might happen that some of them do not respect the principle of letting the system clean with their tearDown. To...

Status: Need more work

I have a script removing assignments from some method and I found it bugs when the assignment is not in a sequence but in another assignment. For example `test :=...

Type: Bug

This removes some code from the Kernel that is used only in the debugging tools. Maybe we should merge Debugging-Core and Debugger-Model? Idk, sometimes I don't know what to put...

Status: Tests passed please review!

Do not use a random precision but use one that proved itself This value is the default used by Polymath and comes from Numerical Recipes, 3rd edition, Section 5.7, which...

Status: Need more work

Because it is filed out as two statements and not one. For example: ```st ProtoObject subclass: #C4 instanceVariableNames: '' classVariableNames: '' package: 'Generated-Trait-Test-Package'. C4 superclass: nil ```

Type: Bug