Jean Privat
Jean Privat
The syntax ``` nit enum Foo is foo, bar, baz end ``` will cause issue with the parser because it conflicts with annotations. Now my point of view: There is...
@jcbrinfo done
Synopsis trop (combien?) long.
Virtual types checks are not that nice in fact. The crash here is explicit by an `abort` since the conflict is detected. What is missing is 1. how to present...
test this please
test this please
test this please
Fixed by #480 I think. Unless you want to keep this issue as a perpetual one as readme files can always be improved :)
The current method `TStatementListNode>>bindVariablesIn:` and related globally replace variable nodes with copies of the provided nodes. Therefore, this cause duplication if a parameter of a block is used more than...
On a standard PharoVMMaker generation, there are 2510 calls to `generateCASTOr:` (this counts inlining), it is not impossible that some of them should have been `generateCASTBitOr:` instead (there is 1493...