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 | 13 | 334 | 347 |
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
01/09/2025
- 12:03 PM Ruby master Bug #20965: `it` vs `binding.local_variables`
- We discussed this at the dev meeting. The above behavior of `p binding.local_variable_get(:_1)` is considered a bug.
... - 11:52 AM Ruby master Misc #21019 (Open): DevMeeting-2025-02-13
- # The next dev meeting
**Date: 2025/02/13 13:00-17:00** (JST)
Log: *TBD*
- Dev meeting *IS NOT* a decision-mak... - 11:52 AM Ruby master Misc #20949 (Closed): DevMeeting-2025-01-09
- 11:51 AM Ruby master Feature #6012: Proc#source_location also return the column
- This was discussed at the October 2024 dev meeting and @matz approved `source_location` to return `[path, start_line,...
- 11:42 AM Ruby master Bug #20980 (Closed): Range#size new TypeError vs semi-open ranges
- The current behavior is intended. In principle, `#size` should return how many times `#each` will call a given block....
- 11:36 AM Ruby master Bug #20974: Required and optional anonymous parameter show differently in Proc#parameters
- Discussed at the dev meeting. @matz said that it should return `[[:opt]]` instead of `[[:opt, nil]]`.
- 11:35 AM Ruby master Feature #20953: Array#fetch_values vs #values_at protocols
- Discussed at the dev meeting. @matz liked to align the behavior of Array#fetch_values with Array#values_at here in th...
- 11:33 AM Ruby master Bug #20920: When loading a file, __FILE__ gets relative paths expanded only when they start with "./"
- Discussed at the dev meeting. @matz suggested that we try modifying it so that only the `load "foo.rb"` case is a ful...
- 11:26 AM Ruby master Feature #20987: Add dbg - minimal debugging helper
- This proposal was discussed in the dev meeting.
@matz said that, while adding a new method or changing the default...
01/08/2025
- 01:46 AM Ruby master Feature #21000: A way to avoid loading constant required by a type check
- If you just want to avoid repetition and don't care autoload, I found a good (and magical) way to do it.
```ruby
...
Also available in: Atom