Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

jaynetics/ractor_coverage_repro

Repository files navigation

fork of https://github.com/jaynetics/character_set to reproduce https://bugs.ruby-lang.org/issues/20158

bundle
bundle exec rake # => COVERAGE SUM: 4237
bundle exec rake # => COVERAGE SUM: 4241
bundle exec rake # => COVERAGE SUM: 4233

# comment out Ractor in spec/spec_helper.rb:1
head -n1 spec/spec_helper.rb # => Ractor.new { nil }
printf "#$(cat spec/spec_helper.rb)\n" > spec/spec_helper.rb

bundle exec rake # => COVERAGE SUM: 6852452
bundle exec rake # => COVERAGE SUM: 6852452
bundle exec rake # => COVERAGE SUM: 6852452

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published