StéphaneDucasse

Results 622 issues of StéphaneDucasse

$ pillar build pdf ne pourrait pas passer le checker avant par défault. Puis on pourrait avoir $ pillar build pdf —nocheck et même un mode strict pour s’arreter avant...

Sometimes we need to report some broken tests and it is tedious to type all the selectors. It would be super to get a menu item that paste de list...

enhancement
good first issue

We have two classes - ReCreateAccessorsForVariableTransformation - RBAddAccessorForVariableTransformation

Type: Cleanup

while defining a class for my tests I got the following completion result. ![Capture 2024-09-11 at 21 44 56](https://github.com/user-attachments/assets/b8fff8cc-dc2b-441e-8715-d79e4f9d1bae)

Type: Bug

When you want to run code coverage, you select test packages and packageS that these tests test. Now you can only select one package so this defeats the point.

Type: Bug

Type: Bug
Project: Calypso

Imagine the following situation ``` A >> x ^ 33 B is empty C >> x ^ super x + 10 ``` Now we add a simple method x in...

Type: Bug
Project: Refactorings
mutation impact

``` testBestNodeForReturnAStatementWhenIntervalInStatementWithoutLeftPart | ast start body | body := 'm | a | a := 1111111111111111. '. start := 'm | a | ' size. ast := (RBParser parseMethod: body)...

Type: Bug

The method ``` getMethodString ^'toto "First comment" | temp variables | "Second comment" assignement := " Third comment " #node. "Fourth comment" message "Fifth comment", ''node''. "Sixth comment" cascade node;...

Type: Cleanup
Good first issue