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.
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
feat: ux fuzz invariant #4744
feat: ux fuzz invariant #4744
Changes from all commits
8fd577a
d8f91b8
94a1846
efbaacb
6e770e0
b1db51f
b0a0bfc
1d38733
7d540c0
f3b25fc
0868d67
9f8672e
09ff7db
9fc175c
211be7a
b424e8d
abcedb7
2119106
a4dc0eb
7e3f10a
9bd4c36
9b534c8
0614569
6e79594
651cf78
e77920a
8e0ef3e
13448df
6eef43e
35e52b8
380375e
efdbb09
20f023f
2c69b6e
f506d38
b8d43ea
9a04762
ccb368b
95212c9
222dd31
187ea1b
0d5d19d
3ccaf97
2472b37
9afae06
8682f26
4184a1c
9d38aa7
c61f98e
2be61d6
fa06e62
616d107
fa97f9a
b016d3d
2360a1c
ed94236
fcee8ec
eef9149
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok so if i understand correctly this is a copy that we're later mutating and returning? can we do
self.clone()
? This doesn't seem too idiomatic