General

Profile

decuplet (Nikita Shilnikov)

  • Login: decuplet
  • Email: fg@flashgordon.ru
  • Registered on: 06/30/2014
  • Last sign in: 03/18/2024

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 6 7

Activity

09/13/2021

09:11 AM Ruby master Feature #17355: Using same set of names in or-patterns (pattern matching with Foo(x) | Bar(x))
> I'm confused by this code:
Actually, I'm too! The goal of this request doesn't go beyond having support for
`...
decuplet (Nikita Shilnikov)

09/12/2021

10:47 AM Ruby master Feature #17355: Using same set of names in or-patterns (pattern matching with Foo(x) | Bar(x))
It'd be nice to have this in 3.1 (no pushing). decuplet (Nikita Shilnikov)

06/14/2021

08:35 AM Ruby master Bug #17951: Collisions in Proc#hash values for blocks defined at the same line
It was there since 1.9 as far as I can see https://github.com/ruby/ruby/commit/a3e1b1ce7ed7e7ffac23015fc2fde56511b306... decuplet (Nikita Shilnikov)

06/12/2021

11:59 PM Ruby master Bug #17951 (Closed): Collisions in Proc#hash values for blocks defined at the same line
```ruby
require 'set'
def capture(&block)
block
end
# it creates 1k of same blocks
blocks = Array.new(100...
decuplet (Nikita Shilnikov)

01/25/2021

01:00 PM Ruby master Feature #17579: [Proposal] A suggestion for newline-separated shorthand notation, for the creation of Arrays containing strings that may contain ' ' (space) characters
Didn't have time to read it fully but you can escape spaces:
```
2.7.1 :001 > %w(foo\ bar baz)
=> ["foo bar", "ba...
decuplet (Nikita Shilnikov)

11/30/2020

06:42 PM Ruby master Feature #17355: Using same set of names in or-patterns (pattern matching with Foo(x) | Bar(x))
Dan0042 (Daniel DeLorme) wrote in #note-1:
> Or-patterns _are_ supported, just not with variable assignment. I agree...
decuplet (Nikita Shilnikov)

11/29/2020

07:41 PM Ruby master Feature #17355 (Assigned): Using same set of names in or-patterns (pattern matching with Foo(x) | Bar(x))
Given pattern matching is officially supported in Ruby 3, I have an idea about making it more flexible.
Currently,...
decuplet (Nikita Shilnikov)

06/19/2020

12:38 PM Ruby master Bug #16771: Segmentation fault when inspecting a bound method
@jeremyevans0 was this fixed? I can't find any references to this issue from the repo, perhaps I'm missing something. decuplet (Nikita Shilnikov)

06/12/2020

08:53 AM Ruby master Feature #16954: A new mode `Warning[:deprecated] = :error` for 2.7
For the record, I used Jeremy's gem to deal with all 2.7 warnings, it saved me a lot of time. My typical setup in tes... decuplet (Nikita Shilnikov)

04/08/2020

10:32 PM Ruby master Bug #16771 (Closed): Segmentation fault when inspecting a bound method
This piece of code leads to a crash in ruby 2.7.1.
```ruby
bound_method = Kernel.instance_method(:respond_to?).bi...
decuplet (Nikita Shilnikov)

Also available in: Atom