Morpho-lang / morpho

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

Calling warning on Error class segfaults #252

Open softmattertheory opened 4 months ago

softmattertheory commented 4 months ago

Describe the bug Calling the warning method on the Error class (rather than on an instance) segfaults.

To Reproduce Run the following code:

Error.warning("Hello")

Expected behavior Error should raise the warning with a generic tag.