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

Old catch.hpp arm64 compatiblity error #155

Closed
zuhanit opened this issue Feb 17, 2025 · 0 comments
Closed

Old catch.hpp arm64 compatiblity error #155

zuhanit opened this issue Feb 17, 2025 · 0 comments

Comments

@zuhanit
Copy link
Contributor

zuhanit commented Feb 17, 2025

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

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

No branches or pull requests

1 participant