tenderlovemaking (Aaron Patterson)
- Login: tenderlovemaking
- Email: tenderlove@ruby-lang.org
- Registered on: 07/09/2008
- Last sign in: 01/18/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 8 | 174 | 182 |
Reported issues | 27 | 136 | 163 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 03/25/2010 |
Backport187 | Committer | 06/18/2013 |
Backport191 | Committer | 10/05/2011 |
Backport192 | Committer | 10/05/2011 |
Backport193 | Committer | 10/05/2011 |
Backport200 | Committer | 02/17/2013 |
Backport21 | Committer | 12/21/2013 |
Backport22 | Committer | 12/19/2014 |
Ruby 1.8 | Committer | 10/05/2011 |
Ruby master | Committer | 11/13/2009 |
Like
Activity
Today
- 12:41 AM Ruby master Bug #21034: try to mark T_NONE object error after upgrading to 3.4.1
- If you're able to get a gdb session, if you go to frame 13 (where `rb_gc_mark_vm_stack_values` is called) and try pri...
- 12:38 AM Ruby master Bug #21034: try to mark T_NONE object error after upgrading to 3.4.1
- These two lines make it seem like they are the same bug to me:
```
/usr/local/lib/libruby.so.3.4(gc_mark+0x16) [0...
01/17/2025
- 05:22 PM Ruby master Bug #21021: "try to mark T_NONE object" with 3.4.1
- Benoit_Tigeot (Benoit Tigeot) wrote in #note-13:
> tenderlovemaking (Aaron Patterson) wrote in #note-12:
> > If you...
01/16/2025
- 10:47 PM Ruby master Bug #19165: Method (with no param) delegation with *, **, and ... is slow
- jeremyevans0 (Jeremy Evans) wrote in #note-7:
> tenderlovemaking (Aaron Patterson) wrote in #note-6:
> > I think we... - 09:38 PM Ruby master Bug #19165: Method (with no param) delegation with *, **, and ... is slow
- I reran this benchmark with Ruby 3.5. I think most numbers have improved:
```
$ ruby test.rb
ruby 3.5.0dev (202... - 07:52 PM Ruby master Bug #21021: "try to mark T_NONE object" with 3.4.1
- Benoit_Tigeot (Benoit Tigeot) wrote in #note-11:
> Benoit_Tigeot (Benoit Tigeot) wrote in #note-10:
> > I've look a...
01/15/2025
- 08:11 PM Ruby master Revision cd0abd69 (git): [ruby/psych] remove vim settings
- https://github.com/ruby/psych/commit/2f46abf4e1
- 05:30 PM Ruby master Bug #21021: "try to mark T_NONE object" with 3.4.1
- Odd. This may be a weak map bug as @alanwu is saying.
The C level back trace has these lines:
```
/usr/local/l...
01/14/2025
- 10:33 PM Ruby master Feature #21033: Allow lambdas that don't access `self` to be Ractor shareable
- Eregon (Benoit Daloze) wrote in #note-14:
> Given semantics are already incompatible when using `Ractor.make_shareab... - 09:08 PM Ruby master Bug #21037 (Open): Ractors hang with multiple threads
- The following program hangs, but I don't expect it to hang:
```ruby
# frozen_string_literal: true
class Map
...
Also available in: Atom