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 Aug 22, 2024. It is now read-only.
I see that I can detect tags on a trait implementation easily, but I'd like to do the reverse: I'd like to call add_tag!(&value_to_be_tagged, SecretTaint); automatically on the output values of a trait method definition (so that any implementors also get their outputs tagged).
Is this possible?
The text was updated successfully, but these errors were encountered:
I see that actually, using #[contract_trait] doesn't work well with existing libraries that are already being implemented a certain way :c it'd be nice to have a way to insert pre or post conditions on all implementations of a trait method. But I don't see a way to do this yeah...
I don't think there is an easy way to implement this feature, which means that I also don't think I'll be the one to implement it, if it ever gets implemented.
Hello hello.
I see that I can detect tags on a trait implementation easily, but I'd like to do the reverse: I'd like to call
add_tag!(&value_to_be_tagged, SecretTaint);
automatically on the output values of a trait method definition (so that any implementors also get their outputs tagged).Is this possible?
The text was updated successfully, but these errors were encountered: