I'm trying to make a repro case of clj-kondo/clj-kondo#1068 .
It's related to :refer :all
(or :use
) and --parallel
option.
I havn't made it to work yet.
- generate
n
test files:ruby gen-lots-of-test-clj.rb [n]
- this command remove existing
hoge*.clj
and generatesn
hoge*.clj
files
- this command remove existing
- run parallel lint
n
times./run-n-times.sh [n]
- generate more test files
- use more complicated project
- start with some real open source project which has certain amount of code
- then remove some files to make minimal repro
- start with some real open source project which has certain amount of code