bdimych (Dmitry Bolshakov)
- Login: bdimych
- Email: bdimych@narod.ru
- Registered on: 07/28/2013
- Last sign in: 12/26/2014
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 8 | 9 |
Activity
10/10/2014
- 10:04 AM Ruby master Bug #10362 (Closed): spawn doesn't raise exception on redirection error
- ~~~
irb(main):002:0*
irb(main):003:0*
irb(main):004:0* system 'cmd', '/c', 'echo', 'aaa'
aaa
=> true
irb(main):...
06/14/2014
- 12:41 PM Ruby master Bug #9944 (Rejected): in ruby for windows in "system" a redirection to append a file works incorrectly
- ~~~
c:\Users\bdimych>
c:\Users\bdimych>
c:\Users\bdimych>
c:\Users\bdimych>
c:\Users\bdimych>C:\Ruby200\bin\ruby...
02/18/2014
- 10:59 AM Ruby master Feature #9527 (Open): make Net::HTTP.get_print not only to $stdout but to an IO as a parameter
- e.g.
url = 'http://server/path/large-file.zip'
fh = File.new(File.basename(url), 'wb')
Net::HTTP.get_print(URI(u...
01/19/2014
- 09:33 PM Ruby master Bug #9431 (Rejected): In windows ruby IO.write returns count of bytes without count of CR character
- C:\Users\bdimych>ruby -e "p IO.write('temp.txt', %Q(123\n)); p File.size('temp.txt')"
4
5
imho it looks unexpected
12/31/2013
- 06:59 AM Ruby master Bug #9327 (Closed): Why FileUtils.rmdir ignores Errno::ENOTEMPTY ?
- It catches Errno::ENOTEMPTY and Errno::ENOENT and just does nothing.
Most of other FileUtils methods have option "fo...
12/19/2013
- 12:27 AM Ruby master Feature #9260 (Closed): make FileUtils.rm_rf raise on errors
- I did have read that "force" flag ignores StandardError,
but it was unexpected for me because of linux's "rm -rf" fa...
09/04/2013
- 02:50 PM Ruby master Feature #8859 (Rejected): Possibility to declare local varibles like "my" in Perl
- Hi
I think it would be useful to have an analogue of the "my" keyword in Perl
e.g.
x = 'outer value'
p = Proc.new...
08/03/2013
- 04:56 AM Ruby master Feature #8725 (Feedback): Possibility to get a signal handler without changing it
- in Perl
$xxxHandler = $SIG{XXX}
in Ruby it could be
xxxHandler = trap 'XXX'
07/30/2013
- 11:10 PM Ruby master Bug #8708 (Closed): It seems that a call to the "system" changes the handler of the INT signal
- this is only on cygwin, on linux all ok
$ uname -a
CYGWIN_NT-5.1 bolshakovxp 1.7.21(0.267/5/3) 2013-07-15 12:17 i68...
Also available in: Atom