$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-07-31 16:15:52
Peter Dimov wrote:
> Vladimir Prus wrote:
>> Peter Dimov wrote:
>>
>>> The regression tests for Lambda seem up and running, but I see no
>>> Jamfile.v2 in libs/lambda/test. There is a Jamfile
>>
>> I don't even see a Jamfile.
>
> http://boost.cvs.sourceforge.net/boost/boost/libs/lambda/test/Jamfile?view=log
>
> You're probably looking at the RC_1_34 branch.
Ehm, so we still have V1 Jamfiles on HEAD? Weird, we probably
should remove them.
>>> How does v2 testing work? Magic? Local v2 patches not reflected in
>>> HEAD even though HEAD is being tested?
>>
>> Take a look at status/Jamfile.v2:
>>
>> test-suite lambda
>> : [ run libs/lambda/test/algorithm_test.cpp test_exec_monitor ]
>
> ...
>
> Aha. Thanks. This is evil, right? :-)
Yes. But it's up to lambda maintainers to fix ;-)
- Volodya