nmueller (Nate Mueller)
- Login: nmueller
- Email: nate@retailnext.net
- Registered on: 12/31/2013
- Last sign in: 11/06/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
11/06/2018
-
09:20 PM Ruby Bug #15285 (Closed): lambda return behavior regression from #14639
- The change in ea15ceddbef2cc4c459c1ad5796e43ae9fa2cbf1 to use rb_yield_force_blockarg changes the behavior of returns called inside a passed lambda function. In 2.5.1 and below, including before the enum.c change, the attached script wo...
01/03/2014
-
03:49 AM Ruby Bug #9326: No superclass method in ruby 2.1
- Confirmed that it works on trunk. Looks like the fix was r44458. It still fails on ruby_2_1.
I can't explain the 'ruby -v' discrepancy. I did a fresh download of 2.1.0 and confirmed that's what it reports.
12/31/2013
-
06:33 AM Ruby Bug #9326 (Closed): No superclass method in ruby 2.1
- Runing ruby 2.1 plus nobu's patch from issue 9315. Without the patch it segfaults.
Found this testing testing test-redef with ruby 2.1. Works on 2.0.0-p353 and fails on 2.1.0. When the replacement method calls the alias directly it...