melquiades (Paul Cantrell)
- Login: melquiades
- Email: cantrell@pobox.com
- Registered on: 09/10/2013
- Last sign in: 01/22/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/22/2016
-
12:25 AM Ruby Misc #12004: Code of Conduct
- I support the adoption of this code of conduct. It seems reasonable and well-written.
To those concerned about preserving meritocracy, I’ll say two things:
1. If we are in fact seeking to judge ideas on merit alone, regardless of p...
11/19/2013
-
04:43 PM Ruby Bug #8883: Rational canonicalization unexpectedly converts to Fixnum
- @nagachika: Yes, your guess is correct. I am using rvm, which passes --with-static-linked-ext.
I verified that patch 43656 does indeed fix the issue:
$ rvm install 2.0.0-patch43656 --patch changeset_r43656.diff
...
~...
10/27/2013
-
11:44 AM Ruby Bug #8883: Rational canonicalization unexpectedly converts to Fixnum
- Somewhere in all the discussion, the actual bug got lost. This issue shouldn't be closed.
To clarify:
(1) The bug occurs when you do _not_ include mathn, and has nothing to do with mathn.
(2) The bug occurs when you include _not...
09/10/2013
-
08:41 AM Ruby Bug #8883 (Closed): Rational canonicalization unexpectedly converts to Fixnum
- The documentation for Rational (http://www.ruby-doc.org/core-2.0.0/Rational.html) states that the result of creating or doing arithmetic on Rationals returns Rationals, as one would expect. Examples from the docs:
Rational(1) ...