-
onetom has quit
-
crazydiamond has quit
-
onetom joined the channel
-
jdarby has quit
-
onetom has quit
-
bitpimp joined the channel
-
bitpimp has quit
-
badyl has quit
-
michel_slm joined the channel
-
crazydiamond joined the channel
-
piranha joined the channel
-
mr-foobar has quit
-
dm3 joined the channel
-
jaen joined the channel
-
dm3 joined the channel
-
mr-foobar joined the channel
-
piranha joined the channel
-
dm3 joined the channel
-
schmir joined the channel
-
dm3 joined the channel
-
ioioio joined the channel
-
whodidthis_ joined the channel
-
mr-fooba_ joined the channel
-
whodidthis has quit
-
whodidthis_ is now known as whodidthis
-
catonano has quit
-
supersym joined the channel
-
onetom joined the channel
-
ioioio has quit
-
jjttjj joined the channel
-
jjmojojjmojo has quit
-
jjmojojjmojo joined the channel
-
NOTICE: [boot] wagjo opened issue #258: AOT fails to compile stuff from clojure.core.reducers http://git.io/vYoMn
-
bitpimp joined the channel
-
catonano joined the channel
-
_longines joined the channel
-
drorbemet joined the channel
-
jjttjj has quit
-
agarman joined the channel
-
drorbemet has quit
-
jjttjj joined the channel
-
supersym has quit
-
michel_slm joined the channel
-
candiru has quit
-
jjttjj has quit
-
drorbemet joined the channel
-
johannbestowrous joined the channel
-
johannbestowrous has quit
-
johannbestowrous joined the channel
-
early joined the channel
-
aaelony joined the channel
-
schmir has quit
-
jjttjj joined the channel
-
dm3_ joined the channel
-
aaelony_ joined the channel
-
supersym joined the channel
-
aaelony has quit
-
piranha joined the channel
-
candiru joined the channel
-
crazydiamond joined the channel
-
agarman has quit
-
drorbemet has quit
-
catonano has quit
-
dm3 joined the channel
-
msattel joined the channel
-
piranha joined the channel
-
candiru has quit
-
dm3 joined the channel
-
piranha joined the channel
-
dm3 has quit
-
dm3 joined the channel
-
mr-foobar joined the channel
-
piranha has quit
-
drorbemet joined the channel
-
xificurC joined the channel
-
piranha joined the channel
-
msattel
exit
-
\q
-
msattel has quit
-
dm3 joined the channel
-
drorbemet has quit
-
drorbemet joined the channel
-
dm3 joined the channel
-
piranha joined the channel
-
jjttjj has quit
-
jjttjj joined the channel
-
mathiasx joined the channel
-
mathiasx
hey all, trying to get boot-sassc working again. Can anyone help me diagnose some issues?
-
Also unable to push a new version to clojars for some reason :(
-
drorbemet has quit
-
From the stack trace when `boot build-jar push-release` fails:
-
-
Huh, seems to have worked at some point because the jar is up there now
-
michaniskin
you can get that kind of error if the version already exists
-
in clojars
-
mathiasx shrug
-
mathiasx
Next question is: Did printing out output from a shell command change?
-
I'm not seeing any output, and I suspect that sassc is failing inside
-
michaniskin
hm, i don't think so
-
mathiasx
I should at least see it output the debug messages around the command run..
-
-
but I don't see that at all
-
-
oddly users are saying it works for them, even though boot-sassc no longer works in my demo project for me haha
-
michaniskin
what if you throw an exception there?
-
just to make sure it's getting to that part of the code
-
when all else fails you can printf via exception messages usually
-
mathiasx
haha
-
I'll try
-
Yes, it gets to there.
-
util/dbug and util/info not seeming to output, and no output from sassc command ,though
-
Ah here's a possible reason
-
There's no files in the filset
-
fileset*
-
piranha joined the channel
-
Most of the changes that'd been submitted (and I've merged when they seemed to work) around the fileset, I haven't kept up with the changes
-
michaniskin
aha
-
mathiasx
Is there another task that tracks non-clojure fileset changes that I could compare to?
-
michaniskin
fileset-diff is a good way
-
i see you alraedy have it
-
mathiasx
not sure it is working though
-
if the task isn't watching, it's just being run on a file, would this still work?
-
michaniskin
the initial diff is the whole thing, so it should work
-
mathiasx
hmm
-
and I see we're using the sass-file in there, it's not getting dropped
-
michaniskin
since last-fileset is initally nil
-
mathiasx
but debug-by-exception is saying that we don't have any files by the time it gets to actually running
-
michaniskin
hm
-
mathiasx
Oh wow.
-
I'm bad at this :P
-
I'd updated the instructions on boot-sassc to say to use :resource-paths
-
But the example project didn't use that yet
-
that was the one thing that made it not work
-
michaniskin
hahaha
-
mathiasx
ok
-
Thanks :)
-
in other news, that library is updated with some new features that got PRed and works again
-
at least for me :-)
-
michaniskin
great news! :thumbsup:
-
mathiasx
I'm glad that people are able to use boot-sassc and it works for them. On the other hand, I rarely have time to work on it when it doesn't work
-
so here's hoping it doesn't break for a good long while!
-
:D
-
michaniskin
things should be pretty stable now
-
so i feel good about it
-
mathiasx
I don't think it was ever boot changes that broke it
-
it was that it was hard to set up and get the right version for
-
now the namespacing is consistent
-
michaniskin
we can use jruby in the future to pin the exact version of sass, too
-
mathiasx
for awhile there we had src under mathias/boot-sassc but I had released it as just boot-sassc
-
so that was confusing to people