General

Profile

ViugiNick (Nickolay Viuginov)

  • Login: ViugiNick
  • Registered on: 03/23/2018
  • Last sign in: 02/14/2020

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 3 3

Activity

02/14/2020

12:22 PM Ruby master Bug #16633 (Rejected): TracePoint :line event issue
``` ruby
TracePoint.new(:line) do |tp|
p [tp.lineno, tp.event]
end.enable
def bar
yield 1
yield 2
end
...
ViugiNick (Nickolay Viuginov)

11/08/2019

03:15 PM Ruby master Bug #16334 (Closed): Wrong line numbers for multiline method chains
I faced a strange distribution of line numbers in bytecode for multiline expressions like this:
```
class Test
d...
ViugiNick (Nickolay Viuginov)

03/23/2018

05:01 PM Ruby master Bug #14627 (Closed): class_eval "def foo(N:)\n end" regression
Ruby crashes with a segfault in case of `class_eval` defining method with a keyword starts with a capital letter. It ... ViugiNick (Nickolay Viuginov)

Also available in: Atom