-
ul has quit
-
dm3 joined the channel
-
Balveda joined the channel
-
schmir joined the channel
-
dm3 has quit
-
dm3 joined the channel
-
ul joined the channel
-
dm3 has quit
-
dm3 joined the channel
-
ul
for somewhat reason boot does not pickup values from boot.properties
-
setting env variable works
-
any ideas?
-
candiru has quit
-
guess joined the channel
-
ul has quit
-
guess
hi all, I need some help
-
lein new hoplon my-project
-
java.lang.ClassCastException: clojure.lang.Symbol cannot be cast to clojure.lang.Associative
-
michel_slm joined the channel
-
-
ianhedoesit
guess: what version of leiningen are you using?
-
guess
2.5.1
-
ianhedoesit
and you get that stacktrace just by running `lein new hoplon my-project`?
-
guess
yes, exactly
-
ianhedoesit
that seems odd. it works fine for me with 2.5.1.
-
guess
lein version: Leiningen 2.5.1 on Java 1.7.0_65 OpenJDK 64-Bit Server VM
-
ianhedoesit
Leiningen 2.5.1 on Java 1.7.0_75 OpenJDK Client VM
-
shouldn't really matter though. the ClassCastException means something's not right.
-
I don't know what though.
-
guess
maybe my leiningen profile can mess up the things?
-
-
wow, with my profiles renamed, I could create the hoplon template
-
OK, I think I start commenting out the lines in my profile line by line...
-
yeah, it was the lein-ancient
-
strange
-
ianhedoesit
I was going to say, a number of people seem to have problems with lein-ancient.
-
guess
That's a pity. ianhedoesit, thank you for helping me tracking down the problem
-
ianhedoesit
guess: I think earlier someone said hoplon doesn't work with boot2 or something by the way. I can't get the hoplon lein template working, anyway.
-
Balveda has quit
-
guess has quit
-
ul joined the channel
-
ul
ianhedoesit: yes, lein template for hoplon is for boot1 version
-
boot2 hoplon is not ready yet, but is usable if you want to use it)))
-
-
and port of hoplon.io site as example
-
ianhedoesit
ul: neat, thanks. :)
-
ul has quit
-
catonano joined the channel
-
mcgaw joined the channel
-
ul joined the channel
-
mcgaw
hi, i have a working hoplon project that i can start with 'boot development'
-
but when i generate the lein project file and try to compile i get compilation problems.
-
clojure/hoplon newbie here
-
ok, shadowing a core clojure function emits warning, but in fact stops compile in production.
-
tcrawley-away is now known as tcrawley
-
tcrawley is now known as tcrawley-away
-
TheAncientGoat has quit
-
danielneal joined the channel
-
mcgaw has quit
-
danielneal has quit
-
danielneal joined the channel
-
cldwalker joined the channel
-
mcgaw joined the channel
-
TheAncientGoat joined the channel
-
danielneal has quit
-
cpmcdaniel joined the channel
-
bhauman joined the channel
-
martinklepsch
Deraen: do you have any experiences with requiring cljx compiled code in a boot task after (cljx)
-
Deraen
Saapas should have a simple example (which works, I think)
-
Or it might be that cljx compiled code is only required from cljs code
-
I have work project using boot cljx but I haven't tested that in some time
-
crazydiamond joined the channel
-
bhauman has quit
-
jpthomson joined the channel
-
HelloDrChewz joined the channel
-
cpmcdaniel has quit
-
lance|afk is now known as lanceball
-
cpmcdaniel joined the channel
-
crazydiamond has quit
-
jpthomson
-
alandipert
jpthomson: cool - welcome to the party btw!
-
jpthomson
thanks!
-
nonrecursive joined the channel
-
crazydiamond joined the channel
-
ul
i have problem with multiple builds in boot-cljs
-
if any level of optimization except :none is set, then i have good one build (e.g. admin.js) and corrupted second(e.g. widget.js)
-
corruption is that code which must be only in first build included and executed in second one
-
double checked about possible namespace references
-
jpthomson has quit
-
anybody used multiple builds?
-
ul is going to try compiling every build in its own pod
-
it does not help ((((
-
HelloDrChewz has quit
-
HelloDrChewz joined the channel
-
mr-foobar joined the channel
-
HelloDrChewz has quit
-
martinklepsch
ul: how are you doing multiple builds? calling cljs task multiple times?
-
or using .cljs.edn?
-
ul
using .cljs.edn
-
very simple ones
-
{:require [vion.app.admin]
-
:init-fns [vion.app.admin/hoploninit]}
-
and s/admin/widget/ one
-
admin is ok, but widget has code from admin
-
i mean output js
-
martinklepsch
ul: how are you calling your cljs tasl?
-
ul: boot-cljs currently does not use clojurescripts :main feature
-
ul
(cljs :optimizations :whitespace)
-
martinklepsch
ul: then it sounds like a bug ...
-
HelloDrChewz joined the channel
-
ul
martinklepsch: i suspect clojurescript compiler
-
because it is who produces final js
-
intermediate files are ok
-
generated by boot-cljs .cljs has correct requires
-
martinklepsch
could be that this is related to caching maybe...
-
ul
problem persists even if cljs.edn declared in different folders
-
and compilation is run in different pods inside boot-cljs
-
yes, something wrong in common directories
-
may be cache
-
martinklepsch
with these many recent changes it has become hard to figure out if a problem comes from boot-cljs or clojurescript itself
-
TheAncientGoat has quit
-
ul
could you tell me some the oldest version of boot-cljs which has no critical bugs known?
-
will try to compile with it
-
ul has quit
-
ul joined the channel
-
-
wonder why it does not help
-
michaniskin
ul: do you have a repo that shows the problem?
-
ul
michaniskin: it is private one
-
michaniskin
can you make a simple demonstration repo?
-
that i can clone and inspect?
-
martinklepsch
-
super weird
-
ul
yes, will do that now
-
martinklepsch
I thought it might be a cljs thing but couldn't reproduce in mies-om
-
(but that was yesterday night + today in the morning so I might not have been at my fullest capacity)
-
michaniskin
single segment namespaces are problematic in cljs i think
-
in general
-
martinklepsch
how do you feel about using cljs :main vs. our shim?
-
I'm kind of leaning towards keeping the task as close as possible for stability reasons
-
michaniskin: oh. didn't know that
-
michaniskin
i don't think :main is as good as our shim
-
cpmcdaniel has quit
-
our shim does everything :main does, no?
-
martinklepsch
michaniskin: what does our shim do that main doesn't?
-
(except handling .inc.js)
-
mynomoto has quit
-
michaniskin
our shim automatically works with "docrooted" pages
-
without having to specify that to the compiler
-
also it won't reload js files that are already loaded by the shim when used with a reload task of some kind