Noah Kawasaki
Noah Kawasaki
Hello, this is a feature request, for those of us not experts in how Spark works, to add in an **example** of an additional step to run with the `ENABLE_DAEMON_INIT`...
Repro: https://github.com/noahkawasakigoogle/rules_ruby_bug I've run into an issue attempting to use rules_ruby with the [psych Gem](https://github.com/ruby/psych/tree/master) that I believe is due to `rb_bundle_fetch` for some reason not executing certain gem installation...
I've discovered that the use of `require_relative` vs `require` actually reads files from the source tree instead of the files in the bazel sandbox runfiles tree. Repro: https://github.com/bazel-contrib/rules_ruby/pull/224/files In this...
Just wanted to contribute how I've gotten minitest to work well with rules_ruby in case others also need to use minitest. The current [rb_test()](https://github.com/bazel-contrib/rules_ruby/blob/main/docs/rules.md#rb_test) rule works well for RSpec, which...