ocsigen/tyxml

Tyxml and seq

hhugo opened this issue · 3 comments

hhugo commented

Tyxml seems to have dependency on Seq (looking at sources and the opam file) but not dependency on seq is defined in dune files ? How does that work ?

Drup commented

Yes, it's an error on my part. it works out ok for recent versions of re, since re depends on seq, but it causes an issue otherwise which I didn't got time to fix.

I believe newer versions of Dune may block undeclared transitive dependencies leaking, is that the case? If so, I think this would/will crop up again.

Drup commented

This is solved in the last few version, and manually patched in opam for the other versions.