StéphaneDucasse
StéphaneDucasse
``` testReturnShouldBeTheLastStatement self should: [ self parserClass parseMethod: 'tmp ^ 42. 33 + 33' ] raise: Error. ``` ``` parseStatementInto: statementList periodList: periods withAcceptedStatementClosers: aCollectionOfClosers "Parse a statement and store...
We could have a setting (or a configuration) to be able to have expansion on opening.
it would be nice to be able to decide. Because it works well on my machine. So if people have slow discs or slow network. So we could have a...
I will integrate it now and I will fix it.
It looks like a regression.
Hernan can you do it and then we remove the old setting browser. And we can clean the dependency to Morphic. We should move on such issues else we will...
May be we could package them in Assertions package.
@tesonep I think that these are the changes I made to support size in Spec component that broke all this hierarchy. If you know how to fix one I could...