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

Issue 23035004: Fix Windows bugs in r26181 (Closed)

Created:
7 years, 4 months ago by Søren Gjesse
Modified:
7 years, 4 months ago
Reviewers:
ahe
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -6 lines) Patch
M tests/lib/mirrors/library_uri_io_test.dart View 1 chunk +2 lines, -4 lines 0 comments Download
M utils/compiler/create_snapshot.dart View 1 chunk +2 lines, -2 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
Søren Gjesse
7 years, 4 months ago (2013-08-15 12:09:40 UTC) #1
Søren Gjesse
Committed patchset #1 manually as r26191 (presubmit successful).
7 years, 4 months ago (2013-08-15 12:10:24 UTC) #2
ahe
7 years, 4 months ago (2013-08-15 12:14:07 UTC) #3
Message was sent while issue was closed.
https://codereview.chromium.org/23035004/diff/1/utils/compiler/create_snapsho...
File utils/compiler/create_snapshot.dart (right):

https://codereview.chromium.org/23035004/diff/1/utils/compiler/create_snapsho...
utils/compiler/create_snapshot.dart:25: import '${dart2js.toFilePath(windows:
false)}' as dart2jsMain;
This still isn't right. dart2js is already a URI, so it should just be:

import '$dart2js' as dart2jsMain;

Since calling toString on a URI should produce something that is valid at this
point.

Powered by Google App Engine
This is Rietveld 408576698