luabind icon indicating copy to clipboard operation
luabind copied to clipboard

fix test fail when define LUABIND_NO_EXCEPTIONS

Open lipeiyuan opened this issue 6 years ago • 2 comments
trafficstars

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.

lipeiyuan avatar Feb 25 '19 11:02 lipeiyuan

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.

Oberon00 avatar May 14 '20 17:05 Oberon00

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

lipeiyuan avatar Jun 03 '20 02:06 lipeiyuan