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

Issue 8618004: Fix Swarm to run again, and enable its test (Closed)

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

Description

Fix Swarm to run again, and enable its test Something broke consts--they weren't being generated with the "var" prefix, so closures didn't work right. Not sure why we're only hitting this in Swarm tests. Also turn off type checks for DOM types until we put in the right fallback for is$ methods. TEST=swarm_test Committed: https://code.google.com/p/dart/source/detail?r=1722

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -117 lines) Patch
M client/tests/client/client.status View 1 chunk +1 line, -1 line 1 comment Download
M frog/frogsh View 9 chunks +113 lines, -113 lines 0 comments Download
M frog/gen.dart View 1 chunk +1 line, -1 line 0 comments Download
M frog/value.dart View 1 chunk +4 lines, -2 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
Jennifer Messerly
tbr
9 years, 1 month ago (2011-11-21 22:29:33 UTC) #1
Siggi Cherem (dart-lang)
lgtm http://codereview.chromium.org/8618004/diff/1/client/tests/client/client.status File client/tests/client/client.status (right): http://codereview.chromium.org/8618004/diff/1/client/tests/client/client.status#newcode22 client/tests/client/client.status:22: samples/swarm/swarm_tests: Pass should we delete these 2 lines?
9 years, 1 month ago (2011-11-21 22:51:34 UTC) #2
jimhug
9 years, 1 month ago (2011-11-22 18:20:14 UTC) #3
lgtm

http://codereview.chromium.org/8618004/diff/1/frog/value.dart
File frog/value.dart (right):

http://codereview.chromium.org/8618004/diff/1/frog/value.dart#newcode343
frog/value.dart:343: // check methods, by catching it on Object.prototype like
VarMember does)
Niggling worry - does this change conflict with Stephen's recent commit to use
isHidden?

Powered by Google App Engine
This is Rietveld 408576698