You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMakeList.txt in epscript doing test parser, and tokenizer via catch.hpp. But current version of catch(v2.0.1) is outdated causing error: unrecognized instruction mnemonic, did you mean: bit, cnt, hint, ins, not?. Catch fixed this error on catchorg/Catch2@a25c1a2.
Issue
CMakeList.txt in epscript doing test parser, and tokenizer via catch.hpp. But current version of catch(v2.0.1) is outdated causing
error: unrecognized instruction mnemonic, did you mean: bit, cnt, hint, ins, not?
. Catch fixed this error on catchorg/Catch2@a25c1a2.Solve
I've tried to update catch.hpp to v.2.13.9 and test was successful. Of course we can use Catch v3, if don't care about migrate v2 to v3. https://github.com/catchorg/Catch2/blob/devel/docs/migrate-v2-to-v3.md#top
Related issue
CoatiSoftware/Sourcetrail#1185
The text was updated successfully, but these errors were encountered: