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
{{ message }}
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.
Le 21 août 2018 à 17:38, Justin Tirrell ***@***.***> a écrit :
I think the problem is this line
https://github.com/jeluard/hipo/blob/1c107002bc5d338050046e9d8be2d8eba3fa9187/src/hipo/core.clj#L21
Specifically, in (hc/compile-create ~v ~m)), the unquoted v is a symbol and compile-create cannot handle a symbol.
This seems to be causing hipo to always use the interpreter.
I'll try to wrap my head more completely around the issue (is the outer let binding in create needed at all?) and submit a PR.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Out of the box, in a fresh clojurescript repl, I get the following error:
(hipo/create [:div "a"] {:force-compilation? true})
Error: Failed to compile
Coming from this line of code: https://github.com/jeluard/hipo/blob/master/src/hipo/compiler.clj#L177
The text was updated successfully, but these errors were encountered: