Skip to content

Instantly share code, notes, and snippets.

@deg
Created August 15, 2017 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deg/651b7b37ae5943b341e7868fc92590bf to your computer and use it in GitHub Desktop.
Save deg/651b7b37ae5943b341e7868fc92590bf to your computer and use it in GitHub Desktop.
Error capture
Starting nREPL server via /home/deg/bin/lein update-in :dependencies conj \[org.clojure/tools.nrepl\ \"0.2.12\"\ \:exclusions\ \[org.clojure/clojure\]\] -- update-in :plugins conj \[cider/cider-nrepl\ \"0.15.1-SNAPSHOT\"\] -- repl :headless :host ::...
Reverting buffer `firebase'.
Reverting buffer `trilystro<projects>'.
Reverting buffer `3.2.1-0'.
Reverting buffer `firebase-3.2.1-0.jar'.
Parsing archive file...done.
error in process sentinel: nrepl-server-sentinel: Could not start nREPL server: Retrieving cljsjs/firebase/3.2.1-0/firebase-3.2.1-0.pom from clojars
Retrieving cljsjs/firebase/3.2.1-0/firebase-3.2.1-0.jar from clojars
Compiling ClojureScript...
Compiling "resources/public/js/compiled/app.js" from ["src/cljs"]...
Aug 15, 2017 10:49:01 PM com.google.javascript.jscomp.LoggerErrorManager println
WARNING: /home/deg/Documents/git/projects/trilystro/target/cljsbuild-compiler-1/cljs/compiler.js:559: WARNING - References to the global RegExp object prevents optimization of regular expressions.
cljs.compiler.emit_constant.cljs$core$IMultiFn$_add_method$arity$3(null,RegExp,(function (x){
^
Aug 15, 2017 10:49:01 PM com.google.javascript.jscomp.LoggerErrorManager println
WARNING: /home/deg/Documents/git/projects/trilystro/target/cljsbuild-compiler-1/firebase_cljs/promise.js:226: WARNING - Keywords and reserved words are not allowed as unquoted property names in older versions of JavaScript. If you are targeting newer versions of JavaScript, set the appropriate language_in option.
return prom__$1.catch(callback);
^
Aug 15, 2017 10:49:01 PM com.google.javascript.jscomp.LoggerErrorManager println
WARNING: /home/deg/Documents/git/projects/trilystro/target/cljsbuild-compiler-1/firebase_cljs/promise.js:258: WARNING - Keywords and reserved words are not allowed as unquoted property names in older versions of JavaScript. If you are targeting newer versions of JavaScript, set the appropriate language_in option.
return prom.catch(callback);
^
Aug 15, 2017 10:49:01 PM com.google.javascript.jscomp.LoggerErrorManager println
WARNING: /home/deg/Documents/git/projects/trilystro/target/cljsbuild-compiler-1/firebase_cljs/user.js:583: WARNING - Keywords and reserved words are not allowed as unquoted property names in older versions of JavaScript. If you are targeting newer versions of JavaScript, set the appropriate language_in option.
return user__$1.delete();
^
Aug 15, 2017 10:49:01 PM com.google.javascript.jscomp.LoggerErrorManager printSummary
WARNING: 0 error(s), 4 warning(s)
Successfully compiled "resources/public/js/compiled/app.js" in 111.047 seconds.
Compiling Garden...
Could not find artifact cljsjs:firebase:jar:3.2.1-0 in central (http://repo.maven.apache.org/maven2)
This could be due to a typo in :dependencies or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.
error in process sentinel: Could not start nREPL server: Retrieving cljsjs/firebase/3.2.1-0/firebase-3.2.1-0.pom from clojars
Retrieving cljsjs/firebase/3.2.1-0/firebase-3.2.1-0.jar from clojars
Compiling ClojureScript...
Compiling "resources/public/js/compiled/app.js" from ["src/cljs"]...
Aug 15, 2017 10:49:01 PM com.google.javascript.jscomp.LoggerErrorManager println
WARNING: /home/deg/Documents/git/projects/trilystro/target/cljsbuild-compiler-1/cljs/compiler.js:559: WARNING - References to the global RegExp object prevents optimization of regular expressions.
cljs.compiler.emit_constant.cljs$core$IMultiFn$_add_method$arity$3(null,RegExp,(function (x){
^
Aug 15, 2017 10:49:01 PM com.google.javascript.jscomp.LoggerErrorManager println
WARNING: /home/deg/Documents/git/projects/trilystro/target/cljsbuild-compiler-1/firebase_cljs/promise.js:226: WARNING - Keywords and reserved words are not allowed as unquoted property names in older versions of JavaScript. If you are targeting newer versions of JavaScript, set the appropriate language_in option.
return prom__$1.catch(callback);
^
Aug 15, 2017 10:49:01 PM com.google.javascript.jscomp.LoggerErrorManager println
WARNING: /home/deg/Documents/git/projects/trilystro/target/cljsbuild-compiler-1/firebase_cljs/promise.js:258: WARNING - Keywords and reserved words are not allowed as unquoted property names in older versions of JavaScript. If you are targeting newer versions of JavaScript, set the appropriate language_in option.
return prom.catch(callback);
^
Aug 15, 2017 10:49:01 PM com.google.javascript.jscomp.LoggerErrorManager println
WARNING: /home/deg/Documents/git/projects/trilystro/target/cljsbuild-compiler-1/firebase_cljs/user.js:583: WARNING - Keywords and reserved words are not allowed as unquoted property names in older versions of JavaScript. If you are targeting newer versions of JavaScript, set the appropriate language_in option.
return user__$1.delete();
^
Aug 15, 2017 10:49:01 PM com.google.javascript.jscomp.LoggerErrorManager printSummary
WARNING: 0 error(s), 4 warning(s)
Successfully compiled "resources/public/js/compiled/app.js" in 111.047 seconds.
Compiling Garden...
Could not find artifact cljsjs:firebase:jar:3.2.1-0 in central (http://repo.maven.apache.org/maven2)
This could be due to a typo in :dependencies or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment