antitypical / Manifold

An implementation of a dependently-typed intermediate language used by Tesseract.
MIT License
30 stars 0 forks source link

Error messages have no source info #186

Open robrix opened 8 years ago

robrix commented 8 years ago

There are no source locations for error messages connecting to where a module’s declarations were defined.

We can actually provide these for the modules by taking default arguments of __LINE__ and __FILE__, which would be pretty handy, especially for e.g. the encoded datatype tests.