StéphaneDucasse
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.
In bloc we have BlInfiniteConstants ``` SharedPool
- 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...
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...
Imagine ``` A >> rikiki ^ 42 B >>rikiki ^ 34 ``` Pushdown A>>rikiki should not blindly replace `rikiki ^ 42` in B
``` (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: [...
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...
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...
- File out package should sort the classes by putting the root superclass before the subclasses, else we cannot reload the code
``` execute self systemNavigation browseInstVarRefs: self target ``` ``` browseInstVarRefs: aClass ^ self chooseInstVarFrom: aClass thenDo: [:aVar | self browseAllAccessesTo: aVar from: aClass] ``` Ugly old logic in there.... ```...