should I be able to create a macro in a hoplon file?
or do I need to create a castra backend first?
how can I print an expansion from something in a :require-macro included file?
my first ever cool use for a macro, but alas. I see myself creating 8 (defc=...) lines that are mostly identical.
altering the macros.core file changes the error messages and the expansion works on a clojure repl.
so I'm close.
I guess it's a namespace issue.
XSsive has quit
tcrawley is now known as tcrawley-away
keyrush has quit
Empperi
okeydokey, I'm back with my stupid boot questions
is there a way to tell boot "stop and do not clean the temp directories"?
I have a problem with boot-cljs-test and in order to debug it I need to see the js files it generates for test running but it deletes those before I have a chance to look further
watching doesn't really help since it'll still clean everything up
I'm happy to fix that bug and create a pull request but need something to debug on first...
this bug occurs both in windows and osx btw too
so this time it doesn't look like to be a windows specific problem