hmdne (hmdne -)
- Login: hmdne
- Registered on: 12/03/2021
- Last connection: 06/20/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 0 | 1 |
Activity
02/27/2022
-
02:31 PM Ruby master Feature #18603: Allow syntax like obj.method(arg)=value
- @sawa - My proposal would be to allow omitting parentheses only if there are no arguments provided, ie. how it is cur...
-
03:14 AM Ruby master Feature #18603 (Open): Allow syntax like obj.method(arg)=value
- I propose here to allow a syntax like:
```ruby
obj.method(arg) = value
```
It would be translated to the foll... -
03:24 AM Ruby master Feature #18583: Pattern-matching: API for custom unpacking strategies?
- > `# looking into global value isn't exactly elegant, right?`
It's not global, it's Fiber-local, so are $1 and fri...
01/16/2022
-
02:39 AM Ruby master Feature #15559: Logical XOR (^^) operator
- Hm, came into my mind that you may prefer to use this, more readable snippet instead:
```ruby
raise ArgumentE... -
02:30 AM Ruby master Feature #15559: Logical XOR (^^) operator
- Since we don't need short-circuit evaluation, we can simply use `^` for that reason. It's already defined on both Tru...
12/03/2021
-
09:23 AM Ruby master Feature #18384: Pattern Match Object
- There was an idea in the past, while various attempts to facilitate functional programming were considered, to deprec...
Also available in: Atom