| Index: pkg/front_end/messages.yaml
|
| diff --git a/pkg/front_end/messages.yaml b/pkg/front_end/messages.yaml
|
| index 30ad9b2d6018968a9644ec0929a2c10e2d4b3a1a..a6f92a6aca41e268d614d413c68135b0e5c48146 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: "Are calls to the compiler wrapped in CompilerContext.withGlobalOptions?"
|
| +
|
| InternalVerificationError:
|
| template: "Verification of the generated program failed: #string."
|
|
|
|
|