General

Profile

davidderyldowney (David Deryl Downey)

  • Login: davidderyldowney
  • Email: me@daviddwdowney.com
  • Registered on: 10/22/2012
  • Last sign in: 12/24/2012

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

04/03/2013

06:23 AM Ruby Feature #8191: Short-hand syntax for duck-typing
I'm sitting here lurking on this thread and to me the proposal makes
everything seem convoluted. Though user??.website??.profile?? could
feasibly be worked out by a new to intermediate user as asking
progressively if user was present...
davidderyldowney (David Deryl Downey)

12/12/2012

07:53 AM Ruby Bug #7547: Dir.mktmpdir('~something') tries to expand a profile directory
~ is an alias in most shells which points at the home directory of the current user. It looks like whats happening is that mktmpdir() is seeing the ~ and trying to resolve it as the alias (which is why its doing the user lookup) but sin... davidderyldowney (David Deryl Downey)

11/21/2012

08:07 AM Ruby Bug #7221: Unable to compile kgio under 1.9.3 with error: ruby-1.9.3-<plvl>/lib/ruby/1.9.1/mkmf.rb:597:in `Integer': can't convert nil into Integer (TypeError)
mame sorry again for the delay. lots of stuff going on IRL.
I am back to setting L597 in ruby-1.9.3-p286/lib/ruby/1.9.1/mkmf.rb to
return Integer(f.gets)
and attempted a reinstall of kgio v2.7.4 and it works just fine. I was a...
davidderyldowney (David Deryl Downey)

11/07/2012

09:43 PM Ruby Bug #7221: Unable to compile kgio under 1.9.3 with error: ruby-1.9.3-<plvl>/lib/ruby/1.9.1/mkmf.rb:597:in `Integer': can't convert nil into Integer (TypeError)
My apologies Yusuke. I've been working hard as of late. I never noticed the email. Please give me another day or two to get the info to you, I have to intentionally break the system again in order to regenerate all the logs and informati... davidderyldowney (David Deryl Downey)

10/31/2012

04:27 AM Ruby Bug #7221: Unable to compile kgio under 1.9.3 with error: ruby-1.9.3-<plvl>/lib/ruby/1.9.1/mkmf.rb:597:in `Integer': can't convert nil into Integer (TypeError)
OK, I changed the line back to the original return Integer(f.gets) and attempted a reinstall of kgio under 1.9.3-p286.
The output from the build is still: ruby-1.9.3-p286/lib/ruby/1.9.1/mkmf.rb:597:in `Integer': can't convert nil into...
davidderyldowney (David Deryl Downey)

10/27/2012

09:37 AM Ruby Bug #7221 (Rejected): Unable to compile kgio under 1.9.3 with error: ruby-1.9.3-<plvl>/lib/ruby/1.9.1/mkmf.rb:597:in `Integer': can't convert nil into Integer (TypeError)
The kgio gem is unable to be compiled under 1.9.3-p286. The problem is the same as reported here: https://github.com/wayneeseguin/rvm/issues/1157, specifically the same issue is seen under ruby-1.9.3-p194 as reported here at https://gith... davidderyldowney (David Deryl Downey)

10/22/2012

05:30 AM Ruby Bug #7204: gem check -a crashes with Exception `NameError' uninitialized constant Gem::Commands::CheckCommand AND Exception `NoMethodError' undefined method `add'
I have cross-filed with RubyGems here: https://github.com/rubygems/rubygems/issues/387
I am not sure the area of responsibility, so please forgive the cross filing. I believe this goes against Ruby itself, but am unsure so crossfiled.
davidderyldowney (David Deryl Downey)
05:28 AM Ruby Bug #7204 (Third Party's Issue): gem check -a crashes with Exception `NameError' uninitialized constant Gem::Commands::CheckCommand AND Exception `NoMethodError' undefined method `add'
When running the command: gem check -a
It crashes on OSX with
Exception `NameError' at /Users/me/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/site_ruby/1.9.1/rubygems/command_manager.rb:177 - uninitialized constant Gem::Commands::CheckC...
davidderyldowney (David Deryl Downey)

Also available in: Atom