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

Loading plugins from the output dir too. #3570

Merged
merged 4 commits into from
Oct 15, 2024
Merged

Conversation

mtzguido
Copy link
Member

F* is silly in that --codegen Plugin will put an ml file in its output directory (which is not usually in the include path), and when called with --load it will try to compile a plugin from that ml file, not finding it as it's not in the include.

This PR makes F* also look in the output directory for cmxs/ml files.

@mtzguido mtzguido changed the title Loading plugins for the output dir too. Loading plugins from the output dir too. Oct 15, 2024
@mtzguido
Copy link
Member Author

@mtzguido mtzguido merged commit 164b9e2 into FStarLang:master Oct 15, 2024
2 checks passed
@mtzguido mtzguido deleted the find branch October 15, 2024 23:19
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