Skip to content

fix(luajit) add 'metatype' as a patched method#631

Merged
ajacksified merged 1 commit into
masterfrom
luajit/metatype
Aug 27, 2020
Merged

fix(luajit) add 'metatype' as a patched method#631
ajacksified merged 1 commit into
masterfrom
luajit/metatype

Conversation

@Tieske

@Tieske Tieske commented May 28, 2020

Copy link
Copy Markdown
Member

Abstracts the patching into its own module as well

fixes #630

Abstracts the patching into its own module as well
@Tieske

Tieske commented Jun 7, 2020

Copy link
Copy Markdown
Member Author

@ajacksified imo this is good to go. But merging it also requires uploading the new SCM-2 rockspec to LuaRocks. Can you merge and upload?

@Tieske

Tieske commented Jun 24, 2020

Copy link
Copy Markdown
Member Author

ping @ajacksified

@Tieske

Tieske commented Aug 10, 2020

Copy link
Copy Markdown
Member Author

@ajacksified @DorianGray ping again. I do not mind uploading the rockspecs if you can provide me with a token

luarocks.org > login > settings > API keys > generate new key

@ajacksified ajacksified merged commit 2dfff99 into master Aug 27, 2020
@Tieske Tieske deleted the luajit/metatype branch August 29, 2020 00:10
unleashed added a commit to 3scale/APIcast that referenced this pull request Sep 5, 2021
This has landed in the next Busted release and handles the issue
of calling FFI.metadata (and others) twice in the same environment
by stubbing the actual call with a table lookup to pick up previous
results.

See lunarmodules/busted#631 for details.
unleashed added a commit to 3scale/APIcast that referenced this pull request Sep 5, 2021
This has landed in the next Busted release and handles the issue
of calling FFI.metadata (and others) twice in the same environment
by stubbing the actual call with a table lookup to pick up previous
results.

See lunarmodules/busted#631 for details.
unleashed added a commit to 3scale/APIcast that referenced this pull request Sep 5, 2021
This has landed in the next Busted release and handles the issue
of calling FFI.metadata (and others) twice in the same environment
by stubbing the actual call with a table lookup to pick up previous
results.

See lunarmodules/busted#631 for details.
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.

Using busted to test something using an FFI lib produces a "cannot change a protected metatable" error when run with luajit

2 participants