sinsoku (Takumi Shotoku)
- Login: sinsoku
- Registered on: 10/25/2017
- Last sign in: 01/05/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
12/25/2025
-
11:39 PM Ruby Bug #21806 (Assigned): `bundler/inline` generates "uninitialized constant Gem::NameTuple" only when RUBY_BOX=1
- ## Steps to reproduce
1. Prepare a file that uses "bundler/inline"
2. Run with RUBY_BOX=1
```ruby
# issue.rb
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
gem "json"
end
require "json"
put...
11/06/2023
-
02:31 PM Ruby Misc #19925: DevMeeting-2023-11-07
- * [Feature #14602] Version of dig that raises error if a key is not present (sinsoku)
* The last comment (one before mine) was a year ago, so I think all the method name candidates have come up.
* Would you like to choose one from ... -
02:16 PM Ruby Feature #14602: Version of dig that raises error if a key is not present
- I agree with [#14602#note-23](https://bugs.ruby-lang.org/issues/14602#note-23).
I think a fetch-based or dig-based name would be better, since the function can be inferred from the method name.
Personally, I feel that **deep_fetch** ...