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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm wondering if there already is a tool that extracts and compares public API (versions) of a library.
Or perhaps I can extract enough data from
pyright
and use some internalpyright
assignability machinery for comparison.Let's say I have a PR with some feature, I'd analyse the public interface vs. that in the main branch.
I'd expect new feature (strictly backwards-compatible changes) to show up.
I'd want an error and description if a backwards-incompatible change is present.
Are there such tools?
If not, can someone give me some direction to investigate building one?
Beta Was this translation helpful? Give feedback.
All reactions