Morpho-lang / morpho

The Morpho language 🦋. Morpho is a small embeddable language for scientific computing applications.
MIT License
30 stars 10 forks source link

[Bug] Morpho errors don’t report the module information about the source of error #265

Closed joshichaitanya3 closed 3 months ago

joshichaitanya3 commented 4 months ago

Describe the bug

Information about the module from which the Error is originating would be vital for debugging.

softmattertheory commented 3 months ago

Fixed in PR #267; thanks for pointing this out @joshichaitanya3! Also added module info in stack traces.