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

Fix the compilation on 5.2.0~alpha1 about our inlined tag #40

Merged
merged 1 commit into from
Apr 13, 2024
Merged

Commits on Apr 13, 2024

  1. Fix the compilation on 5.2.0~alpha1 and remove the useless [@@inlined]…

    … attribute
    
    It seems that this code try to optimize the way we manipulate `Mtime.t` values.
    However, OCaml is not able to do cross-module optimisation: [@@inlined] has no
    incidence in the assembler generated (tested with 4.14 and 5.0). This patch
    remove the overlooked optimisation and be compatible with the next release of
    OCaml 5.2.
    
    .
    dinosaure committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    d65d3da View commit details
    Browse the repository at this point in the history