myrrlyn (Alexander Payne)
- Login: myrrlyn
- Registered on: 12/26/2016
- Last sign in: 12/26/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/26/2016
-
03:39 AM Ruby Bug #13073: Hash Key => Proc parse failure
- A Hash that stores multiple Proc literals causes syntax failures when passed as a method argument. Specifically, this only appears to happen on the second Proc literal in a Hash, not the first.
Minimal test case:
```ruby
def foo a... -
03:36 AM Ruby Bug #13073 (Closed): Hash Key => Proc parse failure
- A Hash that stores multiple Proc literals causes syntax failures when passed as a method argument. Specifically, this only appears to happen on the second Proc literal in a Hash, not the first.
Minimal test case:
```ruby
def foo a...