Package: ruby-liquid-c / 4.2.0-5

Metadata

Package Version Patches format
ruby-liquid-c 4.2.0-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Drop git from gemspec.patch | (download)

liquid-c.gemspec | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 drop git from gemspec

0002 Disable Wincompatible pointer types to fix FTBFS.patch | (download)

ext/liquid_c/extconf.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable -wincompatible-pointer-types to fix ftbfs

0003 Move auto_compact assignment to fix FTBFS on ppc64el.patch | (download)

test/test_helper.rb | 9 4 + 5 - 0 !
1 file changed, 4 insertions(+), 5 deletions(-)

 move auto_compact assignment to fix ftbfs on ppc64el


0004 hash format inspect.patch | (download)

test/unit/variable_test.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix test for ruby 3.4 hash#inspect format change
0005 parse expression arguments.patch | (download)

lib/liquid/c.rb | 2 1 + 1 - 0 !
test/unit/variable_test.rb | 40 7 + 33 - 0 !
2 files changed, 8 insertions(+), 34 deletions(-)

 fix compatibility with liquid 5.5.0
 Make ParseContext#parse_expression accept extra arguments that started
 being passed in liquid >= 5.5.0 (safe flag / parser context).
 Also update the invalid UTF-8 test to expect TemplateEncodingError instead
 of ArgumentError, which has been the behavior since liquid 5.5.0.