Looks like there was an issue trying to connect to the project. Here's what we got:
Error loading lighttable.nrepl.handler: java.lang.RuntimeException: Unable to resolve var: reader/*alias-map* in this context, compiling:(cljs/analyzer.clj:1219:9) Exception in thread "main" java.lang.RuntimeException: Unable to resolve var: lighttable.nrepl.handler/lighttable-ops in this context, compiling:(/private/var/folders/39/6yj2mpzn00lcb3g25f39vl_h0000gn/T/form-init189993289165066025.clj:1:4920) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6567) at clojure.lang.Compiler.analyze(Compiler.java:6361) at clojure.lang.Compiler.analyze(Compiler.java:6322) at clojure.lang.Compiler$InvokeExpr.parse(Compiler.java:3624) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6562) at clojure.lang.Compiler.analyze(Compiler.java:6361) at clojure.lang.Compiler.analyze(Compiler.java:6322) at clojure.lang.Compiler$InvokeExpr.parse(Compiler.java:3624) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6562) at clojure.lang.Compiler.analyze(Compiler.java:6361) at clojure.lang.Compiler.access$100(Compiler.java:37) at clojure.lang.Compiler$LetExpr$Parser.parse(Compiler.java:5973) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6560) at clojure.lang.Compiler.analyze(Compiler.java:6361) at clojure.lang.Compiler.analyze(Compiler.java:6322) at clojure.lang.Compiler$BodyExpr$Parser.parse(Compiler.java:5708) at clojure.lang.Compiler$FnMethod.parse(Compiler.java:5139) at clojure.lang.Compiler$FnExpr.parse(Compiler.java:3751) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6558) at clojure.lang.Compiler.analyze(Compiler.java:6361) at clojure.lang.Compiler.eval(Compiler.java:6616) at clojure.lang.Compiler.eval(Compiler.java:6609) at clojure.lang.Compiler.load(Compiler.java:7064) at clojure.lang.Compiler.loadFile(Compiler.java:7020) at clojure.main$load_script.invoke(main.clj:294) at clojure.main$init_opt.invoke(main.clj:299) at clojure.main$initialize.invoke(main.clj:327) at clojure.main$null_opt.invoke(main.clj:362) at clojure.main$main.doInvoke(main.clj:440) at clojure.lang.RestFn.invoke(RestFn.java:421) at clojure.lang.Var.invoke(Var.java:419) at clojure.lang.AFn.applyToHelper(AFn.java:163) at clojure.lang.Var.applyTo(Var.java:532) at clojure.main.main(main.java:37) Caused by: java.lang.RuntimeException: Unable to resolve var: lighttable.nrepl.handler/lighttable-ops in this context at clojure.lang.Util.runtimeException(Util.java:219) at clojure.lang.Compiler$TheVarExpr$Parser.parse(Compiler.java:650) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6560) ... 33 more clojure.lang.ExceptionInfo: Subprocess failed {:exit-code 1} at clojure.core$ex_info.invoke(core.clj:4327) at leiningen.core.eval$fn__2079.invoke(eval.clj:226) at clojure.lang.MultiFn.invoke(MultiFn.java:231) at leiningen.core.eval$eval_in_project.invoke(eval.clj:326) at clojure.lang.AFn.applyToHelper(AFn.java:167) at clojure.lang.AFn.applyTo(AFn.java:151) at clojure.core$apply.invoke(core.clj:619) at leiningen.repl$repl.doInvoke(repl.clj:253) at clojure.lang.RestFn.invoke(RestFn.java:425) at leiningen.light_nrepl$light.doInvoke(light_nrepl.clj:36) at clojure.lang.RestFn.invoke(RestFn.java:423) at leiningen.light_nrepl$_main.doInvoke(light_nrepl.clj:48) at clojure.lang.RestFn.invoke(RestFn.java:397) at clojure.lang.AFn.applyToHelper(AFn.java:159) at clojure.lang.RestFn.applyTo(RestFn.java:132) at leiningen.light_nrepl.main(Unknown Source)
--You received this message because you are subscribed to the Google Groups "Light Table Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to light-table-discu...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Cheers,
Chris.
To unsubscribe from this group and stop receiving emails from it, send an email to light-table-discussion+unsub...@googlegroups.com.
Looks like there was an issue trying to connect to the project. Here's what we got:
final project: {:nrepl-middleware [lighttable.nrepl.handler/lighttable-ops], :init (clojure.core/swap! lighttable.nrepl.core/my-settings clojure.core/merge {:name "quiz 0.0.1", :project (quote {:compile-path "/Users/philipp/Documents/omv_quiz/repo/clj_web_app/target/classes", :group "quiz", :license {:name "Eclipse Public License", :url "http://www.eclipse.org/legal/epl-v10.html"}, :global-vars {}, :checkout-deps-shares [:source-paths :test-paths :resource-paths :compile-path #'leiningen.core.classpath/checkout-deps-paths], :dependencies ([org.clojure/clojure "1.5.1"] [org.clojure/java.jdbc "0.3.0-alpha5"] [mysql/mysql-connector-java "5.1.26"] [c3p0/c3p0 "0.9.1.2"] [environ/environ "0.4.0"] [ring/ring-core "1.2.1"] [ring/ring-jetty-adapter "1.2.1"] [compojure/compojure "1.1.6"] [hiccup/hiccup "1.0.4"] [clj-time/clj-time "0.6.0"] [org.clojure/tools.nrepl "0.2.3" :exclusions ([org.clojure/clojure])] [clojure-complete/clojure-complete "0.2.3" :exclusions ([org.clojure/clojure])] [spyscope/spyscope "0.1.3"] [redl/redl "0.2.0"] [ring/ring-devel "1.2.1"] [midje/midje "1.5.1"]), :plugin-repositories [["central" {:snapshots false, :url "http://repo1.maven.org/maven2/"}] ["clojars" {:url "https://clojars.org/repo/"}]], :test-selectors {:default (constantly true)}, :target-path "/Users/philipp/Documents/omv_quiz/repo/clj_web_app/target", :name "quiz", :deploy-repositories [["clojars" {:username :gpg, :url "https://clojars.org/repo/", :password :gpg}]], :root "/Users/philipp/Documents/omv_quiz/repo/clj_web_app", :offline? false, :source-paths ("/Users/philipp/Documents/omv_quiz/repo/clj_web_app/src"), :certificates ["clojars.pem"], :ring {:nrepl {:start? true}, :handler quiz.core/app}, :version "0.0.1", :jar-exclusions [#"^\."], :profiles {:dev {:dependencies [[ring/ring-devel "1.2.1"] [midje "1.5.1"]]}}, :prep-tasks ["javac" "compile"], :url "g...@github.com:create-mediadesign/omv-quiz.git", :repositories [["central" {:snapshots false, :url "http://repo1.maven.org/maven2/"}] ["clojars" {:url "https://clojars.org/repo/"}]], :resource-paths ("/Users/philipp/Documents/omv_quiz/repo/clj_web_app/dev-resources" "/Users/philipp/Documents/omv_quiz/repo/clj_web_app/resources"), :uberjar-exclusions [#"(?i)^META-INF/[^/]*\.(SF|RSA|DSA)$"], :jvm-opts [], :eval-in :subprocess, :plugins ([lein-ring/lein-ring "0.8.8"] [lein-pprint/lein-pprint "1.1.1"] [lein-midje/lein-midje "3.1.2"]), :injections [(require (quote spyscope.core)) (require (quote [redl complete core]))], :native-path "/Users/philipp/Documents/omv_quiz/repo/clj_web_app/target/native", :description "OMV quiz", :uberjar-merge-with {"META-INF/plexus/components.xml" leiningen.uberjar/components-merger, "data_readers.clj" leiningen.uberjar/clj-map-merger}, :test-paths ("/Users/philipp/Documents/omv_quiz/repo/clj_web_app/test"), :clean-targets [:target-path]})})} Error loading lighttable.nrepl.handler: java.lang.RuntimeException: Unable to resolve var: reader/*alias-map* in this context, compiling:(cljs/analyzer.clj:1219:9) Exception in thread "main" java.lang.RuntimeException: Unable to resolve var: lighttable.nrepl.handler/lighttable-ops in this context, compiling:(/private/var/folders/lf/28nckf7128x1ghp14zgyyxj80000gn/T/form-init3588719448744528191.clj:1:4032) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6567) at clojure.lang.Compiler.analyze(Compiler.java:6361) at clojure.lang.Compiler.analyze(Compiler.java:6322) at clojure.lang.Compiler$InvokeExpr.parse(Compiler.java:3624) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6562) at clojure.lang.Compiler.analyze(Compiler.java:6361) at clojure.lang.Compiler.analyze(Compiler.java:6322) at clojure.lang.Compiler$InvokeExpr.parse(Compiler.java:3624) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6562) at clojure.lang.Compiler.analyze(Compiler.java:6361) at clojure.lang.Compiler.access$100(Compiler.java:37) at clojure.lang.Compiler$LetExpr$Parser.parse(Compiler.java:5973) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6560) at clojure.lang.Compiler.analyze(Compiler.java:6361) at clojure.lang.Compiler.analyze(Compiler.java:6322) at clojure.lang.Compiler$BodyExpr$Parser.parse(Compiler.java:5708) at clojure.lang.Compiler$FnMethod.parse(Compiler.java:5139) at clojure.lang.Compiler$FnExpr.parse(Compiler.java:3751) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6558) at clojure.lang.Compiler.analyze(Compiler.java:6361) at clojure.lang.Compiler.eval(Compiler.java:6616) at clojure.lang.Compiler.eval(Compiler.java:6609) at clojure.lang.Compiler.load(Compiler.java:7064) at clojure.lang.Compiler.loadFile(Compiler.java:7020) at clojure.main$load_script.invoke(main.clj:294) at clojure.main$init_opt.invoke(main.clj:299) at clojure.main$initialize.invoke(main.clj:327) at clojure.main$null_opt.invoke(main.clj:362) at clojure.main$main.doInvoke(main.clj:440) at clojure.lang.RestFn.invoke(RestFn.java:421) at clojure.lang.Var.invoke(Var.java:419) at clojure.lang.AFn.applyToHelper(AFn.java:163) at clojure.lang.Var.applyTo(Var.java:532) at clojure.main.main(main.java:37) Caused by: java.lang.RuntimeException: Unable to resolve var: lighttable.nrepl.handler/lighttable-ops in this context at clojure.lang.Util.runtimeException(Util.java:219) at clojure.lang.Compiler$TheVarExpr$Parser.parse(Compiler.java:650) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6560) ... 33 more clojure.lang.ExceptionInfo: Subprocess failed {:exit-code 1} at clojure.core$ex_info.invoke(core.clj:4327) at leiningen.core.eval$fn__2079.invoke(eval.clj:226) at clojure.lang.MultiFn.invoke(MultiFn.java:231) at leiningen.core.eval$eval_in_project.invoke(eval.clj:326) at clojure.lang.AFn.applyToHelper(AFn.java:167) at clojure.lang.AFn.applyTo(AFn.java:151) at clojure.core$apply.invoke(core.clj:619) at leiningen.repl$repl.doInvoke(repl.clj:253) at clojure.lang.RestFn.invoke(RestFn.java:425) at leiningen.light_nrepl$light.doInvoke(light_nrepl.clj:36) at clojure.lang.RestFn.invoke(RestFn.java:423) at leiningen.light_nrepl$_main.doInvoke(light_nrepl.clj:48) at clojure.lang.RestFn.invoke(RestFn.java:397) at clojure.lang.AFn.applyToHelper(AFn.java:159) at clojure.lang.RestFn.applyTo(RestFn.java:132) at leiningen.light_nrepl.main(Unknown Source)
I was able to get a project with clj-http and ring-core going with 0.5.20, so hopefully that patches things up for everyone.
Cheers,
Chris.
On Tue, Nov 12, 2013 at 7:12 AM, Kamil Toman <kamil...@leafclick.com> wrote:
Transitively added clj/clj-http 0.6.5 is also an offender. Inclusion of [clj-http "0.7.7"] into a project breaks the LT connection.Kamil
On Tue, Nov 12, 2013 at 3:35 PM, <tcr...@gmail.com> wrote:
Looks like [ring/ring-core "1.2.1"] is going to be the big problem for people (causes the project connect error).(defproject test/test "0.1.0":dependencies [[org.clojure/clojure "1.5.1"][ring/ring-core "1.2.1"]]:source-paths ["src/clojure"]:main test:min-lein-version "2.0.0":description "test-application")
--
You received this message because you are subscribed to the Google Groups "Light Table Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to light-table-discussion+unsub...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Light Table Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to light-table-discussion+unsub...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Light Table Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to light-table-discu...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Light Table Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to light-table-discu...@googlegroups.com.
Cheers,
Chris.
To unsubscribe from this group and stop receiving emails from it, send an email to light-table-discussion+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to light-table-discu...@googlegroups.com.
final project: ([com.h2database/h2 "1.3.174"] [ring-server/ring-server "0.3.1"] [environ/environ "0.4.0"] [com.taoensso/timbre "2.7.1"] [markdown-clj/markdown-clj "0.9.35"] [korma/korma "0.3.0-RC6"] [com.taoensso/tower "2.0.1"] [org.clojure/clojure "1.5.1"] [selmer/selmer "0.5.4"] [log4j/log4j "1.2.17" :exclusions ([javax.mail/mail] [javax.jms/jms] [com.sun.jdmk/jmxtools] [com.sun.jmx/jmxri])] [compojure/compojure "1.1.6"] [lib-noir/lib-noir "0.7.6"] [com.postspectacular/rotor "0.1.0"] [org.clojure/tools.nrepl "0.2.3" :exclusions ([org.clojure/clojure])] [clojure-complete/clojure-complete "0.2.3" :exclusions ([org.clojure/clojure])] [ring-mock/ring-mock "0.1.5"] [ring/ring-devel "1.2.1"] [lein-light-nrepl/lein-light-nrepl "0.0.9"] [org.clojure/tools.reader "0.7.10"]) Error loading lighttable.nrepl.handler: java.lang.RuntimeException: Unable to resolve var: reader/*alias-map* in this context, compiling:(cljs/analyzer.clj:1219:9) Exception in thread "main" java.lang.RuntimeException: Unable to resolve var: lighttable.nrepl.handler/lighttable-ops in this context, compiling:(/tmp/form-init572520409690775710.clj:1:5331) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6567) at clojure.lang.Compiler.analyze(Compiler.java:6361) at clojure.lang.Compiler.analyze(Compiler.java:6322) at clojure.lang.Compiler$InvokeExpr.parse(Compiler.java:3624) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6562) at clojure.lang.Compiler.analyze(Compiler.java:6361) at clojure.lang.Compiler.analyze(Compiler.java:6322)My project.clj as follows:
--
You received this message because you are subscribed to a topic in the Google Groups "Light Table Discussion" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/light-table-discussion/Jy03Ka73-Qk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to light-table-discu...@googlegroups.com.
Cheers,
Chris.
Cheers,
Chris.
To unsubscribe from this group and stop receiving emails from it, send an email to light-table-discussion+unsubscri...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Light Table Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to light-table-discussion+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "Light Table Discussion" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/light-table-discussion/Jy03Ka73-Qk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to light-table-discussion+unsub...@googlegroups.com.
Unable to resolve var: reader/*alias-map* in this context, compiling:(cljs/analyzer.clj:1219:9)
Looks like there was an issue trying to connect to the project. Here's what we got:
final project: ([org.clojure/clojure "1.5.1"] [org.clojure/data.json "0.2.3"] [org.clojure/tools.reader "0.7.10"] [org.clojure/google-closure-library "0.0-20130212-95c19e7f0f5f"] [com.google.javascript/closure-compiler "v20131014"] [org.mozilla/rhino "1.7R4"] [org.clojure/tools.nrepl "0.2.3" :exclusions ([org.clojure/clojure])] [clojure-complete/clojure-complete "0.2.3" :exclusions ([org.clojure/clojure])] [lein-light-nrepl/lein-light-nrepl "0.0.9"]) Retrieving com/google/javascript/closure-compiler/v20131014/closure-compiler-v20131014.pom from central Retrieving com/google/guava/guava/15.0/guava-15.0.pom from central Retrieving com/google/guava/guava-parent/15.0/guava-parent-15.0.pom from central Retrieving com/google/guava/guava/15.0/guava-15.0.jar from central Retrieving com/google/javascript/closure-compiler/v20131014/closure-compiler-v20131014.jar from central Error loading lighttable.nrepl.handler: java.lang.RuntimeException: Unable to resolve var: cljs.compiler/*cljs-source-map* in this context, compiling:(lighttable/nrepl/cljs.clj:106:9) Exception in thread "main" java.lang.RuntimeException: Unable to resolve var: lighttable.nrepl.handler/lighttable-ops in this context, compiling:(/tmp/form-init3296693736094813860.clj:1:3799) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6567) at clojure.lang.Compiler.analyze(Compiler.java:6361) at clojure.lang.Compiler.analyze(Compiler.java:6322) at clojure.lang.Compiler$InvokeExpr.parse(Compiler.java:3624) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6562) at clojure.lang.Compiler.analyze(Compiler.java:6361) at clojure
In a version of clojurescript just cloned this morning, cljs/analyzer refers to *alias-map* three times, as follows:simon@engraver:~/tmp$ git clone https://github.com/clojure/clojurescript.gitCloning into 'clojurescript'...remote: Counting objects: 14347, done.remote: Compressing objects: 100% (8051/8051), done.remote: Total 14347 (delta 5956), reused 12768 (delta 4411)Receiving objects: 100% (14347/14347), 3.96 MiB | 113 KiB/s, done.Resolving deltas: 100% (5956/5956), done.simon@engraver:~/tmp$ cd clojurescript/simon@engraver:~/tmp/clojurescript$ grep -rn alias-map *src/clj/cljs/repl.clj:212: reader/*alias-map*src/clj/cljs/compiler.clj:873: reader/*alias-map* (or reader/*alias-map* {})src/clj/cljs/analyzer.clj:1497: (binding [reader/*alias-map* (or reader/*alias-map* {})]src/clj/cljs/analyzer.clj:1544: reader/*alias-map*src/clj/cljs/analyzer.clj:1565: reader/*alias-map* (or reader/*alias-map* {})]However, interestingly, this doesn't agree with what you see on the github website, where line 873 is different. The other references are the same, though, and all though the instances at lines 1497, 1544 and 1565 appear different from one another, in fact they are semantically the same, it's just that at lines 1544 and 1565 other bindings are being captured in the same binding form.
--
You received this message because you are subscribed to the Google Groups "Light Table Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to light-table-discu...@googlegroups.com.
Hi Chris