Benoit Daloze

Results 1300 comments of Benoit Daloze

Yes, this still happens: https://github.com/rubygems/rubygems/issues/5508 Incorrectly using `linux-muslc` on glibc systems (the current situation) seems worse than not using `-linux` gems on Alpine which uses musl (#4434). Maybe we can...

So maybe we should add an example below the new sentence which shows it can go into an infinite loop or yield an element twice, or stop early? I'm not...

The field vm->waiting_fds` can be removed now, right?

> We cannot expose `ccan_list` as part of a public interface. Why not? Because it causes conflicts? I think currently it is part of the public interface (might be unintentional...

IMHO not changing the bytecode because some tool(s) relies on it is the beginning of the end (in terms of optimization, flexibility and leaking implementation details). I believe the CRuby...

Could you add specs for this in spec/ruby/language/pattern_matching_spec.rb ?

FWIW, I think at some point @aardvark179 experimented with a Ruby version of the Puma parser, by generating Ruby code from Ragel. That was actually quite a bit faster than...

@jakitliang About everything you said is incorrect. Would you mind take your outdated inaccurate rants/trolling somewhere else, or inform yourself better? Fiber.scheduler is about Fiber scheduling, not thread scheduling. Guild...

@jakitliang Samuel introduced his coroutine library to replace the ad-hoc implementation in CRuby. There are zero semantics change from that (Fibers are still changed only explicitly with resume/yield/transfer as before,...

> However, the linked PR is introducing the Netty OpenSSL variant instead of the JRuby Bouncy Castle-based `openssl`, which is massively outdated, so it's technically not the same thing. Sounds...