Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(406)

Unified Diff: CHANGELOG.md

Issue 2636593003: Bring in the latest pub. (Closed)
Patch Set: Merge branch 'master' into bump-pub Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 13b24504d96fd0912374adc530c00a59da8ed4e1..04f687745d4a0e8638fc425d18e53b0206b2dda1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,7 +22,7 @@
```
Unhandled exception:
- 'file:///Users/mit/tmp/tool/bin/main.dart': Failed assertion: line 9 pos 10:
+ 'file:///Users/mit/tmp/tool/bin/main.dart': Failed assertion: line 9 pos 10:
'configFile != null': Tool config missing. Please see https://goo.gl/k8iAi for details.
#0 _AssertionError._doThrowNew (dart:core-patch/errors_patch.dart:33)
#1 _AssertionError._throwNew (dart:core-patch/errors_patch.dart:29)
@@ -43,7 +43,7 @@
globally-activated executables to consistently use the
`Isolate.resolvePackageUri()` API.
- * On POSIX systems, always ignore packages' original file owners and
+ * On Linux systems, always ignore packages' original file owners and
permissions when extracting those packages. This was already the default
under most circumstances.
@@ -54,6 +54,8 @@
pubspec can't be parsed will now be ignored by `pub get --offline` and
deleted by `pub cache repair`.
+ * Make `pub run` run executables in spawned isolates. This lets them handle
+ signals and use standard IO reliably.
## 1.21.0 - 2016-12-07
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698