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 a bug in bench that was running the driver on dune generated folders #467

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

NathanReb
Copy link
Collaborator

No description provided.

@NathanReb NathanReb added the no changelog Use this label to disable the changelog check github action label Feb 1, 2024
Copy link
Collaborator

@panglesd panglesd left a comment

Choose a reason for hiding this comment

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

There is another call to readdir_full_path, don't we want to also filter dot files there?

I guess so, in which case it would be better to modify readdir_full_path to filter the dot files. It would also allow to avoid calling Filename.concat followed by Filename.basename!

@NathanReb
Copy link
Collaborator Author

Done!

Copy link
Collaborator

@panglesd panglesd left a comment

Choose a reason for hiding this comment

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

Let's merge!

@panglesd panglesd merged commit 74342e6 into ocaml-ppx:main Feb 9, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog Use this label to disable the changelog check github action
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants