Skip to content

Fix fundamental conversion with missing functions.

Evan Welsh requested to merge ewlsh/fix-fundamental-assert into master

Fundamentals don't have to specify all of the functions they can implement such as get-value, set-value, ref, and unref. As such, we should handle these failures gracefully instead of asserting.

Fixes #365 (closed).

Edited by Evan Welsh

Merge request reports