[new release] ppxlib and ppxlib-bench (0.30.0)#23965
Merged
mseri merged 2 commits intoocaml:masterfrom Jun 21, 2023
Merged
Conversation
CHANGES: - Adopt the OCaml Code of Conduct on the repo (ocaml-ppx/ppxlib#426, @pitag-ha) - Clean up misleading attribute hints when declared for proper context. (ocaml-ppx/ppxlib#425, @ceastlund) - Ast_pattern now has ebool, pbool helper, and a new map.(ocaml-ppx/ppxlib#402, @Burnleydev1) - multiple errors are now reported in `metaquot`. (ocaml-ppx/ppxlib#397, @Burnleydev1) - Add `Attribute.declare_with_attr_loc` (ocaml-ppx/ppxlib#396, @dvulakh) - Add "ns" and "res" as reserved namespaces(ocaml-ppx/ppxlib#388, @davesnx) - Make quoter `let` binding non-recursive (ocaml-ppx/ppxlib#401, @sim642) - Fix failure of 'lift_map_with_context' in traverse by compile-time evaluation of 'fst' and 'snd' (ocaml-ppx/ppxlib#390, @smuenzel) - Driver: Bias the mapping from magic to version towards the current version, as it is usually the common case and it helps when magic numbers are ambiguous (such as on development versions) (ocaml-ppx/ppxlib#409, @shym) - Remove unnecessary test dependencies towards base and stdio (ocaml-ppx/ppxlib#421, @kit-ty-kate) - Update description to reflect that `ppxlib` contains more than a library (ocaml-ppx/ppxlib#422, @pitag-ha) - Add support for OCaml 5.1, excluding OCaml `5.1.0~alpha1` (ocaml-ppx/ppxlib#428, @shym, @Octachron , @pitag-ha, @panglesd) - Driver: Fix `-locations-check` option for coercions with ground (ocaml-ppx/ppxlib#428, @Octachron)
5fe9af6 to
d22894c
Compare
Member
|
I fixed the two fixable failures separately. The others seem unrelated |
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.
Standard infrastructure for ppx rewriters
CHANGES:
Adopt the OCaml Code of Conduct on the repo (Adopt the OCaml Code of Conduct ocaml-ppx/ppxlib#426, @pitag-ha)
Clean up misleading attribute hints when declared for proper context. (Remove misleading attribute hint ocaml-ppx/ppxlib#425, @ceastlund)
Ast_pattern now has ebool, pbool helper, and a new map.(Ast_pattern: augment API with ebool, pbool helper, and a new map. ocaml-ppx/ppxlib#402, @Burnleydev1)
multiple errors are now reported in
metaquot. (Metaquot: Embed errors in the AST instead of raising ocaml-ppx/ppxlib#397, @Burnleydev1)Add
Attribute.declare_with_attr_loc(AddAttribute.declare_with_attr_loc. ocaml-ppx/ppxlib#396, @dvulakh)Add "ns" and "res" as reserved namespaces(Add "ns" and "res" as reserved namespaces ocaml-ppx/ppxlib#388, @davesnx)
Make quoter
letbinding non-recursive (Make quoterletbinding non-recursive ocaml-ppx/ppxlib#401, @sim642)Fix failure of 'lift_map_with_context' in traverse by compile-time
evaluation of 'fst' and 'snd' ( Fix failure of 'lift_map_with_context' in traverse by compile-time evaluation of 'fst' and 'snd' ocaml-ppx/ppxlib#390, @smuenzel)
Driver: Bias the mapping from magic to version towards the current version,
as it is usually the common case and it helps when magic numbers are
ambiguous (such as on development versions) (Bias the mapping from magic to version towards the current version ocaml-ppx/ppxlib#409, @shym)
Remove unnecessary test dependencies towards base and stdio (Remove unnecessary test dependencies towards base and stdio ocaml-ppx/ppxlib#421, @kit-ty-kate)
Update description to reflect that
ppxlibcontains more than a library(Update the opam description ocaml-ppx/ppxlib#422, @pitag-ha)
Add support for OCaml 5.1, excluding OCaml
5.1.0~alpha1(Add support for OCaml 5.1 ocaml-ppx/ppxlib#428, @shym, @Octachron , @pitag-ha, @panglesd)Driver: Fix
-locations-checkoption for coercions with ground (Add support for OCaml 5.1 ocaml-ppx/ppxlib#428, @Octachron)