mame (Yusuke Endoh)
- Login: mame
- Email: mame@ruby-lang.org
- Registered on: 05/28/2008
- Last sign in: 08/22/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 2 | 146 | 148 |
Reported issues | 19 | 333 | 352 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer, Security team, Infrastructure team | 05/28/2008 |
Like
Activity
08/22/2025
-
04:43 AM Ruby Feature #14718 (Rejected): Use jemalloc by default?
- jemalloc development has been discontinued.
https://jasone.github.io/2025/06/12/jemalloc-postmortem/ -
03:19 AM Ruby Feature #21543: Point ArgumentError to the call site
- At the dev meeting, it was suggested that we try addressing the issue with error_highlight without changing the backt...
08/21/2025
-
11:06 AM Ruby Feature #21527 (Closed): Proposal: Math.log1p and Math.expm1
- Applied in changeset commit:git|f2b1017b3df5f93aaf1d4ccd758d341298aa8dcc.
----------
Add `Math.log1p` and `Math.expm... -
11:05 AM Ruby Revision f2b1017b (git): Add `Math.log1p` and `Math.expm1`
- This commit adds two new methods to the `Math` module:
* `Math.log1p(x)`: Computes `Math.log(x + 1)`
* `Math.expm1(x... -
11:05 AM Ruby Revision d318dc69 (git): Add NEWS for Math.log1p and Math.expm1
-
10:30 AM Ruby Misc #21549 (Open): DevMeeting-2025-09-11
- # The next dev meeting
**Date: 2025/09/11 13:00-17:00** (JST)
Log: *TBD*
- Dev meeting *IS NOT* a decision-mak... -
10:30 AM Ruby Misc #21508 (Closed): DevMeeting-2025-08-21
08/19/2025
-
06:27 AM Ruby Bug #21541 (Closed): make install is failing due to using rdoc repo
- I think the issue itself is already fixed. Let's discuss adding a test for `make install` in #21458
08/14/2025
-
06:19 AM Ruby Feature #21543 (Open): Point ArgumentError to the call site
- Consider this buggy code:
```ruby
def foo(x, y)
end
foo(1)
```
The resulting error is:
```
$ ruby tes...
08/08/2025
-
03:59 AM Ruby Feature #21533: Introduce `Time#am?` and `Time#pm?`
- I'm not strongly opposed, but I have a slight doubt about `noon.pm?` returning `true`.
According to NIST, designat...