StéphaneDucasse

Results 622 issues of StéphaneDucasse

Right now we display the full class comment and it does not make sense. We should chop the comment and only display the first 10 lines.

Type: Enhancement

In bloc we have BlInfiniteConstants ``` SharedPool

Type: Bug

- When we rename a method we can change the arguments. - When we do so from within a method by clicking on the selector the changes is done but...

Type: Bug

We get the old message browser in Pharo 14.0.0 Build information: Pharo-14.0.0+SNAPSHOT.build.326.sha.cff1fd04e669d5fdb783a3ea09e21e1b5a95c9af (64 Bit) 30 November 2025 Now this is good since the API are different. The rest of this...

Type: Cleanup

Imagine ``` A >> rikiki ^ 42 B >>rikiki ^ 34 ``` Pushdown A>>rikiki should not blindly replace `rikiki ^ 42` in B

Type: Bug

``` (HDTestReport runSuite: PharoDocCommentTest suite) runAll ``` produces a report in progress.log that looks correct. But it raises an error ``` next: amount putAll: aByteArray startingAt: startingIndex forWrite ifFalse: [...

Type: Bug

We should use the transformation facility as in [deprecate](deprecated: on: in: transformWith: - Check senders to see how to use it. Now better use backwardCompatible: anExplanationString on: date in: version...

Type: Cleanup
Good first issue
summer school

Right now if you push a method in the superclass and the method was defined up in the hierarchy, you get a pop up asking you if you want to...

Type: Enhancement

- File out package should sort the classes by putting the root superclass before the subclasses, else we cannot reload the code

Type: Bug
Company: Thales

``` execute self systemNavigation browseInstVarRefs: self target ``` ``` browseInstVarRefs: aClass ^ self chooseInstVarFrom: aClass thenDo: [:aVar | self browseAllAccessesTo: aVar from: aClass] ``` Ugly old logic in there.... ```...

Type: Cleanup