dwfait (Dwain Faithfull)
- Login: dwfait
- Email: dwfaithfull@gmail.com
- Registered on: 12/28/2015
- Last sign in: 01/07/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/16/2016
-
11:28 AM Ruby Bug #7676: Comparison of Float::NAN in array behaves unexpectedly
- It appears calling eql? on array does not behave in this way:
```
[Float::NAN].eql? [Float::NAN]
=> false
```
Should we aim for consistency between these methods? Does it make sense for one to have an identity check and for the ot...
01/03/2016
-
10:11 PM Ruby Feature #11818: `Hash#compact`
- Prem Sichanugrist wrote:
> Active Support has this: http://api.rubyonrails.org/classes/Hash.html#method-i-compact
> ...
https://github.com/ruby/ruby/pull/1184/files
In anticipation of this being approved, I have raised a PR of a sam...
12/29/2015
-
01:09 PM Ruby Bug #11902: have_func('rb_thread_fd_select') returns false
- Nobuyoshi Nakada wrote:
> https://gist.github.com/dwfait/9515d4893ac59962d204#file-mkmf-log-L178-L183
> ...
Any hints/pointers as to figuring out why it's being linked and how to fix this?
12/28/2015
-
04:55 AM Ruby Bug #11902: have_func('rb_thread_fd_select') returns false
- I should add installing ruby 2.3 through ruby-install works fine.
-
04:21 AM Ruby Bug #11902: have_func('rb_thread_fd_select') returns false
- Eric Wong wrote:
> dwfaithfull@gmail.com wrote:
> ...
Sure. I'm on OS X 10.10. As an aside, others I've talked to can't replicate it either, but I can't fathom what I could have done to cause this behaviour. With the exception of opens... -
03:55 AM Ruby Bug #11902 (Third Party's Issue): have_func('rb_thread_fd_select') returns false
- Hello all. I don't know if this is a bug or an error on my part of setting something up.
I was unable to install the eventmachine gem against a version of ruby I compiled from trunk due to have_func('rb_thread_fd_select') reporting fa...