Julien Ponge
Julien Ponge
Note I need to contact Eclipse because I cannot set secrets for CI, etc.
@Artpej I fully agree with you.
@yloiseau yes, augmentations must not override existing class methods. Also agreed on the proposed resolution order. @Artpej in your last example on `List` and `ArrayList`: ``` golo let a =...
Regarding compilation exceptions then we should do what's most _reasonable_ for a dynamically-typed language. Given: ``` golo augment java.lang.String { function toString = |this| -> "Ah Ah Ah" } ```...
@yloiseau indeed :+1:
In this case it's perhaps better to wrap around union types than augmentations.
> or emulation of higher kinded types I could see it coming :-p