
uninitialized constant Hash::URI (NameError)
Reported by dhf (at f8technologies) | June 4th, 2010 @ 07:30 PM | in 1.0.0
Updated to preview3 along with extlib-0.9.16. Running bundle
exec autotest I get the following error:
/Users/dhf/RubymineProjects/pn-core/relock/bundler/gems/extlib-f88ee38ce5154bac658d5d88db45a53e468a0f5a-53055ee072bfa39640d6eee9713378bca3cde833/lib/extlib/hash.rb:129:in
<class:Hash>': uninitialized constant Hash::URI
(NameError)
This shuts down all testing
Comments and changes to this ticket
-
dhf (at f8technologies) June 4th, 2010 @ 07:44 PM
I went back to the current release version 0.9.15 works. SO it looks like it is in 0.9.16
-
Dan Kubb (dkubb) June 4th, 2010 @ 09:22 PM
- Milestone set to 1.0.0
- State changed from new to confirmed
- Assigned user set to Dan Kubb (dkubb)
Looks like 1.9.2 changed it so that the URI namespace is not automatically available, while 1.8 and 1.9.1 do. (IMHO in general this is a good thing; I would like it if only critical stuff was required automatically, and you had to explicitly require anything else you want to use)
This should be an easy fix, just require "uri" and it should work.
-
Dan Kubb (dkubb) June 4th, 2010 @ 09:25 PM
- State changed from confirmed to resolved
This should be resolved with the following commit:
http://github.com/datamapper/extlib/commit/f54d775f868941ceb2c43d15...
@dhf: please give it a try and see if it fixes the problem for you. Marking this as resolved for now.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »