Fabio,

On Tue, Jun 21, 2011 at 2:15 PM, Ryan Pusztai <rpusz...@gmail.com> wrote:

> Fabio,
>
> On Tue, Nov 23, 2010 at 11:12 AM, Fabio Mascarenhas 
> <mascaren...@acm.org>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?
--
Regards,
Ryan
_______________________________________________
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/

Reply via email to