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

Issue 1131593006: Report malformed URIs in library dependencies (Closed)

Created:
5 years, 7 months ago by Harry Terkelsen
Modified:
5 years, 7 months ago
Reviewers:
floitsch
CC:
reviews_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Report malformed URIs in library dependencies as errors. For instance: "import '../../Udyn[mic ils/expect.dart';" used to cause an internal compiler error. The error is now caught and the compiler reports the invalid import. BUG=http://dartbug.com/23228 R=floitsch@google.com Committed: https://code.google.com/p/dart/source/detail?r=45580

Patch Set 1 #

Patch Set 2 : Update copyright in test #

Total comments: 1

Patch Set 3 : Add comments for fishy return #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -35 lines) Patch
M pkg/compiler/lib/src/compiler.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/library_loader.dart View 1 2 3 4 5 1 chunk +15 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/warnings.dart View 1 2 3 4 5 1 chunk +11 lines, -0 lines 0 comments Download
A + tests/compiler/dart2js/malformed_uri_test.dart View 1 2 chunks +7 lines, -27 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
Harry Terkelsen
5 years, 7 months ago (2015-05-06 21:09:08 UTC) #2
floitsch
Please add a better subject and description.
5 years, 7 months ago (2015-05-06 21:11:22 UTC) #3
Harry Terkelsen
On 2015/05/06 21:11:22, floitsch wrote: > Please add a better subject and description. Done
5 years, 7 months ago (2015-05-06 21:15:17 UTC) #4
floitsch
LGTM. (Please use http://dartbug.com/XYZ as bugnumber, as codereview otherwise points to the chromium bug). https://codereview.chromium.org/1131593006/diff/20001/pkg/compiler/lib/src/library_loader.dart ...
5 years, 7 months ago (2015-05-06 21:19:01 UTC) #5
Harry Terkelsen
On 2015/05/06 21:19:01, floitsch wrote: > LGTM. > > (Please use http://dartbug.com/XYZ as bugnumber, as ...
5 years, 7 months ago (2015-05-07 00:05:55 UTC) #6
Harry Terkelsen
5 years, 7 months ago (2015-05-07 00:11:55 UTC) #7
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as 45580 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698