Expose all compile and scan options in boreal-cli and boreal-py#243
Merged
Expose all compile and scan options in boreal-cli and boreal-py#243
Conversation
Make sure that all parameters used for compilation are settable in boreal-cli.
82d1e42 to
e366c6b
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #243 +/- ##
=======================================
Coverage 98.34% 98.34%
=======================================
Files 95 95
Lines 26692 26758 +66
=======================================
+ Hits 26249 26315 +66
Misses 443 443 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some parameters were not exposed yet in boreal-cli or boreal-py. This MR ensures all parameters are exposed.
New compiler options in boreal-cli:
--max-condition-depth--parse-expression-recursion-limit--parse-string-recursion-limit--disable-includesNew scan options in boreal-cli:
--match-max-lengthNew compile options in boreal-py:
max_condition_depthparse_expression_recursion_limitparse_string_recursion_limit