StéphaneDucasse
StéphaneDucasse
When loading magritte v3.7 ``` BaselineOfMaterialDesignLite >> magritte: spec [ spec baseline: 'Magritte' with: [ spec loads: #('Seaside'); repository: 'github://magritte-metamodel/magritte:v3.7/source' ] ``` as in materialLite v2.4.1 ``` spec baseline: 'MaterialDesignLite'...
"Dependencies from other repositories" spec package: 'SharedPool-Speech' with: [ spec repository: 'http://www.squeaksource.com/Speech' ]; package: 'MethodMassage' with: [ spec repository: 'http://ss3.gemstone.com/ss/MethodMassage' ]; package: 'MethodMassageCompatibility' with: [ spec repository: 'http://ss3.gemstone.com/ss/MethodMassage' ]; package:...
When we insert a class the metaclass of the new class is Class and not the superclass metaclass :( Example, when in insert a superclass in MyClass, MySuperClass class is...
I wanted to rename the class driver using itself and the class did not get renamed :(
Minimizing the number of do: displayingProgress: can help us to better manage the progress bar. Here are some candiates for removals ``` ```
Hi I do not get why formatIncompleteIdentifiers is a class instance variable?
There is no super buildMicroDownUsing: aBuilder withComment: aString in the hierarchy of StInspectorCommand ``` StInspectorCommand >> buildMicroDownUsing: aBuilder withComment: aString super buildMicroDownUsing: aBuilder withComment: aString. self addDocumentContextRequiredSelectors: aBuilder ```
Internal users of asOrderedCollection should be rewritten because asOrderedCollection is deprecated
``` Object >> asOrderedCollection self deprecated: 'The usage of this method is not recommended. We want to have a smaller Object api. We will remove this method in the next...
Right now we can enter an expression and select a class and we see the result. But I cannot just change the expression and see the result. We have to...
So we lost this method from P11.