JRuby with coroutines
John Rose
john.r.rose at oracle.com
Tue Apr 6 20:27:52 PDT 2010
On Apr 6, 2010, at 8:07 PM, Stephen Bannasch wrote:
> I'm confused about how to interpret these two guards for coro.patch: '+coro' and '-/coro'
>
> What does the prefix '-/' signify?
/foo by local convention means "not foo". Therefore, -/foo is a double negative. It may be needed (besides plain +foo) due to the rules hg uses to total up the effects of all the guards.
-- John
More information about the mlvm-dev
mailing list