Skip to content
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

Use of string.match which is NYI in LuaJIT #28

Open
edo888 opened this issue Sep 6, 2020 · 1 comment
Open

Use of string.match which is NYI in LuaJIT #28

edo888 opened this issue Sep 6, 2020 · 1 comment

Comments

@edo888
Copy link

edo888 commented Sep 6, 2020

Hi,

I have noticed that this library uses string.match function which is not supported by LuaJIT: http://wiki.luajit.org/NYI#libraries_string-library

Will this library play nice with LuaJIT or there are other obstacles which I'm not aware of?

Thanks!

@edo888 edo888 changed the title Use of string.match with is NYI in LuaJIT Use of string.match which is NYI in LuaJIT Sep 6, 2020
@agentzh
Copy link
Member

agentzh commented Sep 23, 2020

@edo888 Yeah, we should use ngx.re.find or ngx.re.match for it. Pull requests welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants