ruby / bigdecimal

Arbitrary-precision decimal floating-point number library for Ruby
Other
116 stars 67 forks source link

Workaround for test-bundled-gems at ruby/ruby repo #283

Closed hsbt closed 8 months ago

hsbt commented 8 months ago

There is no way to load bigdecimal extension in assert_in_out_err with make test-bundled-gems of ruby/ruby repository.

I added extension directory for that explicitly. I know this is ad-hoc solution. We should provide these paths to like assert_in_out_err assertions in ruby/ruby side.

hsbt commented 8 months ago

https://github.com/ruby/bigdecimal/actions/runs/7552785831/job/20562319734?pr=283 is caused by io-console side at https://github.com/ruby/io-console/pull/65.

I will release fixed version tomorrow.