Jean Boussier

Results 43 issues of Jean Boussier

That pull take 30-40s per job, which is quite insane when these image rarely if ever change. Of course if they significantly change it would cause problem, but then we...

The reaper was introduced back in cde7692d4e3e0e67e480cc6172f6e2bacaceeb5e The goal is to detect checked out connections owned by dead threads, and make them available again. To do this, a thread check...

activerecord

Alternate: https://github.com/rubygems/rubygems/pull/7930 Fix: https://github.com/rubygems/rubygems/pull/7930 When bundler inline has to install gems, it loads more dependencies than when it goes through the fast path of all gems being installed. One of...

bundler: bug fix

[[Feature #6648]](https://bugs.ruby-lang.org/issues/6648) Return a array of strings repesenting the original argv received by ruby. ~~Need to add a spec and documention for the method, but this is meant to get...

That's what the regular compiler does. Would be surprised if it works, but if it does we could reclaim that table pointer in all keywords.

For context, I'm the maintainer of https://rubygems.org/gems/redis and https://rubygems.org/gems/redis-client, and I was chatting with @stockholmux a few days ago about what I think is a recurrent pain point for users....

major-decision-pending

Ref: https://github.com/redis-rb/redis-client/issues/119 There is a bit of an ongoing problem with users of `dd-trace-rb`, the instrumentation of the Redis gem has a fairly different behavior whether you are using the...

feature-request
community

This would have caught https://github.com/lobsters/lobsters/pull/1312. Of course now that they were installed, nothing will purge them, but as they get upgraded they'll be missing and won't be requireable in production.

Ref: https://bugs.ruby-lang.org/issues/20205 Since Ruby 2.4 it is possible to run ruby with `--enable-frozen-string-literal` and it's supposed to be the default behavior in the future. It just require some very minor...

``` lib/google/apis/core/base_service.rb:268: warning: method redefined; discarding old client ``` This is because `attr_accessor :client` defines the `client` method, and it's later explicitly redefined.