Closed
Description
Hello, looks like this commit 8a5dc95 from @kleisauke
Broke the ruby-vips autopkgtests on at least arm64 and s390x
I got the issue after git bisect
and you can see the failure here:
https://autopkgtest.ubuntu.com/packages/r/ruby-vips/groovy/arm64
https://autopkgtest.ubuntu.com/packages/r/ruby-vips/groovy/ppc64el
Basically this is the error
/usr/lib/ruby/vendor_ruby/vips/object.rb:269: warning: Capturing the given block using Proc.new is deprecated; use `&block` instead
......................................F....................................
Failures:
1) Vips::Image can dilate
Failure/Error: expect(im.getpoint(11, 12)).to eq([255])
expected: [255]
got: [0.0]
(compared using ==)
Can you please have a look?