I think I found the source of the problem, but I don't understand it yet :)

So, for building my project I'm using a setup copied and adapted from the 
chestnut template. I do `lein repl` and then `(run)` which minifies assets, 
builds scss files and then calls figwheel.

The problem goes away when I do not build scss files, it uses `[lein-sass 
"0.4.0"]` for this.

To build scss files it runs:

(defn start-scss []
  (future
    (log/info "Starting scss.")
    (lein/-main ["sass" "auto"])))

When running the command in a separate terminal and starting my project without 
the scss builder call no warnings appear. Please not I did not change the 
project dependencies, just did not call `(start-scss)`.

I don't understand the relationship between the warning and the lein call, the 
lein-sass plugin does (seemingly) not use and Clojurescript.

Could you give me some pointers where to look further?

Thanks,
Torsten.

Am Samstag, 15. April 2017 21:05:29 UTC+2 schrieb Torsten Uhlmann:
> Thanks for your response!
> 
> 
> I cleaned the output dir multiple times and that didn't change it. I will 
> provide a minimal example- maybe doing this will surface the problem...
> 
> 
> Shaun LeBron schrieb am Sa., 15. Apr. 2017 um 19:40 Uhr:
> cljs.pprint/*out* was removed in 1.7.10.  see: 
> http://cljs.github.io/api/cljs.pprint/STARoutSTAR
> 
> 
> 
> might be something weird going on with the analysis cache? clean your 
> output-dir to clear it.  if that doesn't fix, can you give a working example?
> 
> 
> 
> On Saturday, April 15, 2017 at 2:16:11 AM UTC-5, Torsten Uhlmann wrote:
> 
> > Hi,
> 
> >
> 
> > after upgrading Clojurscript from 1.9.473 to 1.9.493 I get a bunch of 
> > warnings like this:
> 
> >
> 
> > WARNING: Use of undeclared Var cljs.pprint/*out* at line 2141 
> > resources\public\js\out\cljs\pprint.cljs
> 
> >
> 
> > The warnings also appear with the latest version 1.9.521.
> 
> >
> 
> > Is that expected or am I doing something wrong?
> 
> >
> 
> > Thanks,
> 
> > Torsten.
> 

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/clojurescript.

Reply via email to