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
speced/fn lacks specific coverage for metadata (type hint) emission. Its coverage is only concerned with :pre/:post emission.
Note that the implementation is shared with that of defn, which is fully covered, so it's nearly impossible that the shared code does not work for the fn case.
The difficulty lies in that one cannot access fn metadata.
Proposal
Inspect the speced/fn macroexpansions, verifying its contained metadata.
Alternatives and comparison
Do nothing
As mentioned, it can be acceptable, but I'd rather keep things proven.
The text was updated successfully, but these errors were encountered:
Problem statement
speced/fn
lacks specific coverage for metadata (type hint) emission. Its coverage is only concerned with :pre/:post emission.Note that the implementation is shared with that of defn, which is fully covered, so it's nearly impossible that the shared code does not work for the fn case.
The difficulty lies in that one cannot access
fn
metadata.Proposal
Inspect the
speced/fn
macroexpansions, verifying its contained metadata.Alternatives and comparison
The text was updated successfully, but these errors were encountered: