ctm (Cliff Matthews)
- Login: ctm
- Email: ctm@devctm.com
- Registered on: 11/14/2014
- Last sign in: 04/04/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
12/18/2018
-
07:35 PM Ruby Bug #15390: Error installing nokogiri on ruby-2.6.0-rc1
- Thank you Nobuyoshi!
As you know, I indeed was overlooking something, specifically your comment and link on note #2 when you correctly changed the Status to "Third Party's Issue." I saw the workaround in note #1 and the confirmation ...
12/15/2018
-
11:30 PM Ruby Bug #15390: Error installing nokogiri on ruby-2.6.0-rc1
- I have confirmed that this bug is still present in rc2.
I have not changed the Status from "Third Party's Issue" to "Open", but unless I'm overlooking something, I do think that would be appropriate.
I'm hoping that someone who is ...
12/12/2018
-
11:48 PM Ruby Bug #15390: Error installing nokogiri on ruby-2.6.0-rc1
- For what it's worth, if I comment out a line in configure.ac, I can still build and install ruby locally and the version I install can then build and install nokogiri. However, my guess is that the altered code wouldn't build properly on...
-
10:03 PM Ruby Bug #15390: Error installing nokogiri on ruby-2.6.0-rc1
- I absolutely hate to waste anyone's time with speculation, but this may not be a problem with nokogiri, per-se. I mention this based on having spent a little time tracking this one down on my own and coming to partial conclusions when it...
11/14/2014
-
10:29 PM Ruby Misc #10513 (Assigned): instance_eval yields the receiver, but is documented to yield no arguments
- instance_eval yields the receiver, but is documented as yielding no arguments.
I searched the bug reports before writing this up and found bug #2476 which was closed with a message that contained "instance_eval yields the receiver in ...