On Mon, May 16, 2011 at 2:38 PM, Stephen Bannasch <[email protected]> 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 _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
