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

Issue 1775673002: Fix deprecation message (Closed)

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

Description

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+501 lines, -448 lines) Patch
M lib/runtime/dart/html.js View 42 chunks +95 lines, -95 lines 0 comments Download
M lib/runtime/dart/math.js View 1 chunk +1 line, -1 line 1 comment Download
M lib/src/codegen/js_codegen.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/js_test.txt View 1 chunk +284 lines, -284 lines 0 comments Download
M test/codegen/expect/language-all.js View Binary file 0 comments Download
M tool/sdk_expected_errors.txt View 10 chunks +120 lines, -67 lines 0 comments Download

Messages

Total messages: 3 (1 generated)
vsm
Committed patchset #1 (id:1) manually as c801bc3058a668c7805670d269675c726b56637e (presubmit successful).
4 years, 9 months ago (2016-03-07 23:33:19 UTC) #2
Jennifer Messerly
4 years, 9 months ago (2016-03-08 00:21:31 UTC) #3
Message was sent while issue was closed.
LGTM. We could also change how we run Analyzer so hints don't cause us to fail?

https://codereview.chromium.org/1775673002/diff/1/lib/runtime/dart/math.js
File lib/runtime/dart/math.js (right):

https://codereview.chromium.org/1775673002/diff/1/lib/runtime/dart/math.js#ne...
lib/runtime/dart/math.js:46: if (!dart.is(other, Point$(core.num))) return
false;
Hmm, so we now convert `other is Point` to `other is Point<num>`. I think that
should be fine, because you can't create a `Point<dynamic>`. But it's a bit
interesting :)

Powered by Google App Engine
This is Rietveld 408576698