CyrilFerlicot

Results 330 issues of CyrilFerlicot

DataFrame has a dependency on DataFrame-Math but this is not declared in the baseline. We could declare it in the baseline but I think it is better to just merge...

bug
question
baseline
Difficulty: Easy
Novi Sad

I got an example that crashed in the demo browser (we should probably have smoke tests?) and after that the browser got totally broken and nothing new was showing when...

Currently there is a jitted version of primitiveCompareWith (genPrimitiveStringCompareWith) but it only works when the primitive has 1 argument (the string to compare). It does not work if the primitive...

I took the development PharoLauncher and when I'm creating a new image (I took the P12 64bit development image) I get some "StringMorph" displayed in the progress bar: ![image](https://github.com/pharo-project/pharo-launcher/assets/9519971/1cc2a9ee-c9f4-4b3d-af77-67b94427627a) Pharo...

Bug

From the Pharo meeting: It is not always easy to understand what the update button is doing, especially when we did not select any VM. Possibilities: - Clicking on update...

Enhancement

This seems pretty easy to do and improve the user experience.

Enhancement

In PetitParser 1, a tool named "PetitPreprocessor" was added. The goal is to be able to preprocess the input to remove things such as comments in order to make the...

In the doc it is written that PP now works on stream. I tried to parse a file but it failed. I suppose it is because file stream implementation of...

I see that the different parts of PetitParser2 are managed via differents baselines. This has two negative impact IMO: - It breaks the usage of branches. For example if I...