ko1 (Koichi Sasada)
- Login: ko1
- Registered on: 05/28/2008
- Last sign in: 12/25/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 88 | 592 | 680 |
Reported issues | 13 | 211 | 224 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 07/18/2008 |
Backport187 | Committer | 02/02/2009 |
Backport191 | Committer | 05/16/2009 |
Backport192 | Committer | 08/02/2010 |
Backport193 | Committer | 10/05/2011 |
Backport200 | Committer | 02/17/2013 |
Backport21 | Committer | 12/21/2013 |
Backport22 | Committer | 12/19/2014 |
Ruby 1.8 | Committer | 05/28/2008 |
Ruby master | Committer | 05/28/2008 |
Like
Activity
12/24/2024
- 01:47 AM Ruby master Revision ab8fd5bb (git): not a incompatbile, but a feature
- The change of `Object#singleton_method` doesn't harm existing code
so it should be new feature (bug fix).
12/23/2024
- 05:07 AM Ruby master Revision bd569cb7 (git): add back quotes for method/class names
- 02:05 AM Ruby master Revision c695536c (git): use `st_update` to prevent table extension
- to prevent the following scenario:
1. `delete_unique_str()` can be called while GC (sweeping)
2. it calls `st_insert...
12/19/2024
- 01:53 AM Ruby master Feature #20205: Enable `frozen_string_literal` by default
- > some other code is compatible because it sets #frozen_string_literal: false.
FYI
only a few. survey which pra...
12/18/2024
- 09:52 PM Ruby master Revision c194b261 (git): debug v1.10.0
12/13/2024
- 08:05 AM Ruby master Revision e09c2343 (git): followup 0bdb38ba6be208064a514c12a9b80328645689f8
- (forgot to amend...)
12/12/2024
- 09:43 PM Ruby master Feature #20875 (Closed): Atomic initialization for Ractor local storage
- Applied in changeset commit:git|0bdb38ba6be208064a514c12a9b80328645689f8.
----------
`Ractor.set_if_absent(key)`
to... - 09:17 PM Ruby master Feature #20875: Atomic initialization for Ractor local storage
- store is from `Hash#store`.
- 07:58 PM Ruby master Feature #20875: Atomic initialization for Ractor local storage
- quote from https://github.com/ruby/dev-meeting-log/blob/master/2024/DevMeeting-2024-12-12.md
* ko1: `compute_if_ab... - 09:22 PM Ruby master Revision 0bdb38ba (git): `Ractor.set_if_absent(key)`
- to initialize ractor local storage in thread-safety.
[Feature #20875]
Also available in: Atom