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

Basic pathname expansion semantics #161

Merged
merged 19 commits into from
Jun 25, 2022
Merged

Basic pathname expansion semantics #161

merged 19 commits into from
Jun 25, 2022

Conversation

magicant
Copy link
Owner

@magicant magicant commented Jun 18, 2022

Notable limitation: For the first directory component in a pathname pattern, the code in this PR searches the root directory where it should search the current working directory. This wrong behavior is because the current virtual file system implementation used in testing does not yet support the notion of the working directory. This issue will be addressed in another PR.

Some error case handlings are missing in this PR and should also be addressed in another PR.

@magicant magicant self-assigned this Jun 18, 2022
@magicant magicant changed the title Pathname expansion semantics Basic pathname expansion semantics Jun 25, 2022
@magicant magicant marked this pull request as ready for review June 25, 2022 03:49
@magicant magicant mentioned this pull request Jun 25, 2022
6 tasks
@magicant magicant merged commit 82d7d3e into master Jun 25, 2022
@magicant magicant deleted the glob branch June 25, 2022 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant