- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Scalac tests
Thu, 2011-09-29, 21:29
Hi,
I can't get the scalac stability tests to pass. They report
differences in over 1000 files..
Is there a guide on how to run the test suite?
What are likely causes of stability test failures?
Hints on where to begin researching?
Thanks,
Jordi.
Fri, 2011-09-30, 08:27
#2
Re: Scalac tests
BUILD SUCCESSFUL
Thanks!
--
Salut,
Jordi
On 29 Set, 23:05, Josh Suereth wrote:
> You probably need to clean locker. Try ant locker.clean then run the tests.
>
> Likely cause is that locker compiles once and then not gain until you force
> it. This means the compiler you're using is 'stale' and changes to scala
> can cause binary instabilities.
>
> - Josh
>
> On Thu, Sep 29, 2011 at 4:29 PM, Jordi Salvat i Alabart <
>
> jordi.salvat.i.alab...@gmail.com> wrote:
> > Hi,
>
> > I can't get the scalac stability tests to pass. They report
> > differences in over 1000 files..
>
> > Is there a guide on how to run the test suite?
>
> > What are likely causes of stability test failures?
>
> > Hints on where to begin researching?
>
> > Thanks,
>
> > Jordi.
Likely cause is that locker compiles once and then not gain until you force it. This means the compiler you're using is 'stale' and changes to scala can cause binary instabilities.
- Josh
On Thu, Sep 29, 2011 at 4:29 PM, Jordi Salvat i Alabart <jordi.salvat.i.alabart@gmail.com> wrote: