-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transitive ppxlib
dependency
#30
Comments
@jmid, this is indeed unfortunate, and I've been bitten by it while trying to use |
Unless we adapt priorities and allocate more time to In my opinion, You're not the only people who're bitten by this problem. About half of the opam ecosystem relies on |
We need to retain the ability to write Fuchsia Trace Format. One option would be to swap out |
While wanting to try out
olly
on a PR againsttrunk
I spotted a dependency ontracing
, which again depends onppx_jane
, which again depends onppxlib
, which requires "ocaml" < "5.2.0".As a consequence,
olly
cannot be installed ontrunk
as I tried to 🤷This is unfortunate and I therefore wondered if this was accidental or a concious decision?
The text was updated successfully, but these errors were encountered: