MastodonC / kixi.hecuba

Eclipse Public License 1.0
36 stars 5 forks source link

Correct incorrect namespace. #599

Closed sw1nn closed 9 years ago

sw1nn commented 9 years ago

Not sure how this could ever have worked. Looks like a Schrödinbug to be.

sw1nn commented 9 years ago

@annapawlicka Can you review and see if this fixes you lein figwheel problems too

sw1nn commented 9 years ago

Ok, I see what's going on. Previous change caused the problem, but it would only become apparent when you tried to use the repl in prod, since the repl ns is not referenced directly anywhere. (reset) dynamically discovers ns's and recompiles them - hence we see the error there, but not at startup.

https://github.com/MastodonC/kixi.hecuba/commit/7b19c1503cab7535eb58df37de067f528610213f#diff-f83d20da641ba06134b62eab278aa907L15

vs

https://github.com/MastodonC/kixi.hecuba/commit/7b19c1503cab7535eb58df37de067f528610213f#diff-164a9e76ebaf6d99398afb8e46e8eb02L5

annapawlicka commented 9 years ago

:shipit: