- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
partest working?
Fri, 2010-02-12, 19:16
Hi Phillip
When I use partest --failed (or any other option) from the command
line, where partest is
scala -cp ... scala.tools.partest.nest.NestRunner
I get Parameter --failed is not recognized by Scalac.
Can you (or anyone else) reproduce that?
Thanks
Fri, 2010-02-12, 20:47
#2
Re: partest working?
I verified that it works now after an svn up. Thanks! -- Martin
On Fri, Feb 12, 2010 at 7:27 PM, Paul Phillips wrote:
> On Fri, Feb 12, 2010 at 07:15:55PM +0100, martin odersky wrote:
>> When I use partest --failed (or any other option) from the command
>> line, where partest is
>>
>> scala -cp ... scala.tools.partest.nest.NestRunner
>>
>> I get Parameter --failed is not recognized by Scalac.
>>
>> Can you (or anyone else) reproduce that?
>
> I can't reproduce that, but it's a safe bet it's my fault from recent
> changes. If you're not using fully up to date trunk then "it's fixed"
> and if you are I'll try to figure out how that can be.
>
> --
> Paul Phillips | Every normal man must be tempted at times
> Future Perfect | to spit on his hands, hoist the black flag,
> Empiricist | and begin to slit throats.
> up hill, pi pals! | -- H. L. Mencken
>
>
On Fri, Feb 12, 2010 at 07:15:55PM +0100, martin odersky wrote:
> When I use partest --failed (or any other option) from the command
> line, where partest is
>
> scala -cp ... scala.tools.partest.nest.NestRunner
>
> I get Parameter --failed is not recognized by Scalac.
>
> Can you (or anyone else) reproduce that?
I can't reproduce that, but it's a safe bet it's my fault from recent
changes. If you're not using fully up to date trunk then "it's fixed"
and if you are I'll try to figure out how that can be.