justinpombrio / synless

Synless is a language-agnostic tree editor.
20 stars 2 forks source link

Remove spanic and spect macros #77

Closed e-matteson closed 6 months ago

e-matteson commented 1 year ago

If we really want to add an extra "internal error in synless" message when panicking, we can catch the panic in main instead of using a separate spanic macro. spect is unused anyway.

e-matteson commented 6 months ago

Replaced by bug and bug_msg macros