We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To test the rules, contributors have to provide path to corelib manually like this:
CORELIB_PATH="/path/to/corelib/src" cargo test
Make it so the corelib is resolved automatically, and if not found, display a proper error
The text was updated successfully, but these errors were encountered:
you might want to just copy-paste this: https://github.com/software-mansion/cairols/blob/eb6a1ae14dc0c448dfd88a6f7766930d1b08b756/src/project/unmanaged_core_crate.rs#L84
Sorry, something went wrong.
No branches or pull requests
Problem:
To test the rules, contributors have to provide path to corelib manually like this:
CORELIB_PATH="/path/to/corelib/src" cargo test
AC:
Make it so the corelib is resolved automatically, and if not found, display a proper error
The text was updated successfully, but these errors were encountered: