General

Profile

abotalov (Andrei Botalov)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 5 5

Activity

01/31/2018

02:31 PM Ruby master Feature #12656: Expand short paths with File.expand_path
This would be a good addition because "expand" means that the form should be long. abotalov (Andrei Botalov)

01/26/2018

04:29 PM Ruby master Bug #14406 (Rejected): File.expand_path doesn't expand tilde inside Windows home directory
TMP environment variable on Windows is set to a name that contains a tilde. `File.expand_path` doesn't currently retu... abotalov (Andrei Botalov)

10/30/2017

12:27 PM Ruby master Bug #14069 (Rejected): Document order of elements in Set
Hash enumerates values in the insertion order.
Set is built on Hash so it does the same.
However, this is current...
abotalov (Andrei Botalov)

02/25/2017

07:11 AM Ruby master Bug #13249: Access modifiers don't have an effect inside class methods in Ruby >= 2.3
Well, ability to declare `private` methods inside class methods seems strange given that it's not possible to declare... abotalov (Andrei Botalov)

02/24/2017

07:13 PM Ruby master Bug #13249 (Closed): Access modifiers don't have an effect inside class methods in Ruby >= 2.3
Simple example:
~~~ ruby
class C
def self.foo
private
def bar
end
end
end
C.foo
C.new.bar...
abotalov (Andrei Botalov)

12/22/2013

08:48 PM Backport21 Backport #9284: Exception message of Errno::ENOENT contains strings
Sorry for reporting it to Backport instead of ruby-trunk.
I reported it to ruby-trunk as https://bugs.ruby-lang.org/...
abotalov (Andrei Botalov)
08:35 PM Backport21 Backport #9284 (Rejected): Exception message of Errno::ENOENT contains strings
Exception message of Errno::ENOENT exception contains strings "@ rb_sysopen" or "@ dir_initialize". It doesn't contai... abotalov (Andrei Botalov)
08:47 PM Ruby master Bug #9285 (Rejected): Exception message of Errno::ENOENT contains strings @ rb_sysopen and @ dir_initialize in Ruby 2.1
Exception message of Errno::ENOENT exception contains strings "@ rb_sysopen" or "@ dir_initialize" in Ruby 2.1.0-rc1.... abotalov (Andrei Botalov)

Also available in: Atom