Hello,
I started poking at the URI specs to see what I could get working. The
attached patch was required to make the specs run (URI provides 11
arguments to initialize).
I then started taking a look at why the equality spec fails and have
tracked it back to the dup call not returning the
Got it. Applied in r2269, thanks!
Eloy
On 9 aug 2009, at 18:52, dan sinclair wrote:
Well, not all of the Base64 stuff was removed. Of the four base64
test files, two of them are obsolete and two of them appear to still
be valid.
b64encode_spec.rb and decode_b_spec.rb are both invalid whil
Well, not all of the Base64 stuff was removed. Of the four base64 test
files, two of them are obsolete and two of them appear to still be
valid.
b64encode_spec.rb and decode_b_spec.rb are both invalid while
decode64_spec.rb and encode64_spec.rb are both valid.
dan
On Aug 7, 2009, at 2:4
Actually I experience similar problem when I try to use require from
macirb:
jsiska-3:Ruby jsiska$ macirb
irb(main):001:0> require 'csv'
LoadError: no such file to load -- stringio.rb.bundle
from /Library/Frameworks/MacRuby.framework/Versions/0.4/usr/lib/ruby/
1.9.1/csv.rb:96:in `require'
fro
I experimented with using MacRuby in ObjC projects. When I tried
evaluteFileAtPath: method it worked fine until I tried to import
another Ruby file into file under evaluation. E.g. if I put into
evaluated file require 'csv' and I get in the debug console:
[Session started at 2009-08-09 17