[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: There's a bug in my LPeg code, but I can't find it
- From: Sean Conner <sean@...>
- Date: Sat, 18 Aug 2018 00:44:23 -0400
It was thus said that the Great Daurnimator once stated:
>
> I don't. Are you sure you're running the updated code?
@#!#$@!#$ Turns out I wasn't.
[spc]lucy:~/source/parse/Lua>luawhich org.conman.parsers.url.url
/home/spc/.luarocks/share/lua/5.1/org/conman/parsers/url/url.lua
/usr/local/share/lua/5.1/org/conman/parsers/url/url.lua
Once I removed the version from LuaRocks, it works.
Sigh.
Thanks for the help.
-spc (And now to debug the problem this change introduces ... [1])
[1] Namely, an additional segment that's empty, which is technically
correct (I guess?) but I have to think how to handle this ...
- References:
- There's a bug in my LPeg code, but I can't find it, Sean Conner
- Re: There's a bug in my LPeg code, but I can't find it, Daurnimator
- Re: There's a bug in my LPeg code, but I can't find it, Daurnimator
- Re: There's a bug in my LPeg code, but I can't find it, Sean Conner
- Re: There's a bug in my LPeg code, but I can't find it, Daurnimator