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

Remove warning 30 from the standard set. #9568

Merged
merged 1 commit into from
Jan 8, 2024

Commits on Jan 8, 2024

  1. Remove warning 30 from the standard set.

    Warning 30 (same constructor/label name used in two mutually-recursive
    declarations) is an annoying warning that makes no sense since we
    introduced type-based disambiguation of fields and constructors. It
    was disabled by default in OCaml 4.10
    
      ocaml/ocaml#9046
    
    and there is no reason to keep it in Dune.
    
    Signed-off-by: Gabriel Scherer <gabriel.scherer@gmail.com>
    Co-authored-by: Rudi Grinberg <me@rgrinberg.com>
    gasche and rgrinberg committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    5438881 View commit details
    Browse the repository at this point in the history