mtelford (Michael Telford)
- Login: mtelford
- Registered on: 08/19/2019
- Last sign in: 08/19/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/20/2019
-
02:26 PM Ruby Bug #16111: Combining default positional and keyword arguments is resulting in a `to_hash` method call
- Ok, the situation with keyword parameters is now making more sense, despite not being ideal. Since ruby 3 should implement a fix (backwards compatible or not) I am happy for this issue to be closed.
Thanks to those who commented to b...
08/19/2019
-
08:22 AM Ruby Bug #16111: Combining default positional and keyword arguments is resulting in a `to_hash` method call
- Ok, thanks for the reply. That now makes more sense. I understand why the last positional argument is type-checked but surely trying to convert it using `param#to_hash` is a step too far? Doing so basically means that the last positional...
-
05:47 AM Ruby Bug #16111 (Closed): Combining default positional and keyword arguments is resulting in a `to_hash` method call
- Combining default positional and keyword arguments is resulting in a `to_hash` method call when I don't believe it should be. It's affecting some code I am writing. The full details of the behaviour I'm describing can be seen in the atta...