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

FStarC.Util: make sure executable_name and exec_dir point to concrete… #3697

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

mtzguido
Copy link
Member

… paths

When building F* from the repo, the bin/fstar.exe symlink does not work in MacOS due to executable_name being a path with unresolved links, so trying to locate the library fails. This fixes it by using Unix.realpath to canonicalize and resolve the path.

Thanks to @danelahman for reporting and testing.

… paths

When building F* from the repo, the bin/fstar.exe symlink does not work
in MacOS due to executable_name being a path with unresolved links, so
trying to locate the library fails. This fixes it by using Unix.realpath
to canonicalize and resolve the path.

Thanks to @danelahman for reporting and testing.
@mtzguido mtzguido enabled auto-merge January 24, 2025 23:08
@mtzguido mtzguido merged commit 7cd06c5 into FStarLang:master Jan 24, 2025
10 checks passed
@mtzguido mtzguido deleted the realpath branch January 24, 2025 23:43
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