garden

niamu 2016-02-27T02:41:24.000004Z

Has anyone else noticed the ClojureScript build errors in color.cljc?

niamu 2016-02-27T02:42:42.000005Z

There are a few lines that lack reader conditionals and fail to properly compile in ClojureScript. Line 598 and 603 both call down to Java.

niamu 2016-02-27T02:44:14.000006Z

It’s hard to catch since running lein test-cljs performs the test in the JVM rather than a JS engine.

niamu 2016-02-27T06:26:12.000007Z

Pull request that resolves the issue here: https://github.com/noprompt/garden/pull/107

noprompt 2016-02-27T21:14:19.000009Z

@niamu: thanks!