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
Noticed this in Release, in CI:
In Debug, it hits an assert:
➜ cmake-build-debug git:(main) ✗ ./modules/pluginval/pluginval_artefacts/Debug/pluginval.app/Contents/MacOS/pluginval --strictness-level 10 --timeout-ms 110000 --verbose --validate "" JUCE v8.0.4 JUCE Assertion failure in PluginTests.cpp:53 Started validating: Random seed: 0x26a7379 Validation started 4 Dec 2024 10:49:55pm Strictness level: 10 SUCCESS
In addition to the assert, it should probably emit an error message and return exit code 1.
The text was updated successfully, but these errors were encountered:
Agreed, if not plugins are found it should return 1.
Sorry, something went wrong.
No branches or pull requests
Noticed this in Release, in CI:
In Debug, it hits an assert:
In addition to the assert, it should probably emit an error message and return exit code 1.
The text was updated successfully, but these errors were encountered: