squint-cljs / squint

Light-weight ClojureScript dialect
https://squint-cljs.github.io/squint
676 stars 44 forks source link

fix: overrides config with cli options on compiler #567

Closed rafaeldelboni closed 1 month ago

rafaeldelboni commented 1 month ago

I missed this one on the last PR (https://github.com/squint-cljs/squint/pull/566) The compiler internal function not overriding squint.edn configurations with command line options --paths.

borkdude commented 1 month ago

@rafaeldelboni Shouldn't this just fix it?

https://github.com/squint-cljs/squint/pull/568

borkdude commented 1 month ago

released 0.8.122

rafaeldelboni commented 1 month ago

Thanks! Sure makes sense I didn't understand the problem