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
See attached base and revision specs. There's a breaking change in the query parameters, going from type number to string, presumably because the change is inside a referenced component.
This change is detected by oasdiff diff base.yaml revision.yaml correctly, but oasdiff breaking reports no changes and exits with status code 0
Describe the bug
See attached base and revision specs. There's a breaking change in the query parameters, going from type number to string, presumably because the change is inside a referenced component.
This change is detected by
oasdiff diff base.yaml revision.yaml
correctly, butoasdiff breaking
reports no changes and exits with status code0
To Reproduce
base.json
revision.json
oasdiff diff
outputExpected behavior
Expected
oasdiff breaking
to list the breaking changeDesktop (please complete the following information):
Linux 6.1.92-1-MANJARO #1 SMP PREEMPT_DYNAMIC Mon May 27 03:37:00 UTC 2024 x86_64 GNU/Linux
go version go1.22.3 linux/amd64
Additional context
Looks related to #280 / #276
I'd hazard a guess that https://github.com/Tufin/oasdiff/blob/main/checker/check_request_parameters_type_changed.go is a good place to start looking
The text was updated successfully, but these errors were encountered: