c-cube / iter

Simple iterator abstract datatype, intended to iterate efficiently on collections while performing some transformations.
https://c-cube.github.io/iter
BSD 2-Clause "Simplified" License
118 stars 11 forks source link

add shims with dune magic for 4.08 compat #28

Closed c-cube closed 5 years ago

c-cube commented 5 years ago

should solve deprecation warnings on 4.08, and the big bigarray shift.

Drup commented 5 years ago

I think that codegen solution is a little bit disgusting and makes it harder to understand what's happening, and I would prefer making deprecation warnings non fatal, but it's up to you.

c-cube commented 5 years ago

Well deprecation warnings mean that it'll disappear at some point, right? So I'd rather be safe than sorry and preemptively deal with that.