Uh oh!
There was an error while loading. Please reload this page.
Add missing functionalities to kani_core - #3384
Conversation
- Add Arbitrary for array - Add Arbitrary for tuples - Add missing changes from modifies slices (model-checking#3295) Note that for adding `any_array` I had to cleanup the unnecessary usage of constant parameters from `kani::any_raw`.
Uh oh!
There was an error while loading. Please reload this page.
jaisnan
left a comment
There was a problem hiding this comment.
Thanks for the cleanup, this might make unification easier as well. Approving as the added function-contracts in the verify_core seem to check for regressions in newly added capabilities as well.
celinval
commented
Jul 25, 2024
BTW, I noticed that |
Note that for adding
any_arrayI had to cleanup the unnecessary usage of constant parameters fromkani::any_raw.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.