« Return to Thread: Re: [scala] Scalandroid

Re: Re: [scala] Scalandroid

by Matt Hellige :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View in Thread

Excellent! That was simpler than I thought, and fixed a bug, too!


On Nov 14, 2007 11:40 AM, Iulian Dragos <iulian.dragos@...> wrote:
> There was a bug in the Scala compiler. The ACC_SUPER flag was not
> generated for classfiles. This flag turns on the lookup algorithm for
> invoke special. More information is given here:
> http://weblog.ikvm.net/PermaLink.aspx?guid=99fcff6c-8ab7-4358-9467-ddf71dd20acd
>
> Ingo's code works now (and the prime numbers example!) You need the svn
> version, or tonights nightly build.

--
Matt Hellige / matt@...
http://matt.immute.net

 « Return to Thread: Re: [scala] Scalandroid