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

Issue 8540030: Fix dispatch on MemberSets to always go dynamic if needed. (Closed)

Created:
9 years, 1 month ago by Jennifer Messerly
Modified:
9 years ago
Reviewers:
jimhug, nweiz
CC:
reviews_dartlang.org, nweiz
Visibility:
Public.

Description

Fix dispatch on MemberSets to always go dynamic if needed. And a bug where we'd put a dynamic toString and == on Object that conflicts with the one that is actually on Object. Committed: https://code.google.com/p/dart/source/detail?r=1494

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+2616 lines, -709 lines) Patch
M frog/frogsh View 452 chunks +2572 lines, -679 lines 0 comments Download
M frog/member.dart View 9 chunks +22 lines, -8 lines 1 comment Download
M frog/type.dart View 1 chunk +1 line, -0 lines 0 comments Download
M frog/var_member.dart View 4 chunks +19 lines, -15 lines 0 comments Download
M frog/world.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/co19/co19-frog.status View 1 chunk +0 lines, -3 lines 0 comments Download
M tests/language/language.status View 3 chunks +1 line, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Jennifer Messerly
tbr The good news is this helps with the REPL, it fixes some bugs in ...
9 years, 1 month ago (2011-11-12 01:32:20 UTC) #1
nweiz
http://codereview.chromium.org/8540030/diff/1/frog/member.dart File frog/member.dart (right): http://codereview.chromium.org/8540030/diff/1/frog/member.dart#newcode1341 frog/member.dart:1341: MemberSet(Member member, [bool isVar=false]): Does isVar also need to ...
9 years, 1 month ago (2011-11-14 21:28:15 UTC) #2
Jennifer Messerly
On 2011/11/14 21:28:15, nweiz wrote: > http://codereview.chromium.org/8540030/diff/1/frog/member.dart > File frog/member.dart (right): > > http://codereview.chromium.org/8540030/diff/1/frog/member.dart#newcode1341 > ...
9 years, 1 month ago (2011-11-15 06:02:28 UTC) #3
jimhug
9 years ago (2011-12-14 18:53:13 UTC) #4
lgtm

I had some minor comments - but the good news is I waited so long to do this
review that you've already fixed everything I may have suggested.

Powered by Google App Engine
This is Rietveld 408576698