StéphaneDucasse

Results 622 issues of StéphaneDucasse

``` for: aCompositeRefactoring scopes: scopes self deprecated: 'Use `for:scopes:` instead.' on: '2024-01-20' in: 'pharo13' transformWith: '`@receiver changes: `@arg1 scopes: `@arg2' -> '`@receiver for: `@arg1 scopes: `@arg2'. ^ self new changesFrom:...

Type: Bug

Image the following situation: ``` A >> foo ^ 42 B C >> foo ^ 33 ``` When we pull up C >> foo. The refactoring should push down foo...

Type: Enhancement

more-information-needed

…missing something (my code was not in the reverted PR so I gave up understanding).

Status: Tests passed please review!

When we have the following expression where | represents the caret ``` 1 between: 1 an| ``` We get and:do: while we would like to have between:and: ``` entriesDo: aBlock...

Type: Enhancement

In menu registration we have ``` PragmaMenuAndShortcutRegistration PragmaMenuAndShortcutRegistrationItem ``` In addition to ``` PluggableMenuItemSpec PluggableMenuSpec ``` And ``` MenuRegistration and its subclass PragmaMenuBuilder. ``` it is clear bad since PragmaMenuBuilder...

Type: Bug

We get an error because the message browser cannot get the windowTitle (because unknown messages).

Type: Bug

I have the following code. ``` testCode self assert: (String streamContents: [ :s | (FOMicrodownV2Reader file: root / 'test-code.md') createModelEntity renderOn: s ]) equals: self lineEnding , 'Here is some...

Type: Bug

- launch flycut - copy - paste it to pharo using Flycut multi buffers you cannot do anything anymore switch to another app - come back it works In P12...

Type: Bug

Would be good to have a class comment (may be taken out of the book of Didier Besset).