You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tend to try not to use nokogiri when not necessary since it is a very huge monster. Would consider a pull request to replace it ? Using for instance Ox ?
The text was updated successfully, but these errors were encountered:
What issues are you running with Nokogiri? Nokogiri provides precompiled gems on most common platforms, so it shouldn't be difficult to install.
With the introduction of Feature #19993 in Ruby, starting Ruby 3.4, ruby_memcheck will by default no longer apply its heuristics on Valgrind and instead enable RUBY_FREE_AT_EXIT. This means that ruby_memcheck will become a simple wrapper around Valgrind.
Nokogiri provides precompiled gems on most common platforms, so it shouldn't be difficult to install.
Both on Github Action and my M1 mac it is the slower installation (maybe just download time though!)
With the introduction of Feature #19993 in Ruby, starting Ruby 3.4, ruby_memcheck will by default no longer apply its heuristics on Valgrind and instead enable RUBY_FREE_AT_EXIT. This means that ruby_memcheck will become a simple wrapper around Valgrind.
Yep I could use valgrind directly then, super nice :) I can definitely wait for that and not care about replacing nokogiri. Closing.
Hi @peterzhu2118,
I tend to try not to use nokogiri when not necessary since it is a very huge monster. Would consider a pull request to replace it ? Using for instance Ox ?
The text was updated successfully, but these errors were encountered: