zakhar (Isaac Schwabacher)
- Login: zakhar
- Email: ischwabacher@wisc.edu
- Registered on: 10/30/2013
- Last sign in: 10/31/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/30/2013
-
07:09 AM Ruby Bug #9059: Equal Time objects don't hash equal
- =begin
Further testing supports the above hypothesis:
$ cat test_time_hash.rb
#!/usr/bin/env ruby
require 'minitest/autorun'
describe Object do
before do
@x = Time.new(2013, 10, 29, 12, 30, 27)
@y = @x + ... -
03:50 AM Ruby Bug #9059 (Closed): Equal Time objects don't hash equal
- =begin
Time objects break the promise that if (({t0.eql? t1})), then (({t0.hash == t1.hash})).
It is possible that this is related to the resolution of ((<this problem|URL:https://www.ruby-forum.com/topic/4415234>)), since both issues ...