Benoit Daloze

Results 1300 comments of Benoit Daloze

@andrykonchin I tried to keep the ones you checked after my last fix for links to issues. Should be fine but would be good if you can double-check.

Note for contributors: please mention here which item/checkbox you'd like to add specs for, in order to avoid duplicated work.

@lxxxvi In that case we could just add a new file and check `Array.should have_instance_method(:minmax)`, and a comment saying the behavior is tested in the `core/enumerable/minmax_spec.rb`. I don't see Arrays...

@kuei0221 Indeed, I now checked the box.

I'll try to make one soon. It would be great to finish the last 5 items for this issue.

Only 2 items left under `C API updates` now.

Issue for Ruby 3.0 specs: https://github.com/ruby/spec/issues/823

I'll try to review soon. Could you rebase on latest master? > This feels like a bug in MRI's implementation on windows which should be addressed. Could you report it...

> what is the process to keep the test disabled only for Windows on older Ruby versions? Something like: ```ruby guard_not -> { platform_is :windows and ruby_version_is ""..."3.2" } do...