scilla icon indicating copy to clipboard operation
scilla copied to clipboard

Add phase name to error messages in Syntax.ml

Open jjcnn opened this issue 7 years ago • 2 comments

As part of the multistaging issue, generation of error messges has been moved from TypeChecker.ml to Syntax.ml. However, the generated error messages reports type errors regardless of which phase causes the error.

The error message functions should somehow extract the phase name, either simply by accepting the phase name as a parameter, or through the enclosing functor somehow.

jjcnn avatar Aug 29 '18 09:08 jjcnn

Is this still an issue?

anton-trunov avatar Feb 16 '20 17:02 anton-trunov

I believe so. I don't think anyone has fixed it.

jjcnn avatar Feb 16 '20 17:02 jjcnn