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
This surely shouldn't crash - but I'm not sure what the actual behavior should be if the overridden version is outside the current range... Maybe just set it to ^overriden
Well, the dependency overrides did originally point to a different version - but at the moment I ran this command, the main branch of the dependencies causing the issue (not build_runner) pointed to the exact same code released on pub.
Since the upgrade part completed successfully, the overrides were not actually applying any different version than was available on pub - I simply happened to run this command before removing the redundant overrides.
Environment
dart --version
):Dart SDK version: 3.6.0-270.0.dev (dev) (Fri Sep 20 09:03:16 2024 -0700) on "linux_x64"
Linux 6.10.10-arch1-1
Problem
Running
dart pub upgrade --tighten
fails whenpubspec.yaml
contains dependency_overrides.Expected behavior
The dpendencies should be upgraded tightened. Note that
dart pub upgrade
alone works fine.Actual behavior
pub_log.txt
The text was updated successfully, but these errors were encountered: