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

Unified Diff: DEPS

Issue 2983023002: document protocol for updating dart_style (Closed)
Patch Set: Created 3 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 5f46f38f10adb13d9858bff7ca4e9ab21368da99..bbe226dd5e7d18035a74cb6b55fd6c8c7032027a 100644
--- a/DEPS
+++ b/DEPS
@@ -65,7 +65,21 @@ vars = {
"csslib_tag" : "@0.13.3+1",
"dart2js_info_tag" : "@0.5.4+2",
"dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
- "dart_style_tag": "@1.0.7",
+
+ # Note: updates to dart_style have to be coordinated carefully with
+ # the infrastructure-team so that the internal formatter in
+ # `sdk/tools/sdks/*/dart-sdk/bin/dartfmt` matches the version here.
+ #
+ # Please follow this process to make updates:
+ # * file an issue with area-infrastructure requesting a roll for this
+ # package (please also indicate what version to roll).
+ # * let the infrastructure team submit the change on your behalf,
+ # so they can build a new dev release and roll the submitted sdks a few
+ # minutes later.
+ #
+ # For more details, see https://github.com/dart-lang/sdk/issues/30164
+ "dart_style_tag": "@1.0.7", # Please see the note above before updating.
+
"dartdoc_tag" : "@v0.13.0+1",
"fixnum_tag": "@0.10.5",
"func_tag": "@1.0.0",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698