Trans wrote:

On Jul 17, 2:49 pm, Charlie Savage <[EMAIL PROTECTED]> wrote:

What's the problem?
Without the include LibXML its broken...  And we're not mixing LibXML
into the global namespace at the moment.  What we are doing is this:

module XML
   include LibXML::XML
end

Oh! I thought that changed to just include LibXML. I would prefer that
we just remove this altogether and let people know that they can use:

  require 'xml'

Well, that is also a breaking change though.

I guess I should change the code to just do include LibXM::XML in libxml.rb. I don't see any other way of getting backwards compatibility. Kind of defeats the whole namespace thing, but well, at least another library can undo our include if necessary.

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