General

Profile

georgeclaghorn (George Claghorn)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 2 3 5

Activity

12/28/2022

06:31 PM Ruby master Feature #19277: Project-scoped refinements
I didn't mention this in the original issue because it's not the primary motivation for project configuration here, b... georgeclaghorn (George Claghorn)
06:14 PM Ruby master Feature #19277 (Open): Project-scoped refinements
Refinements are a great way to isolate patches to the files that rely on them. Nonetheless, I believe the need to exp... georgeclaghorn (George Claghorn)

12/30/2021

05:54 PM Ruby master Bug #18453 (Closed): YJIT breaks Rails collection caching
A minimal app that demonstrates this issue is available [on GitHub](https://github.com/georgeclaghorn/yjit-rails-coll... georgeclaghorn (George Claghorn)

12/27/2021

10:15 PM Ruby master Feature #18440: YJIT is enabled if any YJIT tuning options are set
From [the code](https://github.com/ruby/ruby/blob/2c7aed46ba886c6fc4fb15e404035755f9884d54/ruby.c#L1545), this appear... georgeclaghorn (George Claghorn)
03:52 PM Ruby master Feature #18440: YJIT is enabled if any YJIT tuning options are set
Sorry, there's a small typo in the example:
```
$ ruby --yjit-exec-mem-size=32 -e 'puts RubyVM::YJIT.runtime_stat...
georgeclaghorn (George Claghorn)
03:41 PM Ruby master Feature #18440 (Feedback): YJIT is enabled if any YJIT tuning options are set
I was testing YJIT in a Rails app with `RUBYOPT="--yjit --yjit-exec-mem-size=32"`. I saw some weird issues around Rai... georgeclaghorn (George Claghorn)

11/22/2021

09:03 PM Ruby master Feature #18357 (Open): Proposal: stop raising when block passed to IO#each_* closes the IO
As of #17661, all of the enumeration methods on `IO`—e.g. `each_line`, `each_byte`, `each_codepoint`—raise `IOError` ... georgeclaghorn (George Claghorn)

09/10/2019

05:42 PM Ruby master Feature #16144: Honor Logger#level overrides in Logger#add
My GitHub PR was merged, so I think this can be closed. georgeclaghorn (George Claghorn)

09/06/2019

10:31 PM Ruby master Feature #16144: Honor Logger#level overrides in Logger#add
jeremyevans0 (Jeremy Evans) wrote:
> Can you please submit this as a pull request to ruby/logger: https://github.com...
georgeclaghorn (George Claghorn)

09/05/2019

01:01 AM Ruby master Feature #16144 (Closed): Honor Logger#level overrides in Logger#add
We attempt to override `Logger#level` in Rails’s `Logger` subclass to [allow setting a different level per thread](ht... georgeclaghorn (George Claghorn)

Also available in: Atom