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 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
def foo
1 + 1
bar do |a|
return a
end
1 + 1
end
def foobar
1 + 1
puts foo
1 + 1
end
fooba...
ViugiNick (Nickolay Viuginov)

11/08/2019

03:15 PM Ruby 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
def method1
self
end
def method2
self
end
def method3
true
end
end
def hello
Test....
ViugiNick (Nickolay Viuginov)

03/23/2018

05:01 PM Ruby 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 seems like it's a regression of one of the latest versions. ViugiNick (Nickolay Viuginov)

Also available in: Atom