mrkn (Kenta Murata)
- Login: mrkn
- Email: muraken@gmail.com
- Registered on: 03/20/2009
- Last sign in: 11/08/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 11 | 178 | 189 |
Reported issues | 10 | 88 | 98 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 02/15/2010 |
Backport187 | Committer | 06/18/2013 |
Backport191 | Committer | 02/15/2010 |
Backport192 | Committer | 10/05/2011 |
Backport193 | Committer | 10/05/2011 |
Backport200 | Committer | 02/17/2013 |
Backport21 | Committer | 12/21/2013 |
Backport22 | Committer | 12/19/2014 |
Ruby 1.8 | Committer | 02/15/2010 |
Ruby master | Committer | 02/15/2010 |
Like
Activity
09/06/2024
- 08:06 AM Ruby master Feature #20705: Should "0.E-9" be a valid float value?
- > But I think it's good to make Float/to_f to accept "0.e-9"
Changing `String#to_f` introduces incompatibility:
```...
02/15/2024
- 09:05 AM Ruby master Feature #20266: New syntax to escape embed strings in Regexp literal
- I agree with this proposal. Even if Ruby enables `\Q` and `\E` features in Onigumo, they don't work as expected if t...
01/18/2024
- 01:06 AM Ruby master Misc #20191: Deprecate magic encoding comment
- We should investigate the real-world application codebases instead of gems on rubygems.org.
I guess there can be une...
01/17/2024
- 04:28 PM Ruby master Bug #5179: Complex#rationalize and to_r with approximate zeros
- I'm working on to_r at https://github.com/ruby/ruby/pull/9581.
I will do for other methods later.
01/16/2024
- 02:58 PM Ruby master Bug #5179: Complex#rationalize and to_r with approximate zeros
- `Complex(re, im.to_r).to_r` looks good to me if `im` is not `0` or `0r`. `Complex(re, im.to_i).to_i` is also OK for ...
08/22/2023
- 03:17 AM Ruby master Feature #19843: Promote bigdecimal as bundled gems at Ruby 3.4
- @hsbt I agree with you. I've wanted to make bigdecimal a bundled gem for a long time but I didn't have much time to ...
12/28/2022
- 03:33 AM Ruby master Bug #19273: [Regexp] regexp does not match expected
- I performed git bisect and found the first bad commit is [37613fea1657b1a0732501657275bc03e8e0ebc4](https://github.co...
12/13/2022
- 03:59 PM Ruby master Bug #19231: Integer#step and Float::INFINITY - inconsistent behaviour when called with and without a block
- `0.step(Float::INFINITY, 10).each` generates Float values until Ruby 2.0 and after Ruby 2.6, but it generates Integer...
11/12/2022
- 04:24 AM Ruby master Bug #18912: Build failure with Xcode 14 and macOS 13 (Ventura) Beta
- I tried to investigate bigdecimal's build problem on my MacBook Air. But, unfortunately, I couldn't. I used Xcode 1...
09/22/2022
- 06:50 AM Ruby master Bug #19014: Backport commits to add the --with-gmp-dir option in the configure script
- Please backport this to also both 2.7 and 3.0 if it can be done easily.
Also available in: Atom