mame (Yusuke Endoh)
- Login: mame
- Email: mame@ruby-lang.org
- Registered on: 05/28/2008
- Last sign in: 12/05/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 1 | 149 | 150 |
Reported issues | 14 | 332 | 346 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 07/18/2008 |
Backport187 | Committer | 06/18/2013 |
Backport191 | Committer | 05/16/2009 |
Backport192 | Committer | 08/02/2010 |
Backport193 | Committer | 08/24/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, Security team, Infrastructure team | 05/28/2008 |
Like
Activity
12/18/2024
- 02:10 AM Ruby master Revision c07fb791 (git): Avoid file descriptor leak
- `extra_fd` was leaked if `fd_set_cloexec` fails -- I can't think of any
chance of that happening here, but just in ca...
12/17/2024
- 04:14 AM Ruby master Feature #20205: Enable `frozen_string_literal` by default
- I checked the usage of `# frozen-string-literal: true` among the public gems. (@ko1 gave me this idea)
```
Numb...
12/13/2024
- 10:19 AM Ruby master Revision 3cb79d40 (git): Bundle typeprof 0.30.0
12/12/2024
- 11:35 AM Ruby master Misc #20949 (Open): DevMeeting-2025-01-09
- # The next dev meeting
**Date: 2025/01/09 13:00-17:00** (JST)
Log: *TBD*
- Dev meeting *IS NOT* a decision-mak... - 11:34 AM Ruby master Misc #20879 (Closed): DevMeeting-2024-12-12
- 11:33 AM Ruby master Feature #20884: reserve "Ruby" toplevel module for Ruby language
- Discussed at the dev meeting.
@matz decided that Ruby 3.4 warns when ::Ruby is defined.
```
$ ./miniruby -we '... - 11:22 AM Ruby master Bug #20948 (Assigned): Constant references incorrectly cached in `module (expr)::Foo`
- ```ruby
module M1
module Foo
X = 1
end
end
module M2
module Foo
X = 2
end
end
[M1, M2]... - 11:17 AM Ruby master Feature #20922 (Rejected): Should not we omit parentheses in assert calls?
- Discussed at the dev meeting.
@matz said he was not going to remove this warning.
Several ideas to prevent a w... - 11:06 AM Ruby master Bug #20817 (Rejected): Ruby 3.4.0dev emits `warning: possibly useless use of + in void context` while Ruby 3.3.5 does not
- Discussed at the dev meeting. This incompatibility that a subtle warning is printed when code is a syntax error shoul...
- 10:55 AM Ruby master Bug #20918 (Assigned): Prism error indicates line number of `-e` that does not exist
- @tenderlovemaking Thank you for fixing the issue, but it still shows line 2 in the code snippet.
```
$ ruby -e "f...
Also available in: Atom