StéphaneDucasse
StéphaneDucasse
…arently some tools do that). Add a test
and it should not. What a strange idea.
So it defeats the architecture.
We should check all the users of toolNamed: and make sure that they use application toolNamed: - Epciea does it well. Possible list of things to fix: (open an issue...
Another cleaning phase will help reducing some old code. We should check but neither tonel nor iceberg need to write the MCZ files in the package-cache. The package cache is...
Now this is a bit tricky because the MCClassDefinition does not hold a class but the information of the class so may be we should ask the class builder for...
OCProgramNode>> allChildren is iterating for the receiver and its children. This is the behavior of withAllXX in other APIs. So we should rename allChildren into withAllChildren
Since we put on purpose self halt in the code I suggest that we blind the rule checks for Pharo so that we can have green tests.
makeAScreenshot is now in morphic but we could have it at the level of Spec. ``` makeAScreenshot | filePrefix | filePrefix := 'PharoScreenshot'. (MorphicUIManager new chooseFrom: { 'The entire world'...