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

Issue 1572073003: Don't log stack trace for a bad package URL in a source file. (Closed)

Created:
4 years, 11 months ago by skybrian
Modified:
4 years, 11 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Don't log stack trace for a bad package URL in a source file. BUG=https://github.com/dart-lang/sdk/issues/25367 R=brianwilkerson@google.com Committed: https://github.com/dart-lang/sdk/commit/5cc87405aa5f10f6ca97fdaa0e524a63747439b2

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -81 lines) Patch
M pkg/analyzer/lib/src/generated/source.dart View 1 chunk +7 lines, -2 lines 3 comments Download
M pkg/analyzer/test/generated/all_the_rest_test.dart View 17 chunks +56 lines, -65 lines 2 comments Download
M pkg/analyzer/test/generated/source_factory_test.dart View 3 chunks +16 lines, -2 lines 0 comments Download
M pkg/analyzer/test/generated/test_support.dart View 2 chunks +7 lines, -12 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
skybrian
https://chromiumcodereview.appspot.com/1572073003/diff/1/pkg/analyzer/test/generated/all_the_rest_test.dart File pkg/analyzer/test/generated/all_the_rest_test.dart (right): https://chromiumcodereview.appspot.com/1572073003/diff/1/pkg/analyzer/test/generated/all_the_rest_test.dart#newcode578 pkg/analyzer/test/generated/all_the_rest_test.dart:578: void test_visitVariableDeclaration_static_const_inClassWithConstConstructor() { Not sure what dartfmt is doing ...
4 years, 11 months ago (2016-01-09 08:19:54 UTC) #1
skybrian
4 years, 11 months ago (2016-01-09 08:20:41 UTC) #3
Brian Wilkerson
LGTM https://chromiumcodereview.appspot.com/1572073003/diff/1/pkg/analyzer/lib/src/generated/source.dart File pkg/analyzer/lib/src/generated/source.dart (right): https://chromiumcodereview.appspot.com/1572073003/diff/1/pkg/analyzer/lib/src/generated/source.dart#newcode845 pkg/analyzer/lib/src/generated/source.dart:845: if (packageUri != null) { This 'if' ought ...
4 years, 11 months ago (2016-01-09 16:02:39 UTC) #4
skybrian
https://chromiumcodereview.appspot.com/1572073003/diff/1/pkg/analyzer/lib/src/generated/source.dart File pkg/analyzer/lib/src/generated/source.dart (right): https://chromiumcodereview.appspot.com/1572073003/diff/1/pkg/analyzer/lib/src/generated/source.dart#newcode845 pkg/analyzer/lib/src/generated/source.dart:845: if (packageUri != null) { On 2016/01/09 16:02:39, Brian ...
4 years, 11 months ago (2016-01-09 19:26:45 UTC) #5
Brian Wilkerson
https://chromiumcodereview.appspot.com/1572073003/diff/1/pkg/analyzer/lib/src/generated/source.dart File pkg/analyzer/lib/src/generated/source.dart (right): https://chromiumcodereview.appspot.com/1572073003/diff/1/pkg/analyzer/lib/src/generated/source.dart#newcode845 pkg/analyzer/lib/src/generated/source.dart:845: if (packageUri != null) { I disagree (hence the ...
4 years, 11 months ago (2016-01-10 16:55:25 UTC) #6
skybrian
4 years, 11 months ago (2016-01-11 23:53:53 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
5cc87405aa5f10f6ca97fdaa0e524a63747439b2 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698