Ryan, The master branch of Orbit (what the cvs-2 rockspec) pulls is not compatible with Orbit 2.2. I pushed the model and routes fixes to the orbit22 branch, this is what you should pull; you will need to edit the rockspec and add a cvs_tag = "orbit22" field to the sources table.
I will do a maintenance release the orbit22 branch to address this bug. -- Fabio Mascarenhas On Tue, Jun 21, 2011 at 3:43 PM, Ryan Pusztai <[email protected]> wrote: > On Tue, Jun 21, 2011 at 2:31 PM, Ryan Pusztai <[email protected]> wrote: >> >> Fabio, >> >> On Tue, Jun 21, 2011 at 2:15 PM, Ryan Pusztai <[email protected]> wrote: >>> >>> Fabio, >>> >>> On Tue, Nov 23, 2010 at 11:12 AM, Fabio Mascarenhas <[email protected]> >>> wrote: >>>> >>>> LPEG 0.10 identifiers in an RE grammar now can have underscores, so >>>> [%w_] is interpreted as a character class consisting of only the >>>> predefined pattern named w_ instead of a character class consisting of >>>> the predefined pattern named w and an undescore... >>>> >>>> Flipping [%w_] to [_%w] fixes it, if you do not want to go back to >>>> LPEG 0.9. Sorry for not noticing this, the (breaking) change was not >>>> in LPEG 0.10's changelog... >>>> >>>> -- >>>> Fabio Mascarenhas >>> >>> I hate to bring up an old thread, but I just installed Orbit from scm >>> using LuaRocks and the fix you give is not in git yet. Is there any reason >>> this is not? >>> -- >>> Regards, >>> Ryan >> >> I hit send too soon. >> Here are the line numbers from 'model.lua' from Orbit scm that need to be >> updated: 194, 203, 208 >> This is now an issue in the "mk" module as well. Line 27 and line 39 of >> routes.lua needs the same fix. >> Also it seems that "mk" should have a dependency on "cosmo" because it >> requires that in 'template.lua'. Am I missing something? > > Some more information on some issues I am having getting the scm versions of > Orbit up and running. > I see that the rockspec for orbit version 2.2.0-2 has a dependency on > "cosmo", but the cvs-2 version does not. It replaces the cosmo dependancy > for mk. > -- > Regards, > Ryan > > _______________________________________________ > Kepler-Project mailing list > [email protected] > http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project > http://www.keplerproject.org/ > _______________________________________________ Kepler-Project mailing list [email protected] http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project http://www.keplerproject.org/
