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 1348453004: fix some errors in our SDK, mostly around numbers (Closed)

Created:
5 years, 3 months ago by Jennifer Messerly
Modified:
5 years, 3 months ago
Reviewers:
Leaf
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

fix some errors in our SDK, mostly around numbers, see issue #103 also improved codegen of JSNumber's methods R=leafp@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/9baaa466b48180a74da839727c7f050ba8a05544

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : format #

Total comments: 7

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+319 lines, -454 lines) Patch
M lib/runtime/_operations.js View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M lib/runtime/dart/_interceptors.js View 1 2 3 4 12 chunks +106 lines, -196 lines 0 comments Download
M lib/runtime/dart/_isolate_helper.js View 2 chunks +2 lines, -2 lines 0 comments Download
M lib/runtime/dart/_js_helper.js View 1 2 3 4 4 chunks +6 lines, -6 lines 0 comments Download
M lib/runtime/dart/_native_typed_data.js View 9 chunks +16 lines, -16 lines 0 comments Download
M lib/runtime/dart/collection.js View 4 chunks +4 lines, -4 lines 0 comments Download
M lib/runtime/dart/convert.js View 1 chunk +1 line, -1 line 0 comments Download
M lib/runtime/dart/core.js View 1 2 3 4 7 chunks +9 lines, -9 lines 0 comments Download
M lib/runtime/dart/js.js View 1 2 3 4 7 chunks +10 lines, -10 lines 0 comments Download
M lib/runtime/dart/math.js View 1 2 3 4 10 chunks +44 lines, -44 lines 0 comments Download
M lib/runtime/dart_runtime.js View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M lib/src/checker/rules.dart View 1 chunk +10 lines, -1 line 0 comments Download
M lib/src/codegen/js_codegen.dart View 1 2 3 4 4 chunks +26 lines, -20 lines 0 comments Download
M test/codegen/expect/methods.js View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M test/codegen_test.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tool/input_sdk/patch/typed_data_patch.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tool/input_sdk/private/js_array.dart View 1 chunk +1 line, -1 line 0 comments Download
M tool/input_sdk/private/js_helper.dart View 1 2 3 4 4 chunks +5 lines, -5 lines 0 comments Download
M tool/input_sdk/private/js_number.dart View 1 2 3 4 10 chunks +48 lines, -97 lines 0 comments Download
M tool/input_sdk/private/js_string.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tool/input_sdk/private/native_typed_data.dart View 1 9 chunks +11 lines, -11 lines 0 comments Download
M tool/sdk_expected_errors.txt View 1 chunk +2 lines, -23 lines 0 comments Download

Messages

Total messages: 9 (1 generated)
Jennifer Messerly
5 years, 3 months ago (2015-09-18 21:26:31 UTC) #2
Leaf
https://codereview.chromium.org/1348453004/diff/60001/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1348453004/diff/60001/lib/src/codegen/js_codegen.dart#newcode321 lib/src/codegen/js_codegen.dart:321: // TODO(jmesserly): explicit check from num to int or ...
5 years, 3 months ago (2015-09-18 22:37:49 UTC) #3
Jennifer Messerly
https://codereview.chromium.org/1348453004/diff/60001/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1348453004/diff/60001/lib/src/codegen/js_codegen.dart#newcode321 lib/src/codegen/js_codegen.dart:321: // TODO(jmesserly): explicit check from num to int or ...
5 years, 3 months ago (2015-09-18 22:42:27 UTC) #4
Jennifer Messerly
https://codereview.chromium.org/1348453004/diff/60001/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1348453004/diff/60001/lib/src/codegen/js_codegen.dart#newcode321 lib/src/codegen/js_codegen.dart:321: // TODO(jmesserly): explicit check from num to int or ...
5 years, 3 months ago (2015-09-18 22:44:36 UTC) #5
Leaf
https://codereview.chromium.org/1348453004/diff/60001/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1348453004/diff/60001/lib/src/codegen/js_codegen.dart#newcode321 lib/src/codegen/js_codegen.dart:321: // TODO(jmesserly): explicit check from num to int or ...
5 years, 3 months ago (2015-09-18 22:57:48 UTC) #6
Jennifer Messerly
PTAL, int checks are now fixed, I think. https://codereview.chromium.org/1348453004/diff/60001/tool/input_sdk/private/js_number.dart File tool/input_sdk/private/js_number.dart (right): https://codereview.chromium.org/1348453004/diff/60001/tool/input_sdk/private/js_number.dart#newcode246 tool/input_sdk/private/js_number.dart:246: if ...
5 years, 3 months ago (2015-09-18 23:53:06 UTC) #7
Leaf
lgtm
5 years, 3 months ago (2015-09-19 00:04:22 UTC) #8
Jennifer Messerly
5 years, 3 months ago (2015-09-19 00:10:08 UTC) #9
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
9baaa466b48180a74da839727c7f050ba8a05544 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698