We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47b44a4 + cff928c commit e24dc0cCopy full SHA for e24dc0c
lib/truffle/truffle/patches/nokogiri_patches.rb
@@ -79,6 +79,11 @@ def self.using_system_libraries?
79
replacement: "VALUE thing = Qnil;\nVALUE errors = rb_ary_new();",
80
predicate: -> { using_system_libraries? }
81
},
82
+ {
83
+ match: 'VALUE retVal = Qnil;',
84
+ replacement: "VALUE retVal = Qnil;\nVALUE errors = rb_ary_new();",
85
+ predicate: -> { using_system_libraries? }
86
+ },
87
{
88
match: 'xmlSetStructuredErrorFunc(NULL, Nokogiri_error_raise);',
89
replacement: 'xmlSetStructuredErrorFunc(errors, Nokogiri_error_array_pusher);',
0 commit comments