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

Unified Diff: sky/tools/shelldb

Issue 1142893007: Suppress unnamed library analyzer spam in shelldb (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/sdk/lib/framework/theme/typography.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/shelldb
diff --git a/sky/tools/shelldb b/sky/tools/shelldb
index d3512329641fa83cb1afe27234489f1e9837c78c..026ec97c26bc29b48887b299a0fca3f2ed371bca 100755
--- a/sky/tools/shelldb
+++ b/sky/tools/shelldb
@@ -47,6 +47,9 @@ _IGNORED_PATTERNS = [
re.compile(r'^\[error\] Native functions can only be declared in'),
# TODO: Remove this once dev SDK includes Uri.directory constructor.
re.compile(r'.*The class \'Uri\' does not have a constructor \'directory\''),
+ # TODO: Remove this once Sky no longer generates this warning.
+ # dartbug.com/22836
+ re.compile(r'.*cannot both be unnamed'),
]
# This 'strict dictionary' approach is useful for catching typos.
« no previous file with comments | « sky/sdk/lib/framework/theme/typography.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698