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

Issue 10830253: Support for new operator - (Closed)

Created:
8 years, 4 months ago by hausner
Modified:
8 years, 4 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Support for new operator - Implement unary operator -. Operator negate is still recognized, but internally it is represented like unary -. In particular, operator negate no longer implies an instance method named negate. Marked several co19 tests that use "negate" as failing and filed co19 issue 169 to have these tests updated. Committed: https://code.google.com/p/dart/source/detail?r=10523

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -15 lines) Patch
M runtime/vm/flow_graph_builder.cc View 1 2 1 chunk +7 lines, -5 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 7 chunks +33 lines, -8 lines 0 comments Download
M runtime/vm/token.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M tests/co19/co19-runtime.status View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M tests/language/language_dart2js.status View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M tests/language/naming_test.dart View 1 2 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
hausner
8 years, 4 months ago (2012-08-09 23:45:15 UTC) #1
srdjan
8 years, 4 months ago (2012-08-10 00:11:32 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698