General

Profile

zverok (Victor Shepelev)

Issues

open closed Total
Assigned issues 0 19 19
Reported issues 20 97 117

Projects

Project Roles Registered on
Ruby Committer 01/17/2022
Backport187 Committer 01/17/2022
Backport191 Committer 01/17/2022
Backport192 Committer 01/17/2022
Backport193 Committer 01/17/2022
Backport200 Committer 01/17/2022
Backport21 Committer 01/17/2022
Backport22 Committer 01/17/2022
Ruby 1.8 Committer 01/17/2022
Ruby master Committer 01/17/2022

Like

Activity

06/08/2024

02:30 PM Ruby master Feature #20565: Relax formal argument at label
> I knew you can use keywords as names here but am not quite sure about this. Positional arguments (against my expect... zverok (Victor Shepelev)

05/30/2024

02:32 PM Ruby master Bug #20513: the feature of kwargs in index assignment has been removed without due consideration of utility, compatibility, consistency and logic
@jeremyevans0 I see your point (as well as your irritation).
I deeply apologize to everybody I’ve offended.
I ...
zverok (Victor Shepelev)
02:25 PM Ruby master Bug #20513: the feature of kwargs in index assignment has been removed without due consideration of utility, compatibility, consistency and logic
>> I understand that currently, the main driver for said evolution is maintainers of huge Rails codebases where squee... zverok (Victor Shepelev)
12:51 PM Ruby master Bug #20513: the feature of kwargs in index assignment has been removed without due consideration of utility, compatibility, consistency and logic
To add: just a “point-of-view” thing: I imagine teaching Ruby to somebody, and helping them to become proficient in i... zverok (Victor Shepelev)
06:16 AM Ruby master Bug #20513: the feature of kwargs in index assignment has been removed without due consideration of utility, compatibility, consistency and logic
> but that a removal of a long-standing feature deserves more consideration and deliberation than the following
I ...
zverok (Victor Shepelev)

05/26/2024

11:45 AM Ruby master Feature #20508: Explicit access to *, **, &, and ...
Regardless of the rest of the proposal,
> I'm not sure how to access the `&` variable, unless I name it.
There...
zverok (Victor Shepelev)

05/12/2024

07:57 AM Ruby master Feature #20484: A new pragma for eager resolution of classes referenced in rescue clauses.
Honestly, it is no different than any name used in a branch that wasn’t tested. E.g. if you have this:
```ruby
if f...
zverok (Victor Shepelev)
07:49 AM Ruby master Feature #20483: More intuitive initialisation of null Range
What’s the expected semantics of this range?
There can be several options. Note that the behavior should be consist...
zverok (Victor Shepelev)

05/04/2024

11:29 AM Ruby master Bug #20468: Segfault on safe navigation in for target
Agree with @Eregon. The code should be more or less equivalent to:
```ruby
for temp in [1, 2, 3]
foo&.bar = temp...
zverok (Victor Shepelev)

04/21/2024

08:58 AM Ruby master Misc #20441: Should passing keyword args to method_name(*) be an error?
> Why does this conversion to a Hash occur?
Because of backward compatibility, indeed. Even now, most of, say, Rai...
zverok (Victor Shepelev)

Also available in: Atom