djberg96 (Daniel Berger)
- Registered on: 06/11/2008
- Last connection: 05/14/2012
Activity
Reported issues: 13
05/14/2012
- 09:40 pm Backport93 Backport #6385: mtime vie File.stat(filename).utime vs File.open(filename, 'r').mtime in Windows
- Are we talking about this?
http://search.cpan.org/~shay/Win32-UTCFileTime-1.55/lib/Win32/UTCFileTime.pm#DESCRIPTION
05/10/2012
- 08:04 pm ruby-trunk Feature #6421 (Assigned): Add zlibwapi to extconf.rb file for zlib library
- The vstudio contrib solution in zlib 1.2.7 creates a "zlibwapi" dll file. According to the readme.txt file, "The new ...
05/04/2012
- 07:25 am ruby-trunk Feature #6399: IO.read ignores valid open_args on Windows
- Grr, should be "open_args".
- 07:25 am ruby-trunk Feature #6399 (Assigned): IO.read ignores valid open_args on Windows
- On Microsoft Windows the fopen function accepts many more modes than the standard function:
http://msdn.microsoft....
04/09/2011
- 02:23 am Ruby 1.8 Bug #4563: Dir#tell broken
- =begin
On Fri, Apr 8, 2011 at 12:29 AM, Eric Wong <normalperson@yhbt.net> wrote:
> Daniel Berger <redmine@ruby-lang...
04/08/2011
- 02:12 pm Ruby 1.8 Bug #4563: Dir#tell broken
- =begin
I was expecting "1", in part because of the example from the pickaxe, and also because that's what JRuby retur... - 03:31 am Ruby 1.8 Bug #4563 (Rejected): Dir#tell broken
- =begin
Dir#tell is not returning the correct value after a read:
dir = Dir.new(Dir.pwd)
p dir.tell # => 0
di...
03/08/2011
- 02:39 am Ruby 1.8 Bug #4467: Process.maxgroups= should only accept numeric values
- =begin
I agree, Process.maxgroups= should be deprecated unless there's an underlying posix call that supports it. I d...
03/07/2011
- 09:40 am Ruby 1.8 Bug #4467: Process.maxgroups= should only accept numeric values
- =begin
My report was for 1.8.7:
irb(main):003:0> Process.maxgroups = "test"
=> "test"
irb(main):004:0> Proces...
03/05/2011
- 08:12 am Ruby 1.8 Bug #4467: Process.maxgroups= should only accept numeric values
- =begin
I'd also argue that it should raise an ArgumentError for values less than 0.
=end
Also available in: Atom