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

[new release] ppxlib (0.31.0) #24497

Merged
merged 2 commits into from
Oct 5, 2023
Merged

Commits on Sep 21, 2023

  1. [new release] ppxlib (0.31.0)

    CHANGES:
    
    - Fix support for OCaml 5.1: migrated code preserves generative
      functor warnings, without creating more. Locations are better
      preserved. (ocaml-ppx/ppxlib#432, @pitag-ha, @panglesd)
    
    - Driver: Add `-unused-code-warnings` command-line flag. (ocaml-ppx/ppxlib#444, @ceastlund)
    
    - Add `?warning` flag to `Deriving.Generator.make`. (ocaml-ppx/ppxlib#440, @jacksonzou123 via @ceastlund)
    
    - Restore the "path_arg" functionality in the V3 API (ocaml-ppx/ppxlib#431, @ELLIOTTCABLE)
    
    - Expose migration/copying/etc. functions for all AST types needed by `Pprintast` (ocaml-ppx/ppxlib#454, @antalsz)
    
    - Preserve quoted attributes on antiquotes in metaquot (ocaml-ppx/ppxlib#441, @ncik-roberts)
    
    - Attribute namespaces: Fix semantics of reserving multi-component namespaces (ocaml-ppx/ppxlib#443, @ncik-roberts)
    pitag-ha committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    7e312cd View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    a54638e View commit details
    Browse the repository at this point in the history