tagomoris (Satoshi Tagomori)
- Login: tagomoris
- Email: tagomoris@gmail.com
- Registered on: 09/24/2010
- Last sign in: 11/13/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 2 | 19 | 21 |
| Reported issues | 4 | 29 | 33 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer | 05/08/2025 |
Activity
11/22/2025
-
07:39 AM Ruby Misc #21681 (Closed): Clarification on the Status and Roadmap of Ruby Box for Ruby 4.0
11/13/2025
-
10:07 AM Ruby Feature #21311 (Closed): Namespace on read (revised)
- Now this feature is merged into Ruby as `Ruby::Box`.
-
10:06 AM Ruby Misc #21681: Clarification on the Status and Roadmap of Ruby Box for Ruby 4.0
- > what is the final vision/scope of the Ruby Box feature?
That is described in the document ([doc/box.md](https://github.com/ruby/ruby/blob/master/doc/box.md)) in the source tree.
> ...
Ruby Box is still experimental and disabled ...
08/26/2025
-
02:02 AM Ruby Misc #21385: Namespace: Suggesting a rename
- I'll work on renaming `Namespace` to `Ruby::Box` after this: https://github.com/ruby/ruby/pull/13454
06/30/2025
-
12:54 PM Ruby Misc #21385: Namespace: Suggesting a rename
- My idea that popped up recently is, "Ruby Box", referenced as `Ruby::Box`.
05/20/2025
-
01:15 PM Ruby Bug #21341: `Namespace is not a module (TypeError)` without enabling the namespace
- I want to let Matz determine how to handle this problem :D
05/14/2025
-
01:08 AM Ruby Feature #21335: Namespaces should be present in the backtrace
- The `ns_id` seems good to be shown in backtrace (I'm unsure about this format is good or not):
```
foo.rb:7:in namespace(1) 'Foo.test'
```
05/13/2025
-
12:00 PM Ruby Bug #21330: Namespace: Class and Module frozen status is not namespaced
- The frozen flag is what I missed. I think we should move the flag to `rb_classext_t`.
05/12/2025
-
01:07 PM Ruby Feature #21311 (Open): Namespace on read (revised)
- byroot (Jean Boussier) wrote in #note-75:
> > Please open another ticker for further problems, issues, bugs, etc.
> ...
I had a plan to add CI configuration to add `RUBY_NAMESPACE=1` checks and I thought it would not be a part of this.... -
12:42 PM Ruby Feature #21311 (Closed): Namespace on read (revised)
- I've merged the change into master. So, let me close this issue.
Please open another ticker for further problems, issues, bugs, etc.