You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was restricted on purpose. We want to avoid inlining arbitrary code within the splice. All that code must be interpreted by a simple AST interpreter which is not fast compared with macro implementation that gets called. It is also impossible to impossible to implement an interpreter on the JVM that supports the full language.
smarter
changed the title
Regression in RC2 & RC3: inline val/defs can't be used when calling a quotes fn
inline val/defs can't be used when calling a quotes fn
Apr 23, 2021
Uh oh!
There was an error while loading. Please reload this page.
Compiler version
This used to work in RC1. It fails in RC2 and RC3.
Minimized code
Output
Expectation
Compilation.
The text was updated successfully, but these errors were encountered: