Skip to content

Instantly share code, notes, and snippets.

@darwin
Last active April 4, 2016 22:49
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 darwin/3aeb13d9e3631a4c421d to your computer and use it in GitHub Desktop.
Save darwin/3aeb13d9e3631a4c421d to your computer and use it in GitHub Desktop.
environ 1.0.2 issues
Compiling ClojureScript...
Compiling "resources/release/compiled/background.js" from ["src/rel" "src/shared" "src/project" "src/background"]...
Feb 28, 2016 9:02:37 PM com.google.javascript.jscomp.LoggerErrorManager println
SEVERE: /Users/darwin/code/dirac-ws/dirac/resources/release/compiled/background/chromex/defaults.js:2: ERROR - Parse error. Semi-colon expected
Warning: environ value true has been cast to string
^
Feb 28, 2016 9:02:37 PM com.google.javascript.jscomp.LoggerErrorManager printSummary
WARNING: 1 error(s), 0 warning(s)
ERROR: JSC_PARSE_ERROR. Parse error. Semi-colon expected at /Users/darwin/code/dirac-ws/dirac/resources/release/compiled/background/chromex/defaults.js line 2 : 17
// Compiled by ClojureScript 1.7.228 {:static-fns true, :optimize-constants true, :elide-asserts true}
Warning: environ value true has been cast to string
goog.provide('chromex.defaults');
goog.require('cljs.core');
goog.require('cljs.core.async');
goog.require('goog.object');
goog.require('chromex.protocols');
chromex.defaults.default_callback_fn_factory = (function chromex$defaults$default_callback_fn_factory(_config,chan){
return (function() {
...
@maruks
Copy link

maruks commented Apr 4, 2016

/ Compiled by ClojureScript 1.8.34 {:static-fns true, :optimize-constants true}
Warning: environ value true has been cast to string

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment