StéphaneDucasse

Results 622 issues of StéphaneDucasse

Here is a method with typical executable comments. ``` > aString "Answer whether the receiver sorts after aString. The collation order is simple ascii (with case differences)." " 'def' >...

Good first issue

It looks like we should rename the smallWarningIcon --- tested in Pharo 12

Type: Bug

Right now pressing Enter deselects the first element. So we are forced to use the mouse. ![Capture 2024-06-26 at 11 33 51](https://github.com/pharo-project/pharo/assets/432549/4296fd01-a864-435d-8ec8-a3e6eb8fba4f) S.

Type: Bug
papercut

imagine the method ``` A >> returnAnArray ^ #(1 2 3) beReadonlyObject ``` ``` A new returnAnArray returns true ``` Why ? Because ``` beReadOnlyObject "If the VM supports read-only...

Type: Bug

![world](https://github.com/pharo-project/pharo/assets/432549/1af5e2c9-5058-480e-acb5-ac81ee5185ed)

Type: Enhancement

I selected newMooFlooSkin in the following method ``` newSkinInstanceFor: anElement ^ anElement newMooflooSkin ``` and the system tells me... ![Capture 2024-06-12 at 11 08 03](https://github.com/pharo-project/pharo/assets/432549/58bc66a9-f039-471d-911e-116422135747)

Type: Bug
Project: Refactorings

In microdown we define ``` Sequenceable >> splitOnFirst: anObject "Split the receiver on the first element that match anObject" "#(1 2 3 0 4 5 6 0 7) splitOnFirst: 0...

Type: New Feature
Status: Fix proposed

When we have a halt, the debugger window reopened with the same size and position ignoring the changes the user may have done. Imagine a method with several halts. And...

Type: Enhancement
Project: Debugger

I have the following method ``` closeMe "the link url - ![alt text](url) - url is allowed to have title in quotes (url ""title"") " | split title | split...

Type: Bug