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: rewrite glob implementation to follow standard glob specs #422

Merged
merged 2 commits into from
May 8, 2023

Conversation

jbedard
Copy link
Member

@jbedard jbedard commented May 6, 2023

This is basically a rewrite that @thesayyn and I did using the go doublestar implementation as a guide. Probably not worth looking at the diff in the second commit and just looking at the code.

Type of change

  • Bug fix (change which fixes an issue)
  • Refactor (a code change that neither fixes a bug or adds a new feature)
  • Performance (a code change that improves performance)

Test plan

  • Covered by existing test cases
  • New test cases added

@jbedard jbedard marked this pull request as ready for review May 7, 2023 03:34
Copy link
Member

@alexeagle alexeagle left a comment

Choose a reason for hiding this comment

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

Not reviewing too carefully since two of you paired on it. Thanks!

@alexeagle alexeagle merged commit 14be93a into aspect-build:main May 8, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants