starknet_os_flow_tests: implement FuzzCallInfo::new_call#12961
Merged
dorimedini-starkware merged 1 commit intoMar 5, 2026
Merged
Conversation
This was referenced Mar 2, 2026
Collaborator
Author
This was referenced Mar 2, 2026
This was referenced Mar 2, 2026
98e4fd1 to
d757f0a
Compare
8dcc4d4 to
cc3e1f0
Compare
17f733f to
727f231
Compare
2cb145d to
a084ca1
Compare
727f231 to
17b949e
Compare
c1d4c9c to
5893aa7
Compare
1610625 to
33156c6
Compare
5893aa7 to
1c8d49d
Compare
Yoni-Starkware
approved these changes
Mar 5, 2026
Collaborator
Yoni-Starkware
left a comment
There was a problem hiding this comment.
@Yoni-Starkware reviewed 1 file and all commit messages, and made 1 comment.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on dorimedini-starkware).
1c8d49d to
6dde2fc
Compare
33156c6 to
95654f4
Compare
95654f4 to
dd5d4a3
Compare
6dde2fc to
659c04a
Compare
Merge activity
|
This was referenced Mar 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

Note
Low Risk
Pure refactor in test-only fuzz harness code; behavior should remain unchanged aside from how
FuzzCallInfoinstances are constructed.Overview
Adds a
FuzzCallInfo::new_callconstructor that centralizes initialization of call-tree nodes (including defaultinginner_callsto empty).Updates fuzz test setup and operation application paths (
init,applyforCall/LibraryCall) to use this helper instead of repeated struct literals, reducing duplication and keeping call-node creation consistent.Written by Cursor Bugbot for commit 659c04a. This will update automatically on new commits. Configure here.