-
-
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
cleanup: Remove EncodingHandler from the JRuby implementation #2446
Labels
Milestone
Comments
flavorjones
added a commit
that referenced
this issue
Aug 30, 2022
- remove EncodingHandler from the JRuby codebase (it's not needed) - move initialization to Nokogiri::EncodingHandler.install_default_aliases - deprecate Nokogiri.install_default_aliases - install a sentinal value to indicate Nokogiri has loaded aliases - minispec-ify the tests Closes #2446
flavorjones
added a commit
that referenced
this issue
Aug 30, 2022
- rewrite the shim Java implementation of EncodingHandler in Ruby (because it's a big no-op) - move initialization to Nokogiri::EncodingHandler.install_default_aliases - deprecate Nokogiri.install_default_aliases - install a sentinel value to indicate Nokogiri has loaded aliases - minispec-ify the tests - improve docs Closes #2446
flavorjones
added a commit
that referenced
this issue
Aug 30, 2022
- rewrite the shim Java implementation of EncodingHandler in Ruby (because it's a big no-op) - move initialization to Nokogiri::EncodingHandler.install_default_aliases - deprecate Nokogiri.install_default_aliases - install a sentinel value to indicate Nokogiri has loaded aliases - minispec-ify the tests - improve docs Closes #2446
flavorjones
added a commit
that referenced
this issue
Aug 30, 2022
- rewrite the shim Java implementation of EncodingHandler in Ruby (because it's a big no-op) - move initialization to Nokogiri::EncodingHandler.install_default_aliases - deprecate Nokogiri.install_default_aliases - install a sentinel value to indicate Nokogiri has loaded aliases - minispec-ify the tests - improve docs Closes #2446
flavorjones
added a commit
that referenced
this issue
Aug 31, 2022
- rewrite the shim Java implementation of EncodingHandler in Ruby (because it's a big no-op) - move initialization to Nokogiri::EncodingHandler.install_default_aliases - deprecate Nokogiri.install_default_aliases - install a sentinel value to indicate Nokogiri has loaded aliases - minispec-ify the tests - improve docs Closes #2446
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This class exists only to manage libiconv encoding aliases, and does nothing in JRuby.
I think we should try to write more-meaningful tests, as well.
The text was updated successfully, but these errors were encountered: