Yannick Loiseau

Results 76 comments of Yannick Loiseau

That being said, it's also a matter of style and personal preferences, and even if I have rational arguments, someone else could argue the other way around :smile:

I'be been thinking about this one for a while.

The subtyping was just an idea, I didn't though about the compile time resolution. Without subtyping, catching exception will be more cumbersome, but it's indeed a difficult point.

maybe we could allow the subtyping case provided that the super class is fully qualified, as for augmentations; for instance: ``` golo exception MyException(java.lang.IllegalArgumentException) = {message, cause} ```

@jponge did you had time to experiment with this feature?

This one is actually a WIP (see https://github.com/yloiseau/golo-lang/tree/improve/comment-in-collection)

I’ve already done some tests, but it’s a lot less obvious than it first seems… - an anonymous module must be built _incrementally_ - the `main` should be to just...

Linked to #339 and probably #326

see https://github.com/yloiseau/golo-tests/tree/master/BUGS/326-call-resolution/overloaded/simple