Add --skip-verification flag to pyAnalyzeLaurel#1097
Open
joehendrix wants to merge 1 commit intomainfrom
Open
Conversation
Runs the Python→Laurel→Core translation pipeline without SMT verification. Intended for fast detection of type-checker and translation bugs without the overhead and unpredictability of SMT solving. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
tautschnig
approved these changes
May 4, 2026
Comment on lines
+656
to
+657
| -- When --skip-verification is set, report translation diagnostics and exit | ||
| -- without running SMT verification (stages 3-4). |
Contributor
There was a problem hiding this comment.
Can we please have at least one test that shows that this works and what this looks like?
aqjune-aws
approved these changes
May 5, 2026
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.
This adds a
--skip-verificationflag to thepyAnalyzeLaurelcommand that bypasses all the steps after converting to Core translation. This flag enables fast detection of type-checker and translation bugs without that overhead of a full verification pass.--skip-verificationboolean flag to thepyAnalyzeLaurelcommandRESULT/DETAILoutput format--sarifis also set, so the flag is a drop-in addition to existing invocations--check-mode,--entry-point,--solver,--timeout) are silently ignoredBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.