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

Issue 221673005: Use warning instead of error in a couple places. In polymer we are hitting (Closed)

Created:
6 years, 8 months ago by Siggi Cherem (dart-lang)
Modified:
6 years, 8 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Use warning instead of error in a couple places. In polymer we are hitting scenarios where the resolution was incorrect, but we were still able to generate valid code. We should not stop the whole build process on these cases. (see for example https://code.google.com/p/dart/issues/detail?id=17914). R=blois@google.com Committed: https://code.google.com/p/dart/source/detail?r=34656

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -13 lines) Patch
M pkg/code_transformers/lib/assets.dart View 1 4 chunks +15 lines, -7 lines 0 comments Download
M pkg/code_transformers/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
M pkg/code_transformers/test/assets_test.dart View 1 2 chunks +4 lines, -3 lines 0 comments Download
M pkg/code_transformers/test/resolver_test.dart View 1 2 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Siggi Cherem (dart-lang)
https://codereview.chromium.org/221673005/diff/1/pkg/code_transformers/lib/assets.dart File pkg/code_transformers/lib/assets.dart (right): https://codereview.chromium.org/221673005/diff/1/pkg/code_transformers/lib/assets.dart#newcode34 pkg/code_transformers/lib/assets.dart:34: logger.error('absolute paths not allowed: "$url"', span: span); should we ...
6 years, 8 months ago (2014-04-02 02:56:32 UTC) #1
blois
lgtm. I should have done this when moving the code from polymer- I really dislike ...
6 years, 8 months ago (2014-04-02 14:58:33 UTC) #2
Siggi Cherem (dart-lang)
Thanks Pete PTAL - I made the last error into a warning without changing the ...
6 years, 8 months ago (2014-04-02 16:31:55 UTC) #3
blois
lgtm
6 years, 8 months ago (2014-04-02 17:18:21 UTC) #4
Siggi Cherem (dart-lang)
6 years, 8 months ago (2014-04-02 17:57:42 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r34656 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698