We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I followed the instructions in the detailed tutorial and i'm not getting the local bindings.
What can i check? what you help you help me here? I'm on the latest version, using deps.
The text was updated successfully, but these errors were encountered: