Skip to content
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

Fix some of Ast_convenience's functions when giving a full path ident (e.g. M.ident, not just ident) #248

Merged
merged 1 commit into from
Feb 1, 2021

Conversation

kit-ty-kate
Copy link
Collaborator

This is required for ppx_deriving_protobuf to work with minimal changes. See: ocaml-ppx/ppx_deriving_protobuf#39

@kit-ty-kate
Copy link
Collaborator Author

Reasoning for this change given in ocaml-ppx/ppx_deriving_protobuf#39 (comment)

@kit-ty-kate kit-ty-kate merged commit c974c6a into ocaml-ppx:master Feb 1, 2021
@kit-ty-kate kit-ty-kate deleted the fix-ast_convenience branch February 1, 2021 23:58
kit-ty-kate added a commit to kit-ty-kate/opam-repository that referenced this pull request Feb 2, 2021
CHANGES:

* Allow Ast_convenience's functions to be given a full path ident (e.g. M.ident)
  ocaml-ppx/ppx_deriving#248
  (Kate Deplaix)

* Add a deprecation notice of the API in the README.
  The next step of the deprecation is going to be in the form of a
  [@@@ocaml.deprecated ...] alert on the API module and the reimplementation of
  the individual plugins using the ppxlib API.
  (Kate Deplaix and Gabriel Scherer)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant