updates to build scripts
Charles Oliver Nutter
headius at headius.com
Mon May 16 15:34:42 PDT 2011
On Mon, May 16, 2011 at 2:38 PM, Stephen Bannasch
<stephen.bannasch at deanbrook.org> wrote:
> The format for how guards are expressed is a bit confusing -- preceding a patch with a '/' turns that patch off.
>
> So this line builds without coro:
>
> export davinci=$(pwd) guards="buildable testable /coro"
Confusing is one word for it, yes :)
> Coro is (or was the last time I tried) included in the buildable/testable set so the line just before that is commented out:
>
> export davinci=$(pwd) guards="buildable testable"
>
> Will build coro -- last time I tried there were compilation failures and I haven't seen any more commits from Lukas.
>
> You can try it yourself by switching which of those lines are commented. When playing with these options it can be helpful to scan the console output in the beginning to see if patches in the series files are actually committed and whether they apply cleanly.
>
> When patches are added to the series file (but the developer forgets to check it in) or they don't apply cleanly the error thatstops the build is usually MUCH further along in the console output.
Ok...it's still on my to-do list to play with coro and get Fiber and
Enumerator/Generator wired up to it...one of these days...
- Charlie
More information about the mlvm-dev
mailing list