Re: [libxml-devel] Announcing libxml-ruby 1.1.1

2009-03-14 Thread Luc Heinrich
On 14 mars 09, at 22:28, Charlie Savage wrote: Changes: I think you meant 1.1.2 ;) -- Luc Heinrich - l...@honk-honk.com ___ libxml-devel mailing list libxml-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/libxml-devel

Re: [libxml-devel] Version and library bugs

2008-03-26 Thread Luc Heinrich
On 26 mars 08, at 13:58, Luc Heinrich wrote: > 2. in lib/libxml.rb, XML::Attr#to_h is wrong: it should return the > hash (to_a methods work because Array#<< returns the array itself, > hash insertions return the inserted value). Er, sorry, the previous patch was completely bog

Re: [libxml-devel] Version and library bugs

2008-03-26 Thread Luc Heinrich
XML module, that I don't know... :) -- Luc Heinrich - [EMAIL PROTECTED] ___ libxml-devel mailing list libxml-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/libxml-devel

[libxml-devel] Version and library bugs

2008-03-26 Thread Luc Heinrich
[a.name, a.value] end +inject([]) do |ary,a| ary << [a.name, a.value]; h end end def to_s ## end of patch # -- Luc Heinrich - [EMAIL PROTECTED] ___ libxml-devel mailing list libxml-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/libxml-devel

Re: [libxml-devel] More crashes, in malloc...

2008-02-11 Thread Luc Heinrich
; is called when it shouldn't be. Or something... :) -- Luc Heinrich ___ libxml-devel mailing list libxml-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/libxml-devel

[libxml-devel] More crashes, in malloc...

2008-02-09 Thread Luc Heinrich
libruby.dylib 0x002254f0 call_cfunc + 276 I have a bad feeling about these problems, I don't see why malloc would crash. Anyone have an idea ? This is on OS X by the way. -- Luc Heinrich ___ libxml-devel mailing list libxml-deve

Re: [libxml-devel] Crash in ruby_xml_xpath_object_mark

2008-02-07 Thread Luc Heinrich
On 7 févr. 08, at 17:27, Luc Heinrich wrote: > So it seems that simply checking for a NULL 'nodesetval' in > 'ruby_xml_xpath_object_mark' actually makes sense after all. Er, nevermind, just ignore me. It seems that this is already fixed in the subversion repository

Re: [libxml-devel] Crash in ruby_xml_xpath_object_mark

2008-02-07 Thread Luc Heinrich
On 7 févr. 08, at 13:17, Luc Heinrich wrote: > I don't know the libxml-ruby code well enough yet to propose a clean > fix (I'm not sure that simply testing for NULL on nodesetval would be > enough or appropriate), so if anyone could chime in... :) After a bit of debugging, i

[libxml-devel] Crash in ruby_xml_xpath_object_mark

2008-02-07 Thread Luc Heinrich
libruby.dylib 0x00237f80 rb_newobj + 44 ... I don't know the libxml-ruby code well enough yet to propose a clean fix (I'm not sure that simply testing for NULL on nodesetval would be enough or appropriate), so if anyone could chime in... :) Thanks. -- Luc Heinrich