generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 134
Function Contracts: Modify Slices #3295
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
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
33be618
initial working for bytesize
3437710
add tests
90a5d3f
arbitrary size slices
13ebd4e
new test
971b4c3
Merge branch 'main' into modifies_fat
pi314mm c1163ff
any instead of any_modifies
2e497f1
Merge branch 'modifies_fat' of github.com:pi314mm/kani into modifies_fat
11f8a5b
Merge branch 'main' into modifies_fat
0248c77
new compilation phase
1fd0849
hack
e5bf457
Merge branch 'main' into modifies_fat
pi314mm d3706a7
strings
b0da8b0
Merge branch 'modifies_fat' of github.com:pi314mm/kani into modifies_fat
f28023d
fmt
1e336d3
unnecessary closure
3883281
Merge branch 'main' into modifies_fat
pi314mm 96ca603
move functions
89f789c
Merge branch 'modifies_fat' of github.com:pi314mm/kani into modifies_fat
f04cb09
Merge branch 'main' into modifies_fat
pi314mm 6cef19b
fmt
34c1996
Merge branch 'main' into modifies_fat
pi314mm c28bad7
raw pointer
52d3839
clippy
0bd765e
change any_modifies back
e038b0f
Update replace.rs
pi314mm 9c2b7e8
strings todo
55ca498
strings todo
310c6b4
Update library/kani/src/internal.rs
pi314mm 202ca3a
Merge branch 'main' into modifies_fat
pi314mm 56f0d67
Merge branch 'main' into modifies_fat
pi314mm 7be0551
Merge branch 'main' into modifies_fat
pi314mm e214aba
Merge branch 'main' into modifies_fat
pi314mm 565873c
Merge branch 'main' into modifies_fat
pi314mm dff4d7c
string test fails
ff56fc1
new test
9478594
comments
7bd5634
new test
02d4909
Merge branch 'main' into modifies_fat
pi314mm 3115a3e
Merge branch 'main' into modifies_fat
feliperodri 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
5 changes: 5 additions & 0 deletions
5
tests/expected/function-contract/modifies_fat_pointer/nondeterministic_size.expected
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| assertion\ | ||
| - Status: SUCCESS\ | ||
| - Description: "|_| x.iter().map(|v| *v == 0).fold(true,|a,b|a&b)"\ | ||
|
|
||
| VERIFICATION:- SUCCESSFUL |
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.