Skip to content

Inconsistent results in between OCaml 5.2 and 5.3 #103

Description

@fantazio

This was observed on Frama-C 31.0.

On unused values when .ml-gen files are involved. This is probably due to the move from cmt_value_dependencies to cmt_declaration_dependencies as explained in #38.

On optional arguments. The same observation was made on Opam 2.5.1.
Most changes are re-locations (between .mli and.ml), probably due to the same reason.
The rest of the changes need investigation. Chances are that they are also triggered by the same reason, changes in location information (leading to changes in links), or different (de)sugaring of some constructs in the compiler.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions