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

Issue 22865035: Add a parseDartString method to pkg/analyzer. (Closed)

Created:
7 years, 4 months ago by nweiz
Modified:
7 years, 3 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : Code review changes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -0 lines) Patch
M pkg/analyzer_experimental/lib/analyzer.dart View 1 2 chunks +20 lines, -0 lines 0 comments Download
A pkg/analyzer_experimental/lib/src/string_source.dart View 1 chunk +40 lines, -0 lines 0 comments Download
A pkg/analyzer_experimental/test/parse_compilation_unit_test.dart View 1 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
nweiz
7 years, 4 months ago (2013-08-22 21:45:19 UTC) #1
scheglov
LGTM, but I've like Brian to take a look too.
7 years, 4 months ago (2013-08-22 23:23:41 UTC) #2
Brian Wilkerson
LGTM https://codereview.chromium.org/22865035/diff/1/pkg/analyzer_experimental/lib/analyzer.dart File pkg/analyzer_experimental/lib/analyzer.dart (right): https://codereview.chromium.org/22865035/diff/1/pkg/analyzer_experimental/lib/analyzer.dart#newcode54 pkg/analyzer_experimental/lib/analyzer.dart:54: CompilationUnit parseDartString(String contents, {String name}) { It might ...
7 years, 4 months ago (2013-08-23 14:19:29 UTC) #3
nweiz
https://codereview.chromium.org/22865035/diff/1/pkg/analyzer_experimental/lib/analyzer.dart File pkg/analyzer_experimental/lib/analyzer.dart (right): https://codereview.chromium.org/22865035/diff/1/pkg/analyzer_experimental/lib/analyzer.dart#newcode54 pkg/analyzer_experimental/lib/analyzer.dart:54: CompilationUnit parseDartString(String contents, {String name}) { On 2013/08/23 14:19:29, ...
7 years, 3 months ago (2013-08-26 17:03:39 UTC) #4
Brian Wilkerson
LGTM
7 years, 3 months ago (2013-08-26 17:11:16 UTC) #5
nweiz
Committed patchset #2 manually as r26673 (presubmit successful).
7 years, 3 months ago (2013-08-26 22:06:58 UTC) #6
tatumizer
7 years, 3 months ago (2013-08-26 23:57:53 UTC) #7
Message was sent while issue was closed.
Can you make parseDartString and parseJsonString a part of standard library?
(Also, the reverse operations). There was an "issue" about it, but apparently
there was no appropriate place found for these functions. Maybe make them part
of "convert" lib?

Powered by Google App Engine
This is Rietveld 408576698