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

Issue 2711843003: Fix summarize const expression logic to be compatible with Dart2JS. (Closed)

Created:
3 years, 10 months ago by Jacob
Modified:
3 years, 10 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org, sra1
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix summarize const expression logic to be compatible with Dart2JS. Shifting by 32 bits is not safe when compiling to JavaScript. BUG= R=brianwilkerson@google.com Committed: https://github.com/dart-lang/sdk/commit/e36efc72d2df0d731479b90effabd7b2ce51fadc

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M pkg/analyzer/lib/src/summary/summarize_const_expr.dart View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
Jacob
Shifting by 32 bits is not safe when compiling to JavaScript. Sra wrote this code ...
3 years, 10 months ago (2017-02-23 18:09:05 UTC) #2
Brian Wilkerson
lgtm
3 years, 10 months ago (2017-02-23 18:52:44 UTC) #3
Jacob
3 years, 10 months ago (2017-02-23 19:02:17 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
e36efc72d2df0d731479b90effabd7b2ce51fadc (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698