New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Email grammar too complex (Lpeg 0.12) #2
Comments
|
The code here was developed under LPeg 10.2. I haven't tried with anything newer. |
|
I might send something to lua-l then? |
|
It was thus said that the Great daurnimator once stated:
I was planning on doing the same thing. I just wanted to double check |
|
Ah, I see you got there first. Thanks. |
|
It's a limitation with LPeg 0.12. I'm closing the issue as it's now in the hands of the LPeg developers. |
|
All good :) |
|
I ran into what I think is the same or at least a similar issue and # lua -v
Lua 5.3.3 Copyright (C) 1994-2016 Lua.org, PUC-Rio
# lua -l lpeg -e "print(lpeg.version())"
1.0.0If I run print(inspect(email:match(myEmail)))on the email in the example it causes a core dump on my machine and gdb shows that there A simmilar bug is described here, but not fixed in lpeg 1.0.0: |
|
It works with LPeg 1.0.1. I've updated the rockspec so if you use LuaRocks, it should be an easy to reinstall both. |
|
Cool, thanks! |
After filing Issue #1 I upgraded my lpeg:
Now I get an entirely different error :)
The text was updated successfully, but these errors were encountered: