golo-lang icon indicating copy to clipboard operation
golo-lang copied to clipboard

Overloaded instance method dispatch issues

Open jponge opened this issue 8 years ago • 2 comments

We've observed when using Golo with simple Vert.x examples that the overloaded instance method dispatch mechanism does not always revalidate call sites to the right target. This is not deterministic, so we should build a reproducer with Vert.x and see what happens.

jponge avatar Apr 06 '17 08:04 jponge

Linked to #339 and probably #326

yloiseau avatar Apr 06 '17 11:04 yloiseau

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

yloiseau avatar Oct 19 '17 09:10 yloiseau