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

feat(utop): OCaml 5.2 support #469

Closed
wants to merge 1 commit into from
Closed

feat(utop): OCaml 5.2 support #469

wants to merge 1 commit into from

Conversation

huwaireb
Copy link
Contributor

Introduces support for OCaml 5.2 thereby closing issue #466

@huwaireb huwaireb requested a review from rgrinberg as a code owner November 13, 2023 16:54
List.iter Topdirs.dir_directory (search_path @ cmt_infos.cmt_loadpath);
let cmt_loadpath =
#if OCAML_VERSION >= (5, 2, 0)
cmt_infos.cmt_loadpath.visible
Copy link
Contributor Author

@huwaireb huwaireb Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if I should account for hidden paths here or really anywhere, didn't make sense to do so as to why I directly accessed field visible of the paths type.

@huwaireb
Copy link
Contributor Author

closing in favor of #470 due to it being a lot more polished

@huwaireb huwaireb closed this Nov 13, 2023
@huwaireb huwaireb deleted the huwaireb/support-ocaml-5.2 branch November 13, 2023 17:17
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