Skip to content

fix test fail when define LUABIND_NO_EXCEPTIONS#38

Open
lipeiyuan wants to merge 1 commit into
Oberon00:masterfrom
lipeiyuan:master
Open

fix test fail when define LUABIND_NO_EXCEPTIONS#38
lipeiyuan wants to merge 1 commit into
Oberon00:masterfrom
lipeiyuan:master

Conversation

@lipeiyuan

Copy link
Copy Markdown

When define LUABIND_NO_EXCEPTIONS,luabind::error will not be defined,so the test will fail.In principle, the test should be rewritten, but it seems that it can be modified easily.

@Oberon00

Oberon00 commented May 14, 2020

Copy link
Copy Markdown
Owner

These tests do expect luabind::error to be thrown and should not be changed (maybe they need some ifdefs though). It is worrying that they succeed with LUABIND_NO_EXCEPTIONS defined.

@lipeiyuan

Copy link
Copy Markdown
Author

These tests do expect luabind::error to be thrown and should not be changed (maybe they need some ifdefs though). It is worrying that they succeed with LUABIND_NO_EXCEPTIONS defined.

yes, it needs some #ifdefine here

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

Successfully merging this pull request may close these issues.

2 participants