Skip to content

changing the sdk version of a package should not be breaking #183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
devmil opened this issue Sep 13, 2024 · 0 comments · Fixed by #184
Closed

changing the sdk version of a package should not be breaking #183

devmil opened this issue Sep 13, 2024 · 0 comments · Fixed by #184
Labels
bug Something isn't working

Comments

@devmil
Copy link
Member

devmil commented Sep 13, 2024

Describe the bug
By default dart_apitool considers a change in the SDK version of a package as breaking.
As pub makes sure that those packages are just not considered as an option this can not lead to a situation that breaks an existing codebase.

To Reproduce
Bump SDK version of a package and let dart_apitool compare the new version with the previous one

Actual and Expected behavior
Bumping the SDK version should be a minor change (not breaking)

System info (please complete the following information):

  • Output of dart --version
    Dart SDK version: 3.5.3 (stable) (Wed Sep 11 16:22:47 2024 +0000) on "macos_arm64"
  • dart_apitool version (dart-apitool --version)
    0.18.0

Additional context
See here: Link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
1 participant