Chromium Code Reviews| Index: pkg/front_end/messages.yaml |
| diff --git a/pkg/front_end/messages.yaml b/pkg/front_end/messages.yaml |
| index 30ad9b2d6018968a9644ec0929a2c10e2d4b3a1a..89909072358733ad297239151f38c65e3cb4e596 100644 |
| --- a/pkg/front_end/messages.yaml |
| +++ b/pkg/front_end/messages.yaml |
| @@ -628,6 +628,10 @@ InternalProblemAlreadyInitialized: |
| InternalProblemBodyOnAbstractMethod: |
| template: "Attempting to set body on abstract method." |
| +InternalProblemMissingContext: |
| + template: "Compiler cannot run without a compiler context." |
| + tip: "Wrap calls to the compiler in a zone with a compiler context." |
|
ahe
2017/07/17 08:42:07
This sounds like an order (which is impolite). Als
Siggi Cherem (dart-lang)
2017/07/17 20:18:38
Done.
|
| + |
| InternalVerificationError: |
| template: "Verification of the generated program failed: #string." |