inifile icon indicating copy to clipboard operation
inifile copied to clipboard

Remove taintedness as it was removed in Ruby 3.2

Open jkorpela opened this issue 1 year ago • 3 comments

Merging inifiles does not work because in dup it attempts to taint which is no longer available in 3.2.

jkorpela avatar Mar 28 '23 21:03 jkorpela

For reference, these function have been no-op since Ruby 2.7 and where removed in Ruby 3.2: https://bugs.ruby-lang.org/issues/16131

@TwP, do you still have enough cycles to handle this gem and do release?

smortex avatar Apr 20 '23 19:04 smortex

There are also test for tainted? that should be removed from test_inifile.rb

graaff avatar Sep 30 '23 07:09 graaff

@jkorpela couid you update your PR to remove tainted? from the tests?

joshcooper avatar May 31 '24 16:05 joshcooper