cheald (Chris Heald)
- Login: cheald
- Email: cheald@gmail.com
- Registered on: 11/19/2012
- Last sign in: 12/28/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
11/14/2014
-
07:19 PM Ruby Bug #10512 (Rejected): Time.at produces imprecise nsec values
- I'm working on improving JRuby parity with MRI, and I've found what I think is a bug in MRI and its test suite. test_time.rb, in test_at asserts:
assert_equal(199, Time.at(0.0000002).nsec)
This passes under MRI, but fails under...
12/28/2013
-
03:38 AM Ruby Bug #9311 (Rejected): module_function breaks on `singleton_class?`
- =begin
When trying to use Sass 3.3.0-rc2 with Rails 3.x, an error similar to the one below is produced:
[6] pry(Sass::Util)> Sass::Util.methods.grep /singleton_class/
=> [:singleton_class?, :singleton_class]
[7] pry(Sas...