-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[new release] ppxlib (0.8.1) #14545
[new release] ppxlib (0.8.1) #14545
Conversation
The revdep failure with |
☀️ All lint checks passed f5dc59e
☀️ Installability check (+1)
|
It is indeed unrelated. I've seen this error before |
CHANGES: - Report errors according to the value of `OCAML_ERROR_STYLE` and `OCAML_COLOR` in the standalone driver (ocaml-ppx/ppxlib#83, @NathanReb)
705fb9c
to
19f7d1e
Compare
Thanks! I fixed the ocaml version restriction for the tests and made |
Looks like the test don't work on 4.08, I'll disable them! |
There are a lot of errors on 4.06 as well. |
I'm a bit puzzled about the 4.06 failures. I tried it locally on a fresh |
I'm guessing it's due to the |
Gentle ping @kit-ty-kate, is this an absolute no go or do you think that's okay? Is there by any chance a way to disable test for a system compiler switch? Couldn't find one in the doc. |
I think that should ok but do you know why it's failing on the system switch? I'm running Camelus manually and it's good to go otherwise |
FWIW AFAICT ppxlib 0.8.0 compiled and tested ok on system switch (but I don't know anything about ppxlib -- it may as well be that there was a less extensive test suite back then) https://travis-ci.org/ocaml/opam-repository/builds/537812691?utm_source=github_status&utm_medium=notification |
Thanks! |
The 4.06 system compiler build for By fixing it in this PR we re-enabled them and therefore found out they weren't working with a system compiler switch. We have our own I'm not yet super familiar with these parts but I'm going to have to look into |
@NathanReb thanks for your investigation! :) please excuse my noise above then |
Base library and tools for ppx rewriters
CHANGES:
Fixed
OCAML_ERROR_STYLE
andOCAML_COLOR
in the standalone driver (Set compiler's error-style and color through env vars in standalone mode ocaml-ppx/ppxlib#83, @NathanReb)