Fork me on GitHub
#cljs-dev
<
2017-03-15
>
martinklepsch18:03:21

@anmonteiro so as mentioned I figured out how to build closure compiler from master but it didn’t fix the issue. I’m wondering if you see anything obviously wrong with this: https://github.com/martinklepsch/weekly-log — and if not do you think it would be the right thing to file an issue with closure-compiler?

thheller22:03:07

I will probably open some tickets in the near future, need some more data from compiler warnings/errors

thheller22:03:26

can't properly highlight the correct code from

thheller22:03:27

{:warning :invalid-arithmetic, :line 7, :column 1, :msg "cljs.core/+, all arguments must be numbers, got [string number] instead.", :extra {:js-op cljs.core/+, :types [string number]}}

thheller22:03:08

need to know where the form ends at the minimum