openresty / openresty/lua-resty-memcached
Use of string.match which is NYI in LuaJIT
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 216
- Forks
- 62
- Avg merge
- 1h 20m
- Merged PRs (30d)
- 2
Description
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!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read lib/resty/memcached.lua at the string.match call linked in the issue, then compare it with LuaJIT’s linked NYI string-library list. Verify the behavior under LuaJIT and determine whether the library is compatible; done means the compatibility question has a concrete resolution.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100