StéphaneDucasse

Results 622 issues of StéphaneDucasse

This widget should be rewritten using Spec. And RBMethodNameEditor similarly

Cleanup

It would be nice to move part of the logic to the instance side.

Cleanup

To be able to use 100% fluid definition we should continue to clean the use of the old template. Here are some users: - RBAddClassChange - list to be updated...

Cleanup

-allClassesAndTraits - allMetaClasses - allNonMetaClasses - classVarRefsTo:in: - forClass:protocols: - withClassesFixedForNautilus - referencesTo:in: - instVarWritersTo:in: - instVarReadersTo:in: - forCategories: - isMultiEnvironment - classVariablesFor: Tx CB2

Cleanup

``` printProtocol: protocol sourceCode: sourceCode ^ String streamContents: [ :stream | stream nextPutAll: '"protocol: '; nextPutAll: protocol printString; nextPut: $"; cr; cr; nextPutAll: sourceCode ] ``` `protocol printString` - Creates...

Cleanup
good first issue

It is not clear how to load a group in the baseline dependency ``` spec project: 'PetitParser' with: [ spec baseline: 'PetitParser' with: [ spec repository: 'github://moosetechnology/PetitParser:v2.2.0/src'. spec loads: #('Tests')...

Hi Dario, if you look at the end of the PharoDebug.log you will see: Most recent primitives doesNotUnderstand: doesNotUnderstand: doesNotUnderstand: doesNotUnderstand: doesNotUnderstand: doesNotUnderstand: doesNotUnderstand: doesNotUnderstand: doesNotUnderstand: ....... ...... doesNotUnderstand: doesNotUnderstand:...

Hi sven after losing some moment trying to output a dictionary, I felt that improving the comments of put:* would be good. ``` STON class >> put: aDictionary onStream: stream...

https://github.com/Ducasse/Containers-Array2D

https://github.com/Ducasse/Containers-KeyedTree/