CyrilFerlicot

Results 360 issues of CyrilFerlicot

The theme management of the progress bar is a little messy because it gives a progress bar parameter that is never used. And some methods have "style" in the name...

- Remove #stylingEnabled: because this is never used and if we do not want to style a text, we should not give it to the styler - Remove #text ivar...

Status: Need more work

In Shout we have a variable plugins but this is never used. This is dead code that we could remove. Since we are in freeze phase I'm opening an issue...

Type: Cleanup

Currently we have #classes/#classesDo:/#classesAndTraits/#classesAndTraitsDo: that are all returning classes and traits. We discussed with Steph and Marcus and we don't like it. Here is what we would like to get:...

Type: Cleanup
Version: Pharo 13

When you are on a class side method and you refer to the class you are in, then the description of the rule is wrong because it tells you to...

Type: Bug
Project: Rules

I just ran a test suite in DrTest and I had an error in the setup of a test resource. It blocked the executions of my tests and I had...

Type: Bug

Today Christophe ran tests that are pretty long and it was hard to know when the tests finished or not. It might be nice to have a progress bar with...

Type: Enhancement

In Pharo 13 since a few weeks I cannot use the rename temp refactoring from Calypso because when I try to apply it I get a popup saying it will...

Type: Bug
Project: Refactorings
Version: Pharo 13

In the repository browser we can see a list of changes that happened in a commit. I wanted to browse some of the elements of the change (a method that...

If possible it might be nice to let the documentation take more width on the webpage ![image](https://github.com/user-attachments/assets/c269ae09-cc72-48b6-bec5-273afcd1565b) See, here I have scrolls in the table but so much space unused...

Enhancement