vais (Vais Salikhov)
- Login: vais
- Email: vsalikhov@gmail.com
- Registered on: 11/20/2015
- Last sign in: 03/11/2017
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 4 | 5 |
Activity
03/11/2017
- 05:43 AM Ruby master Feature #9453: Return symbols of defined methods for `attr` and friends
- `attr_*` methods returning `nil` should be considered a bug at this point, since all other ways of defining methods r...
03/31/2016
- 05:07 AM Ruby master Bug #12234 (Rejected): Kernel#exec with a command array broken on Windows as of Ruby 2.2.4
- On Ruby 2.0.0 this worked as expected:
```
C:\Users\Administrator\GitHub\spec>ruby -ve "exec(['cmd.exe', '/C'], '...
03/30/2016
- 09:45 AM Ruby master Bug #12231 (Rejected): Kernel#system should not expand shell variables when given multiples arguments, but on Windows it does
- ```
C:\Users\Administrator>C:\Ruby\ruby-2.2.4-i386-mingw32\bin\ruby.exe -ve "ENV['TEST_SH_EXPANSION'] = 'foo'; p sys... - 09:04 AM Ruby master Bug #12230 (Closed): Wrong exception raised when IO.read from a pipe is passed an offset on Windows
- When IO.read from a pipe is passed an offset, the expected exception is Errno::ESPIPE, but on Windows Invalid argumen...
03/28/2016
- 08:51 AM Ruby master Feature #12226 (Open): Dir.home with valid named user raises ArgumentError on Windows
- ```
C:\>C:\Ruby\ruby-2.2.4-x64-mingw32\bin\ruby.exe -ve "p Dir.home; p Dir.home('Administrator')"
ruby 2.2.4p230 (2...
11/20/2015
- 02:38 AM Ruby master Bug #11718 (Closed): Constant access on `nil`
- It is possible to access top-level constants by doing `nil::CONSTANT`, which looks like a bug [according to Matz](htt...
Also available in: Atom