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

Issue 2371113004: Use .packages instead of pubspec.yaml (Closed)

Created:
4 years, 2 months ago by vsm
Modified:
4 years, 2 months ago
CC:
dev-compiler+reviews_dartlang.org, kevmoo, nweiz
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Use .packages instead of pubspec.yaml This runs tests against sdk versions of packages instead of whatever random version we have in pubspec.yaml. Travis may be unhappy with the lack of a pubspec.yaml. Here's the try: https://travis-ci.org/dart-lang/sdk/builds/163270204 R=jmesserly@google.com, rnystrom@google.com Committed: https://github.com/dart-lang/sdk/commit/68d2121fd0e26f20067bd5ff0d0f8e79d90d84bc

Patch Set 1 #

Patch Set 2 : Format #

Patch Set 3 : Fix gclient sync, update expectations #

Total comments: 5

Patch Set 4 : Suppress pub get #

Total comments: 2

Patch Set 5 : Address comments #

Patch Set 6 : Mark clang as passing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -69 lines) Patch
M .travis.yml View 1 2 3 4 5 3 chunks +7 lines, -4 lines 0 comments Download
M pkg/dev_compiler/lib/src/analyzer/context.dart View 1 2 3 4 3 chunks +4 lines, -5 lines 0 comments Download
M pkg/dev_compiler/lib/src/compiler/js_typeref_codegen.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/dev_compiler/lib/src/compiler/nullable_type_inference.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/dev_compiler/lib/src/compiler/type_utilities.dart View 2 chunks +2 lines, -0 lines 0 comments Download
D pkg/dev_compiler/pubspec.yaml View 3 1 chunk +0 lines, -40 lines 0 comments Download
M pkg/dev_compiler/test/browser/language_tests.js View 1 2 3 4 1 chunk +14 lines, -0 lines 0 comments Download
M pkg/dev_compiler/test/codegen_test.dart View 2 chunks +5 lines, -1 line 0 comments Download
M pkg/dev_compiler/test/multitest.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/dev_compiler/test/not_yet_strong_tests.dart View 1 2 4 chunks +1 line, -12 lines 0 comments Download
M pkg/dev_compiler/tool/build_test_pkgs.sh View 1 1 chunk +2 lines, -1 line 0 comments Download
M pkg/dev_compiler/tool/format.sh View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/dev_compiler/tool/test.sh View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (3 generated)
vsm
4 years, 2 months ago (2016-09-28 00:08:56 UTC) #3
vsm
On 2016/09/28 00:08:56, vsm wrote: PTAL It's going green. And the SDK builder env's are ...
4 years, 2 months ago (2016-09-28 15:41:06 UTC) #4
vsm
https://codereview.chromium.org/2371113004/diff/40001/.travis.yml File .travis.yml (right): https://codereview.chromium.org/2371113004/diff/40001/.travis.yml#newcode61 .travis.yml:61: - rm -f .packages Note, I'm doing these steps ...
4 years, 2 months ago (2016-09-28 15:42:19 UTC) #5
Bob Nystrom
LGTM, though I don't pretend to have much understanding of a lot of this. https://codereview.chromium.org/2371113004/diff/40001/pkg/dev_compiler/lib/src/analyzer/context.dart ...
4 years, 2 months ago (2016-09-28 16:02:47 UTC) #6
vsm
https://codereview.chromium.org/2371113004/diff/40001/pkg/dev_compiler/lib/src/analyzer/context.dart File pkg/dev_compiler/lib/src/analyzer/context.dart (right): https://codereview.chromium.org/2371113004/diff/40001/pkg/dev_compiler/lib/src/analyzer/context.dart#newcode54 pkg/dev_compiler/lib/src/analyzer/context.dart:54: this.packageRoot: null, On 2016/09/28 16:02:47, Bob Nystrom wrote: > ...
4 years, 2 months ago (2016-09-28 16:10:04 UTC) #7
Jennifer Messerly
lgtm https://codereview.chromium.org/2371113004/diff/60001/pkg/dev_compiler/lib/src/analyzer/context.dart File pkg/dev_compiler/lib/src/analyzer/context.dart (right): https://codereview.chromium.org/2371113004/diff/60001/pkg/dev_compiler/lib/src/analyzer/context.dart#newcode54 pkg/dev_compiler/lib/src/analyzer/context.dart:54: this.packageRoot: null, style nit: "null" is not needed ...
4 years, 2 months ago (2016-09-28 16:33:56 UTC) #8
vsm
4 years, 2 months ago (2016-09-28 16:49:43 UTC) #10
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
68d2121fd0e26f20067bd5ff0d0f8e79d90d84bc (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698