beatrichartz (Beat Richartz)
- Login: beatrichartz
- Email: beat.richartz@gmail.com
- Registered on: 09/25/2011
- Last sign in: 02/13/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/02/2013
-
09:47 PM Ruby Bug #7643: call to super in define_method in refine results in stack level too deep
- Ok, also working for me here with r38676. Should have checked the new versions before, sorry. Have a nice day!
01/01/2013
-
02:49 AM Ruby Bug #7643 (Rejected): call to super in define_method in refine results in stack level too deep
- =begin
When (({define_method})) is used within the refine block argument, calls to super will result in a stack level too deep. Definitions with def can call super without problems.
module A
refine Fixnum do
%i(+ -).eac...