morpho
morpho copied to clipboard
Calling warning on Error class segfaults
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.