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 Nov 30, 2022. It is now read-only.
Similarly to #4, we need to drop information from the syn-generated AST, so that we avoid a lot incorrectly-detected breaking changes. Ideally we keep only the generic parameters, input type and output type. See at the end of the issue for an example of non-breaking change that is currently flagged as breaking.
Ideally this would be done after #4, but this is not mandatory.
Similarly to #4, we need to drop information from the syn-generated AST, so that we avoid a lot incorrectly-detected breaking changes. Ideally we keep only the generic parameters, input type and output type. See at the end of the issue for an example of non-breaking change that is currently flagged as breaking.
Ideally this would be done after #4, but this is not mandatory.
This issue is part of #2.
Before
After
The text was updated successfully, but these errors were encountered: