-
-
Notifications
You must be signed in to change notification settings - Fork 904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Another jruby NAMESPACE_ERR #801
Labels
Comments
Looks great @mbklein +1 |
mbklein
added a commit
to mbklein/nokogiri
that referenced
this issue
Dec 19, 2012
* Untangle handling of namespaces in JRuby * Secure XmlNode and NokogiriNamespaceCache against internal node object changes
+1 |
mbklein
added a commit
to mbklein/nokogiri
that referenced
this issue
Feb 12, 2013
* Untangle handling of namespaces in JRuby * Secure XmlNode and NokogiriNamespaceCache against internal node object changes
Made two comments at https://github.com/sparklemotion/nokogiri/pull/846/files#L4R36 about lack of test coverage. I've also made a subsequent commit to change magic numbers to constants. If you've got a response on the test coverage, let me know. In the meantime, I'm merging and this will be part of 1.5.7.rc2. |
flavorjones
pushed a commit
that referenced
this issue
Mar 11, 2013
* Untangle handling of namespaces in JRuby * Secure XmlNode and NokogiriNamespaceCache against internal node object changes
The above pull request should fix in 1.5.7.rc2. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar to #683, but only occurs when you write a graph:
This program:
Produced this file in MRI 1.9.3
But when running in jruby 1.7.0 with nokogiri 1.5.5 I get this stack trace:
The text was updated successfully, but these errors were encountered: