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

Not getting local-bindings as expected. #47

Open
drewverlee opened this issue Nov 9, 2022 · 0 comments
Open

Not getting local-bindings as expected. #47

drewverlee opened this issue Nov 9, 2022 · 0 comments

Comments

@drewverlee
Copy link

I followed the instructions in the detailed tutorial and i'm not getting the local bindings.


(sc.api/ep-info 8)
;; => {:sc.ep/code-site {:sc.cs/column 9,
;;                       :sc.cs/dynamic-var-names nil,
;;                       :sc.cs/expr (*
;;                                    2
;;                                    earth-radius
;;                                    (.
;;                                     Math
;;                                     asin
;;                                     (.
;;                                      Math
;;                                      sqrt
;;                                      (+
;;                                       (haversine (- phi2 phi1))
;;                                       (*
;;                                        (. Math cos phi1)
;;                                        (. Math cos phi2)
;;                                        (haversine (- lambda2 lambda1))))))),
;;                       :sc.cs/file "/home/drewverlee/aws/playground/src/drewverlee/aws/playground.clj",
;;                       :sc.cs/id -12,
;;                       :sc.cs/line 143,
;;                       :sc.cs/local-names []},
;;     :sc.ep/dynamic-var-bindings {},
;;     :sc.ep/id 8,
;;     :sc.ep/local-bindings {},
;;     :sc.ep/value 0.0}

What can i check? what you help you help me here? I'm on the latest version, using deps.

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

1 participant