convex
convex copied to clipboard
Fatal error: unquoting without arg
The Compiler handles the case where no argument is provided to unquote-splicing by returning the Context in an exceptional state: https://github.com/Convex-Dev/convex/blob/master/src/main/java/convex/core/lang/Compiler.java#L275
However, upstream execution does not envision that the Context could indeed be in an exceptional state which throws a fatal error:

Edit: Actually, exactly the same situation with unquote.