Nathan Rebours

Results 218 comments of Nathan Rebours

It is worth noting that the action won't work in its current state as it lacks the correct `permission` settings. Through testing I discovered that github as a somewhat strange...

CC @panglesd as well who was the original author of the action!

I tried creating a team in ocaml-ppx but it seems you cannot mention a team outside of the organisation. Could someone with admin rights in the ocaml organisation create a...

Awesome, thanks! I just pushed the changelog entry!

You got this error when using one of the plugins right? Could you test if you still get this error when pinning `ppx_deriving` to the `master` branch? We recently merged...

I agree this is annoying but it comes from the `Asttypes` that are in scope when opening `Ppxlib`. We obviously can't remove them from the scope as it would be...

This looks like the action does not have write access, that might be a repository configuration issue but I'll need the help of someone with write access to the repo...

The parsetree changes check's role is simply to label PRs that modify the parsetree and to ping ppxlib maintainers so they are aware of the change. This is a way...