Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cljs: clj_3df.compiler.trace_bindings is undefined #39

Open
theronic opened this issue Mar 12, 2019 · 2 comments
Open

Cljs: clj_3df.compiler.trace_bindings is undefined #39

theronic opened this issue Mar 12, 2019 · 2 comments
Assignees

Comments

@theronic
Copy link

theronic commented Mar 12, 2019

Tried latest master 80fa184 .cljc files in a Cljs project. Getting some macro errors because trace-bindings is a macro. I'm guessing needs some :require-macros in the cljs version

@comnik
Copy link
Member

comnik commented Mar 12, 2019

Interesting, I don't get that error from within a CLJS project, but definitely seems like a problem. Will take a look.

@comnik comnik self-assigned this Mar 12, 2019
@theronic
Copy link
Author

Is there a Cljs project example? Might be because I'm running Clojure 1.10.

Here's what I did: copied folder src/clj_3df into a Cljs project src folder and (:require [clj-3df.core :as df]). That's where I get the macro issues. Server-side works, though.

Super excited for this to come together!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants