Fork me on GitHub
#cljs-dev
<
2017-04-03
>
juhoteperi12:04:47

I think several option validation functions (e.g. check-preloads) display bad warnings when :optimizations is not provided at all (it defaults to :none

juhoteperi12:04:28

Either the validation functions should check the all-opts map which has the implicit default options added, or should use default optimizations value if it is nil

juhoteperi17:04:51

@anmonteiro I think there is similar problem with other checkers too

anmonteiro17:04:20

we should probably just use all-opts everywhere hrm