StéphaneDucasse

Results 1102 comments of StéphaneDucasse

@estebanlm can you have a look because this can impact the book? @koendehondt

We should read https://kramdown.gettalong.org/syntax.html#inline-attribute-lists

@guillep can you have a look?

Your bug got fixed (but the fix introduced an endless loop in PullUp) It should be ``` defaultSelectDialog ^ self class defaultSelectDialog title: 'There are potential breaking changes!'; label: self...

With this change your bug goes away so I will close the issue.

May be because the case I have is on class side.

So this is not working on instance side or class side. Now I checked and the push up instance variable is working so this is a problem of the driver...

The action calls: ``` Driver >> pullUpReferencedInstVars notInstVarRefs referencedInstanceVariables do: [ :instVar | "We add the pushUpVariable transformation to the refactoring previous transformations" refactoring pullUpVariable: instVar ] ``` Which calls:...