From 4b3db0271172c4ccb85f9238d78e83e2b5446777 Mon Sep 17 00:00:00 2001 From: Sigurd Meldgaard Date: Tue, 11 Aug 2020 15:26:39 +0000 Subject: [PATCH] Bump pub version > git log --oneline 04b054b62cc437cf23451785fdc50e49cd9de139..master 0d185a39 (HEAD -> master, origin/master, origin/HEAD) Push null-safety forwards to 2.11 (#2604) 56f9f27f Hide outdated --mode flag (#2603) 61ce6f81 Avoid double loop (#2605) fa6e57d7 (disable_mixed_mode_validation) Fix outdated latest ordering (#2598) 6549e4aa Remove unused dependency from pubspec.yaml (#2592) 61543d07 Don't look for external package foo during testing (#2599) 590b448f Fixed license headers (#2595) 04e0601e Don't show entries for dev-dependencies in outdated --json --no-dev-dependencies (#2591) 8c3778c4 Configure GitHub move app (#2578) eec7beca (top_level_command) Pass --(no-)sound-null-safety arg through to VM. (#2542) 152e4740 Warn about publishing in mixed mode (#2583) 0b7a3abe Removed april fools toys (#2325) b74a5b73 Actually print hints (#2582) 8ec3a66d (pub2) Fix outdated --no-color (#2572) 7bb3d4e6 Use getSdkPath() in NullSafetyAnalysis (#2573) 3c578f24 Drop the "magic" package concept (#2577) 0e967ff0 Remove unused function (#2570) 988fefef Remove dependency overrides (#2568) Change-Id: I58bf14234ed55bf9d825de60a40ded1d65281195 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/158003 Reviewed-by: Jonas Jensen Commit-Queue: Sigurd Meldgaard --- CHANGELOG.md | 5 +++-- DEPS | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e87cc00db..e0b4d8d76c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -151,10 +151,10 @@ Updated the Linter to `0.1.117`, which includes: ### Pub * `pub run` and `pub global run` accepts a `--enable-experiment` flag enabling experiments in the Dart VM (and language). +* `pub run` and `pub global run` accepts a `--(no-)-sound-null-safety flag, that + is passed to the VM. * Warn when publishing the first null-safe version of a package. * `pub outdated`: - * Introduce `--mode=null-safety` flag that will report which of your - dependencies you can upgrade to fully support null safety. * If the current version of a dependency is a prerelease version, use prereleases for latest if there is no newer stable. * Don't require a `pubspec.lock` file. When the lockfile is missing, the @@ -172,6 +172,7 @@ Updated the Linter to `0.1.117`, which includes: * Fix git folder names in cache, allowing for ssh-style git dependencies. * Fix: Avoid precompilation of dependencies of global packages. +* Fix: avoid multiple recompilation of binaries in global packages. ## 2.8.4 - 2020-06-04 diff --git a/DEPS b/DEPS index aa34d587598..0a1e7eca57c 100644 --- a/DEPS +++ b/DEPS @@ -128,7 +128,7 @@ vars = { "ply_rev": "604b32590ffad5cbb82e4afef1d305512d06ae93", "pool_rev": "eedbd5fde84f9a1a8da643b475305a81841da599", "protobuf_rev": "3746c8fd3f2b0147623a8e3db89c3ff4330de760", - "pub_rev": "04b054b62cc437cf23451785fdc50e49cd9de139", + "pub_rev": "0d185a398a1684c15ea16a0facc17f5d170e5d51", "pub_semver_tag": "v1.4.4", "quiver-dart_tag": "246e754fe45cecb6aa5f3f13b4ed61037ff0d784", "resource_rev": "f8e37558a1c4f54550aa463b88a6a831e3e33cd6",