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

fix(compat) OpenResty implementation of coroutine.wrap #342

Merged
merged 1 commit into from
Sep 22, 2020
Merged

Conversation

Tieske
Copy link
Member

@Tieske Tieske commented Sep 17, 2020

fixes #335

@Tieske Tieske merged commit 920dd41 into master Sep 22, 2020
@Tieske Tieske deleted the coro branch September 22, 2020 13:52
Tieske added a commit to Kong/kong that referenced this pull request Sep 22, 2020
  - `compat.wrap` a `coroutine.wrap` implementation that works like plain Lua
    on OpenResty. (#342)

  - In `pl.class`, `_init` can now be inherited from grandparent (or older ancestor) classes. [#289](lunarmodules/Penlight#289)
  - Using `compat.wrap` it now fixes `dir.dirtree`, `pl.lexer` on OpenResty. [#342](lunarmodules/Penlight#342)
bungle pushed a commit to Kong/kong that referenced this pull request Sep 23, 2020
  - `compat.wrap` a `coroutine.wrap` implementation that works like plain Lua
    on OpenResty. (#342)

  - In `pl.class`, `_init` can now be inherited from grandparent (or older ancestor) classes. [#289](lunarmodules/Penlight#289)
  - Using `compat.wrap` it now fixes `dir.dirtree`, `pl.lexer` on OpenResty. [#342](lunarmodules/Penlight#342)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Version 1.8.0 breaks Kong's busted
1 participant