Mercerenies / gdlisp

Lisp on the Godot platform
GNU General Public License v3.0
140 stars 1 forks source link

Errors should play nice with Rust #98

Closed Mercerenies closed 1 year ago

Mercerenies commented 2 years ago

I can't believe I missed this for this long, but GDError and PError should be implementing the Error trait, since it's an error type.