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

OCaml 4.14 support #304

Merged
merged 5 commits into from
Dec 2, 2021
Merged

OCaml 4.14 support #304

merged 5 commits into from
Dec 2, 2021

Conversation

kit-ty-kate
Copy link
Contributor

Copy link
Member

@pitag-ha pitag-ha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks for adapting this to ppxlib and running the health checks! Would you mind running ocamlformat, writing a changelog entry and signing the commits?

kit-ty-kate and others added 3 commits December 1, 2021 16:11
…aml-migrate-parsetree (ocaml-ppx/ocaml-migrate-parsetree#119)

Signed-off-by: Kate <kit.ty.kate@disroot.org>
Co-authored-by: Sonja Heinze <sonjaleaheinze@gmail.com>
Signed-off-by: Kate <kit.ty.kate@disroot.org>
…constructs to ppxlib

Signed-off-by: Kate <kit.ty.kate@disroot.org>
Signed-off-by: Kate <kit.ty.kate@disroot.org>
Signed-off-by: Kate <kit.ty.kate@disroot.org>
@pitag-ha pitag-ha merged commit c0da0f0 into ocaml-ppx:main Dec 2, 2021
kit-ty-kate added a commit to kit-ty-kate/ppxlib that referenced this pull request Dec 2, 2021
kit-ty-kate added a commit to kit-ty-kate/ppxlib that referenced this pull request Dec 3, 2021
Signed-off-by: Kate <kit.ty.kate@disroot.org>
pitag-ha pushed a commit that referenced this pull request Dec 3, 2021
Signed-off-by: Kate <kit.ty.kate@disroot.org>
pitag-ha added a commit to pitag-ha/opam-repository that referenced this pull request Dec 8, 2021
CHANGES:

- Add support for OCaml 4.14 (ocaml-ppx/ppxlib#304, @kit-ty-kate)

- Expand nodes before applying derivers or other inline attributes based
  transformation, allowing better interactions between extensions and
  derivers (ocaml-ppx/ppxlib#279, ocaml-ppx/ppxlib#297, @NathanReb)

- Add support for registering ppx_import as a pseudo context-free rule (ocaml-ppx/ppxlib#271, @NathanReb)

- Add `input_name` to the `Expansion_context.Extension` and `Expansion_context.Deriver` modules (ocaml-ppx/ppxlib#284, @tatchi)

- Improve `gen_symbol` to strip previous unique suffix before adding a new one (ocaml-ppx/ppxlib#285, @ceastlund)

- Improve `name_type_params_in_td` to use prefixes `a`, `b`, ... instead of `v_x`. (ocaml-ppx/ppxlib#285, @ceastlund)

- Fix a bug in `type_is_recursive` and `really_recursive` where they would
  consider a type declaration recursive if the type appeared inside an attribute
  payload (ocaml-ppx/ppxlib#299, @NathanReb)
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.

2 participants