This package uses Iterators.Stateful as a markable iterator by mutating its fields. In Julia 1.9 the field taken is changed to remaining causing tests to fail. I suppose the correct fix is to implement an own markable iterator or find a package which has one.
This package uses Iterators.Stateful as a markable iterator by mutating its fields. In Julia 1.9 the field
taken
is changed toremaining
causing tests to fail. I suppose the correct fix is to implement an own markable iterator or find a package which has one.