Morpho-lang / morpho

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

Error class improvements #273

Open softmattertheory opened 1 month ago

softmattertheory commented 1 month ago

This PR makes adjustments to the Error class to support calling throw and warning on the class without instantiation, e.g.

Error.warning("Foo")

Includes two tests of the fixed functionality. Fixes #252.