shri (Shri Borde)
- Login: shri
- Email: sborde@microsoft.com
- Registered on: 04/09/2009
- Last sign in: 03/14/2010
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 3 | 3 |
Activity
03/16/2010
-
02:45 AM Ruby Bug #2967: SCRIPT_LINES__ is not included in constants()
- =begin
Using symbols works. ie Object.constants.include? :SCRIPT_LINES__. So this is not a bug. My bad.
=end
-
02:43 AM Ruby Bug #2967 (Rejected): SCRIPT_LINES__ is not included in constants()
- =begin
d:\bugs>irb
irb(main):001:0> RUBY_VERSION
=> "1.8.6"
irb(main):002:0> SCRIPT_LINES__ = {}
=> {}
irb(main):003:0> Object.constants.include? 'SCRIPT_LINES__'
=> true
irb(main):004:0> exit
d:\bugs>irb19
irb(main...
08/21/2009
-
08:28 AM Ruby Bug #1972 (Closed): Changing ENV['TZ'] of a running process should change behavior of Time
- =begin
Running the attached rb1.rb prints "EST AST EST AST" on Mac OS and Linux. But it prints the following output on Windows Vista with 1.8.6p287 as well as 1.9.1p129.
Ame
Asi
Pacific Standard Time
Pacific Standard Time
...
04/09/2009
-
02:40 AM Ruby Bug #1366 (Closed): Pathname#relative_path_from should handle the scenario where the argument uses a different case for the Windows drive letter
- =begin
On Windows, the case of the drive letter can be either upper case or lower case (eg, "C:" or "c:") on the same machine at the same time in different Command Prompt Windows (see below for details). Dir.pwd will return either lower...