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

Issue 1170813008: fixes detection of SDK libraries (Closed)

Created:
5 years, 6 months ago by Jennifer Messerly
Modified:
5 years, 6 months ago
Reviewers:
vsm
CC:
dev-compiler+reviews_dartlang.org
Base URL:
git@github.com:dart-lang/dev_compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : format #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -44 lines) Patch
M lib/devc.dart View 1 1 chunk +1 line, -1 line 2 comments Download
M lib/runtime/dart/_isolate_helper.js View 1 1 chunk +3 lines, -3 lines 0 comments Download
M lib/runtime/dart/_js_helper.js View 1 2 3 chunks +4 lines, -8 lines 0 comments Download
M lib/runtime/dart/_native_typed_data.js View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M lib/runtime/dart/async.js View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M lib/src/checker/resolver.dart View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M lib/src/codegen/js_codegen.dart View 1 2 3 5 chunks +12 lines, -6 lines 0 comments Download
M lib/src/codegen/js_module_item_order.dart View 1 3 chunks +9 lines, -3 lines 2 comments Download
M lib/src/utils.dart View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M tool/input_sdk/private/annotations.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tool/input_sdk/private/foreign_helper.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tool/input_sdk/private/interceptors.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tool/input_sdk/private/isolate_helper.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tool/input_sdk/private/isolate_serialization.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tool/input_sdk/private/js_array.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tool/input_sdk/private/js_helper.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tool/input_sdk/private/js_number.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tool/input_sdk/private/js_rti.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tool/input_sdk/private/js_string.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tool/input_sdk/private/mirror_helper.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tool/input_sdk/private/native_helper.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tool/input_sdk/private/regexp_helper.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tool/input_sdk/private/string_helper.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (1 generated)
Jennifer Messerly
5 years, 6 months ago (2015-06-09 23:31:48 UTC) #2
Jennifer Messerly
Update: figured out why this CL "worked" and concluded _interceptors was not loaded. Most of ...
5 years, 6 months ago (2015-06-10 14:31:18 UTC) #3
Jennifer Messerly
PTAL. This may not fix your original problem anymore, but at least our compiler knows ...
5 years, 6 months ago (2015-06-10 16:33:04 UTC) #4
vsm
lgtm https://codereview.chromium.org/1170813008/diff/80001/lib/devc.dart File lib/devc.dart (right): https://codereview.chromium.org/1170813008/diff/80001/lib/devc.dart#newcode158 lib/devc.dart:158: if (!options.checkSdk && lib.source.uri.scheme == 'dart') return; Move ...
5 years, 6 months ago (2015-06-10 16:41:16 UTC) #5
Jennifer Messerly
https://codereview.chromium.org/1170813008/diff/80001/lib/devc.dart File lib/devc.dart (right): https://codereview.chromium.org/1170813008/diff/80001/lib/devc.dart#newcode158 lib/devc.dart:158: if (!options.checkSdk && lib.source.uri.scheme == 'dart') return; On 2015/06/10 ...
5 years, 6 months ago (2015-06-10 16:46:04 UTC) #6
Jennifer Messerly
5 years, 6 months ago (2015-06-10 16:59:22 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
5746aaaa4808b9ef1f38b519e76a2621f1e1a4bb (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698