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

Only generate valid names for FsPath tests #72

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Conversation

jorisdral
Copy link
Collaborator

@jorisdral jorisdral commented Jun 6, 2024

Resolves #71

The names for directories and files that we used in FsPath tests were too arbitrary. The documentation of FsPath now describes a number of invariants that should ensure that FsPaths make sense. Currently, the user is responsible for ensuring that these invariants are satisfied. It might be nice to dynamically check these invariants instead, see #73

@jorisdral jorisdral force-pushed the jdral/71-fspath branch 3 times, most recently from 26d31c3 to 66fa5f5 Compare June 6, 2024 14:22
@jorisdral jorisdral changed the title Fix #71 Only generate valid names for FsPath tests Jun 6, 2024
@jorisdral jorisdral marked this pull request as ready for review June 6, 2024 14:28
@jorisdral jorisdral requested a review from a team as a code owner June 6, 2024 14:28
Copy link
Contributor

@nfrisby nfrisby left a comment

Choose a reason for hiding this comment

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

LGTM

@jorisdral jorisdral added this pull request to the merge queue Jun 6, 2024
Merged via the queue into main with commit 91d748d Jun 6, 2024
18 checks passed
@jorisdral jorisdral deleted the jdral/71-fspath branch June 6, 2024 15:33
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.

Bug with FsPath combinators on Windows
2 participants