-
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
featureNew feature or requestNew feature or request
Description
Following the discussion in #75, we released a first version of the API breakage detection feature, which does not check if types (parameters types, return types) are compatible between the old and new code.
This issue is here to discuss about adding support for checking types compatibility.
It's already possible at runtime with beartype, so maybe we could use in the inspector. But for the visitor we need something static.
edgarrmondragon and aabmass
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request