-
Notifications
You must be signed in to change notification settings - Fork 700
Fix/bad syntax binding error variants #6343
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
Merged
jcnelson
merged 29 commits into
stacks-network:develop
from
jcnelson:fix/bad-syntax-binding-error-variants
Aug 26, 2025
Merged
Changes from 25 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
fb56db8
Add new SyntaxBindingError and SyntaxBindingErrorType variants (incl.…
jcnelson 01452b7
feat: when encountering an error while checking let-bindings and tupl…
jcnelson 810330f
chore: update tuple construction and pair tests with the new error me…
jcnelson 7b5dc8e
chore: pass BadSyntaxErrorType to use in the event the code fails to …
jcnelson 22a0a78
chore: update calls to handle_binding_list() to include the specific …
jcnelson 24fbf5d
chore: update tests to check the specific variant of CheckErrors::Bad…
jcnelson 8fed346
chore: pass the specific kind of type-checking when parsing (name,val…
jcnelson 664b648
chore: update calls to handle_binding_list() to include the kind of t…
jcnelson 418f789
chore: update all tests which check for CheckErrors::BadSyntaxBinding…
jcnelson 2730aee
chore: export SyntaxBindingError and SyntaxBindingErrorType
jcnelson 9707f78
chore: report syntax binding errors as originating from function checks
jcnelson c75c8d6
chore: update handle_binding_list() to report the specific kind of bi…
jcnelson af57eee
chore: update call to parse_eval_bindings() to report that it was a t…
jcnelson 93854b5
feat: add as_error_string() to SymbolicExpression for readable error …
jcnelson 38529ae
chore: update tests to use the specific variant of BadSyntaxBinding, …
jcnelson e1ddf25
chore: update tests to use the new BadSyntaxBinding variant, includin…
jcnelson ce8bcc5
chore: add with_id() test constructor method to SynmbolicExpression
jcnelson 5bc3312
feat: update parse_name_type_pairs() to report BadSyntaxBinding(Synta…
jcnelson 7ee976d
Merge remote-tracking branch 'stacks-network/develop' into fix/bad-sy…
jcnelson 1396f49
chore: update changelog
jcnelson f72830d
Merge branch 'develop' into fix/bad-syntax-binding-error-variants
jcnelson eae0acd
Merge remote-tracking branch 'stacks-network/develop' into fix/bad-sy…
jcnelson 1a55530
chore: address PR feedback
jcnelson 61daffe
chore: clippy
jcnelson cf9a2e5
Merge branch 'develop' into fix/bad-syntax-binding-error-variants
jcnelson 34c387c
chore: address PR feedback; have handle_binding_list() and parse_name…
jcnelson 7947db4
Merge branch 'fix/bad-syntax-binding-error-variants' of https://githu…
jcnelson 1ab877b
Merge branch 'develop' into fix/bad-syntax-binding-error-variants
jcnelson e047935
Merge remote-tracking branch 'stacks-network/develop' into fix/bad-sy…
jcnelson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.