Fork me on GitHub
#cljs-dev2015-07-21
>
bostonou13:07:09

no reason that i can remember at the moment

dnolen13:07:26

@bostonou: yeah adding new cases the compiler is kind of a last resort

dnolen13:07:42

if it can be done as a macro that’s generally better.

dnolen13:07:00

@bostonou: otherwise looks like it’s heading the right conceptual direction, you are missing the merge meta needed to avoid blowing away cljs.user each time it seems?

bostonou13:07:06

ok. my head was swimming a bit figuring out where (in the code) to get started

bostonou13:07:07

the merge was for getting it into cljs.user. right now, it’s going into the namespace it’s defined in

bostonou13:07:34

@dnolen i know we discussed that, just hadn’t gotten to putting it into cljs.user

bostonou13:07:04

using the merge meta resulted in lots of duplicate goog.requires

dnolen13:07:31

@bostonou: in anycase going in the right direction

bostonou13:07:41

@dnolen thanks for the help

dnolen14:07:23

it’s great that ClojureScript is 4 years along - adding source mapping to bootstrapped ClojureScript was almost too easy