Julien Ponge

Results 260 comments of Julien Ponge

Note I need to contact Eclipse because I cannot set secrets for CI, etc.

@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" } ```...

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