0.54.0: Too many files open
tagliala opened this issue · 4 comments
tagliala commented
I have a decently large repository with 555 haml files and 0.54.0 does not work anymore
$ haml-lint
Too many open files @ rb_sysopen - app/views/messages/_message.html.haml
~/dev/haml-lint/lib/haml_lint/runner.rb:147:in `initialize'
~/dev/haml-lint/lib/haml_lint/runner.rb:147:in `new'
~/dev/haml-lint/lib/haml_lint/runner.rb:147:in `block in extract_applicable_sources'
~/dev/haml-lint/lib/haml_lint/runner.rb:146:in `map'
~/dev/haml-lint/lib/haml_lint/runner.rb:146:in `extract_applicable_sources'
~/dev/haml-lint/lib/haml_lint/runner.rb:24:in `run'
~/dev/haml-lint/lib/haml_lint/cli.rb:114:in `scan_for_lints'
~/dev/haml-lint/lib/haml_lint/cli.rb:58:in `act_on_options'
~/dev/haml-lint/lib/haml_lint/cli.rb:25:in `run'
~/dev/haml-lint/bin/haml-lint:7:in `<top (required)>'
0.53.0 works just fine
benmelz commented
Can do
sds commented
tagliala commented
Thank you both for the quick fix and release.
I can confirm that 0.55.0 fixes the issue I was having