Closed seancorfield closed 10 years ago
Both of these issues appear to stem from the fact that in an effort to provide user friendly messages, core.typed macros catch the Exceptions that Slamhound uses to identify unknown references.
ATM I think we will probably need to add explicit support for core.typed (since it is a contrib library). In the long term I hope to move Slamhound to use the new static analyzers; if this is possible this kind of workaround won't be necessary.
Thanks a ton!
I think this addresses both core.typed issues. Thanks again for the feedback!
This seems to have solved my problems - thank you for such a swift fix!
We refer certain type aliases in from core.typed:
Then we have create a type alias:
Slamhound barfs on the use of
Vec
:Note, as with the previous core.typed / Slamhound issue, it tries to run core.typed after failing to reconstruct the namespace (the Internal Error is from core.typed). Slamhound doesn't explain why it can't reconstruct the namespace.