-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not use pub.dart.snapshot (#1394)
* Do not use pub.dart.snapshot - pub.dart.shapshot was removed since 2.15.0-49.0.dev - replace it by `dartdev.dart.snapshot pub` in webdev and tests - all versions 2.13.0 and higher contain this snapshot so no need to check for version as it is guaranteed to be 2.13.0 oe higher by our min sdk constraints. * Use instead of Pub is a package manager for Dart. Usage: pub <command> [arguments] Global options: -h, --help Print this usage information. --version Print pub version. --[no-]trace Print debugging information when an error occurs. --verbosity Control output verbosity. [all] Show all output including internal tracing messages. [error] Show only errors. [io] Also show IO operations. [normal] Show errors, warnings, and user messages. [solver] Show steps during version resolution. [warning] Show only errors and warnings. -v, --verbose Shortcut for "--verbosity=all". -C, --directory=<dir> Run the subcommand in the directory<dir>. (defaults to ".") Available commands: add Add a dependency to pubspec.yaml. cache Work with the system cache. deps Print package dependencies. downgrade Downgrade the current package's dependencies to oldest versions. get Get the current package's dependencies. global Work with global packages. login Log into pub.dev. logout Log out of pub.dev. outdated Analyze your dependencies to find which ones can be upgraded. publish Publish the current package to pub.dartlang.org. remove Removes a dependency from the current package. run Run an executable from a package. upgrade Upgrade the current package's dependencies to latest versions. uploader Manage uploaders for a package on pub.dartlang.org. version Print pub version. Run "pub help <command>" for more information about a command. See https://dart.dev/tools/pub/cmd for detailed documentation. or pub.dart.snapshot * Try fix daemon not starting on windows * Try fix test failures on windows * Remove outdated comment as well
- Loading branch information
Anna Gringauze
authored
Aug 28, 2021
1 parent
f6b8457
commit 487155d
Showing
7 changed files
with
8 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters