Something we didn't consider with the new LibXML namespace.

We broke everyone's extensions.  For instance, I was emailed this example:


Comment out the following 4 lines and the test will pass (in 0.8.1).
class XML::Document
    def a_methodname_very_unlikely_to_be_used_in_this_class arg
    end
end

Which of course doesn't work anymore, since it should be LibXML::XML::Document.

Easy to fix of course, but it means everyone has to change their custom code. Sigh.

Charlie

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
libxml-devel mailing list
libxml-devel@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel

Reply via email to