You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
At present, traits are handled by testing with specific instances of the trait (see compatibility-test/src/dynamic.rs).
This seems like the only option when fuzzing but, for tools that support modular verification, we would ideally be using a contract for the methods in the trait so that the verification is valid for all possible implementations of the trait, not just the ones that we test with.
The text was updated successfully, but these errors were encountered:
At present, traits are handled by testing with specific instances of the trait (see compatibility-test/src/dynamic.rs).
This seems like the only option when fuzzing but, for tools that support modular verification, we would ideally be using a contract for the methods in the trait so that the verification is valid for all possible implementations of the trait, not just the ones that we test with.
The text was updated successfully, but these errors were encountered: