Derive fuzzable trait#4240
Merged
Merged
Conversation
piotmag769
commented
Mar 31, 2026
piotmag769
commented
Mar 31, 2026
331e948 to
39ffa74
Compare
c1925c2 to
22d74e2
Compare
piotmag769
commented
May 7, 2026
piotmag769
commented
May 7, 2026
d5fb527 to
b736c3c
Compare
ddoktorski
reviewed
May 8, 2026
64b5513 to
617b8ce
Compare
ddoktorski
approved these changes
May 11, 2026
DelevoXDG
reviewed
May 12, 2026
d0153a4 to
851cdc6
Compare
piotmag769
commented
May 13, 2026
5 tasks
DelevoXDG
approved these changes
May 15, 2026
DelevoXDG
left a comment
Contributor
There was a problem hiding this comment.
Let's add that issue though 🙏🏻
franciszekjob
pushed a commit
that referenced
this pull request
May 20, 2026
Closes #2968 - self-explanatory - [x] Linked relevant issue - [x] Updated relevant documentation - [x] Added relevant tests - [x] Performed self-review of the code TODO - [x] Added changes to `CHANGELOG.md`
die-herdplatte
pushed a commit
to die-herdplatte/starknet-foundry
that referenced
this pull request
May 21, 2026
## Introduced changes - `check_error_free` instead of `is_empty` - foundry-rs#4240 (comment) - stopped returning additional diags when parser error happen - this makes the UX better while writing the code. Now: <img width="200" height="105" alt="image" src="https://github.com/user-attachments/assets/e41247ab-c945-4378-ab36-eafe09c8b48a" /> vs before: <img width="189" height="101" alt="image" src="https://github.com/user-attachments/assets/e6b375db-4cb9-4921-8572-525cd748bb15" /> ## Checklist - [ ] Linked relevant issue - [ ] Updated relevant documentation - [ ] Added relevant tests - [ ] Performed self-review of the code - [ ] Added changes to `CHANGELOG.md`
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.
Closes #2968
Introduced changes
Checklist
CHANGELOG.md