Release ppxlib and ppxlib-tools 0.38.0#29563
Open
NathanReb wants to merge 1 commit intoocaml:masterfrom
Open
Conversation
Contributor
Author
|
As usual, starting with a draft to get opam-ci's feedback! |
Contributor
Author
|
Note quite sure how to interpret this failure: https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/387e2f5b0d8ca5a51f4ba81536f829fd909dafd1/variant/extras,opam-2.0-ocaml-5.4,ppxlib-tools.0.38.0,tests |
Member
|
It's this one: #28952 |
CHANGES: - Add support for OCaml 5.5 (ocaml-ppx/ppxlib#622, @patricoferris, @NathanReb) - Add support for OCaml 5.4 bivariant type parameters, they can now be used alongside ppx-es. (ocaml-ppx/ppxlib#629, @NathanReb) - Add `Attribute.Floating.declare_with_attr_loc` and `.declare_with_name_loc`, by analogy to the same functions at top level of `Attribute`. (ocaml-ppx/ppxlib#631, @ceastlund) - Migrate `Ptyp_open` nodes using an extension point (ocaml-ppx/ppxlib#625, @patricoferris) - Add Ast_builder and Ast_pattern utilities to manipulate encoded effect patterns (ocaml-ppx/ppxlib#624, @NathanReb) - Fix a bug where ppat_effects would be encoded/decoded instead of copied by the 5.4 <-> 5.3 migrations (ocaml-ppx/ppxlib#624, @NathanReb) - Fix infinite loop when duplicate attributes are present, raising an error instead (ocaml-ppx/ppxlib#613, @ceastlund, @patricoferris) - Ignore extensions inside attributes for the unused extension check (ocaml-ppx/ppxlib#616, @Skepfyr) - Fix a bug that inserted `Location.none` into `Longident`s when using OCaml 5.4 and above (ocaml-ppx/ppxlib#619, @patricoferris) - Add support for OCaml 5.4 labeled tuples, they can now be used alongside ppx-es. Also adds Ast_builder and Ast_pattern utilities to manipulate them. (ocaml-ppx/ppxlib#607, @NathanReb)
387e2f5 to
6185871
Compare
Contributor
Author
|
I think this should be good to go! I didn't really expect any breakage to begin with. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
Add support for OCaml 5.5 (Support 5.5 Compiler ocaml-ppx/ppxlib#622, @patricoferris, @NathanReb)
Add support for OCaml 5.4 bivariant type parameters, they can now be used
alongside ppx-es. (Add support for 5.4 bivariant type parameters in type declaration ocaml-ppx/ppxlib#629, @NathanReb)
Add
Attribute.Floating.declare_with_attr_locand.declare_with_name_loc,by analogy to the same functions at top level of
Attribute. (Declare floating attributes using locations from the attribute. ocaml-ppx/ppxlib#631, @ceastlund)Migrate
Ptyp_opennodes using an extension point (Migrate Ptyp_open from 502 to 501 ocaml-ppx/ppxlib#625, @patricoferris)Add Ast_builder and Ast_pattern utilities to manipulate encoded
effect patterns (Add user interface to construct and destruct encoded effect patterns ocaml-ppx/ppxlib#624, @NathanReb)
Fix a bug where ppat_effects would be encoded/decoded instead of copied by
the 5.4 <-> 5.3 migrations (Add user interface to construct and destruct encoded effect patterns ocaml-ppx/ppxlib#624, @NathanReb)
Fix infinite loop when duplicate attributes are present, raising
an error instead (Fix attr error loop ocaml-ppx/ppxlib#613, @ceastlund, @patricoferris)
Ignore extensions inside attributes for the unused extension check
(Ignore extensions inside attributes for the unused extension check ocaml-ppx/ppxlib#616, @Skepfyr)
Fix a bug that inserted
Location.noneintoLongidents when using OCaml5.4 and above (Fix longident locs ocaml-ppx/ppxlib#619, @patricoferris)
Add support for OCaml 5.4 labeled tuples, they can now be used alongside
ppx-es. Also adds Ast_builder and Ast_pattern utilities to manipulate them.
(Add support for 5.4 labeled tuples ocaml-ppx/ppxlib#607, @NathanReb)