master
http://www.cse.unsw.edu.au/~willu/ 2009-05-22 02:36:11 -04:00 committed by Joey Hess
parent 5b2945cc92
commit 83826b39cf
1 changed files with 2 additions and 0 deletions

View File

@ -331,6 +331,8 @@ account all comments above (which doesn't mean it is above reproach :) ). --[[W
>>> it shouldn't (but I haven't verified that really happens).
>>> That could certianly be a show-stopper. --[[Joey]]
>>>> I think this can happen in the new closure based code. I don't think this could happen in the old code. -- [[Will]]
>>>> Even if that works, this is a good argument for having a syntactic difference between named pagespecs and normal pages.
>>>> If you're joining two pagespecs with 'or', you don't want a named pagespec in the first part overriding a page name in the
>>>> second part. Oh, and I assume 'or' has the right operator precedence that "a and b or c" is "(a and b) or c", and not "a and (b or c)" -- [[Will]]