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

Issue 204033003: Updating code_transformers to not fail on syntax errors (Closed)

Created:
6 years, 9 months ago by blois
Modified:
6 years, 9 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Updating code_transformers to not fail on syntax errors Recent changes started using the Analyzer's parseCompilationUnit method which throws exceptions on syntax errors, but this is undesirable in many cases. Adding an option to disable this behavior and using that in code_transformers. BUG= R=scheglov@google.com, sigmund@google.com Committed: https://code.google.com/p/dart/source/detail?r=34070

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -6 lines) Patch
M pkg/analyzer/lib/analyzer.dart View 2 chunks +3 lines, -2 lines 0 comments Download
M pkg/code_transformers/lib/src/entry_point.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/code_transformers/lib/src/resolver_impl.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/code_transformers/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
M pkg/code_transformers/test/entry_point_test.dart View 1 chunk +16 lines, -0 lines 0 comments Download
M pkg/polymer/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
blois
6 years, 9 months ago (2014-03-18 22:06:10 UTC) #1
scheglov
lgtm
6 years, 9 months ago (2014-03-18 22:08:05 UTC) #2
Siggi Cherem (dart-lang)
lgtm
6 years, 9 months ago (2014-03-18 22:08:56 UTC) #3
blois
6 years, 9 months ago (2014-03-18 22:09:24 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r34070 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698