alangano (Alan Gano)
- Login: alangano
- Email: alangano@gmail.com
- Registered on: 04/02/2015
- Last sign in: 05/12/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
05/12/2019
-
08:26 PM Ruby Bug #15844 (Rejected): VM has trouble releasing memory (?) on NoMethodError
- When the test case is run, the process goes haywire. I observe RSS bouncing around, and trending upwards. CPU on the process is at 100%.
The test case is a partial implementation of a binary tree which is also a doubly linked list. ...
04/02/2015
-
10:52 PM Ruby Bug #11027: Named Argument assignment from Hash failure
Restatement:
I have a method with named arguments. I am calling it with a Hash, whose keys match up with the names of the method arguments.
This has been working.
I boiled down a problem scenario wherein it fails to do this. ...-
10:47 PM Ruby Bug #11027 (Closed): Named Argument assignment from Hash failure
- I am call a method, which has named arguments, a Hash, which then as expected, maps the keys of the Hash to the argument names.
I boiled down a problem scenario wherein it fails to do this. In the code below the argument i_field2 of ...