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

Unified Diff: pkg/front_end/messages.yaml

Issue 3010963002: Report internal error when an exported library isn't loaded.
Patch Set: Created 3 years, 3 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
Index: pkg/front_end/messages.yaml
diff --git a/pkg/front_end/messages.yaml b/pkg/front_end/messages.yaml
index 94cb4153fc619e154cc31e99ea5bdc520c9ce948..9f362765c6d6d56984016d55c4f840016c66ba54 100644
--- a/pkg/front_end/messages.yaml
+++ b/pkg/front_end/messages.yaml
@@ -660,6 +660,9 @@ InternalProblemProvidedBothCompileSdkAndSdkSummary:
InternalProblemUriMissingScheme:
template: "The URI '#uri' has no scheme."
+InternalProblemExportedLibraryNotLoaded:
+ template: "The library '#uri' isn't loaded, but '#uri2' exports it."
+
InternalVerificationError:
template: "Verification of the generated program failed: #string."

Powered by Google App Engine
This is Rietveld 408576698