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

Issue 10823288: Speculative fix for dartc problem. (Closed)

Created:
8 years, 4 months ago by Anton Muhin
Modified:
8 years, 4 months ago
Reviewers:
Bill Hesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -3 lines) Patch
M tools/testing/dart/test_suite.dart View 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Anton Muhin
8 years, 4 months ago (2012-08-13 14:43:08 UTC) #1
Bill Hesse
8 years, 4 months ago (2012-08-13 14:51:38 UTC) #2
LGTM.
I think the problem might have been that args is a shared object, and you need
to make a new list that is a copy of it.
Or maybe args is an immutable list, or not a list.

Powered by Google App Engine
This is Rietveld 408576698