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

Conversation

dinosaure
Copy link
Collaborator

No description provided.

… 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 dinosaure merged commit 76d8a71 into main Apr 13, 2024
1 check was pending
@dinosaure dinosaure deleted the inlined branch April 13, 2024 15:32
dinosaure added a commit to dinosaure/opam-repository that referenced this pull request Apr 13, 2024
CHANGES:

- Be compatible with MirageOS and remove `ocaml_terminal_get_sigwinch` (@art-w, craigfe/progress#38)
- Clear all lines in `interject_with` (@Gbury, craigfe/progress#30)
- Add `Display.remove_line` (@mbarbin, craigfe/progress#26)
- Fix compilation for OCaml 5.2 (reported by @Gbury, fixed by @dinosaure, craigfe/progress#40)
- Add `Display.{pause,resume}` (@Gbury, craigfe/progress#37)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant