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
Dart version (run dart --version): 2.19.0-440.0.dev
OS kind and version (e.g. "Windows 10, version 1809" or "macOS 12.4"): ubuntu-22.04
Are you using the Chinese community mirror or a corporate firewall? No
Problem
The latest Dart dev version seems to be modifying pubspec.lock unexpectedly at some point between beginning a dart run execution and executing a test. This breaks our tests, which check the time a required file was generated against pubspec.lock to ensure that the file is up-to-date. Is it possible that this is related to dart-lang/sdk#50422?
Environment
dart --version
): 2.19.0-440.0.devProblem
The latest Dart dev version seems to be modifying
pubspec.lock
unexpectedly at some point between beginning adart run
execution and executing a test. This breaks our tests, which check the time a required file was generated againstpubspec.lock
to ensure that the file is up-to-date. Is it possible that this is related to dart-lang/sdk#50422?An example failing GitHub action: https://github.com/sass/dart-sass/actions/runs/3589202911/jobs/6041396294
Expected behavior
I would expect
pubspec.lock
not to be modified unless I actually runpub get
and it changes the file.Actual behavior
pubspec.lock
is modifiedThe text was updated successfully, but these errors were encountered: