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

topdown: Correct glob default delimeter #2061

Merged
merged 1 commit into from
Feb 6, 2020

Conversation

patrick-east
Copy link
Contributor

The documentation says that the default delimeter for glob is ["."]
but the implementation did not actually do this (for the normal built
in).

This corrects the implementation to actually default to the correct
value when it is omitted.

Fixes: #2039
Signed-off-by: Patrick East east.patrick@gmail.com

The documentation says that the default delimeter for glob is `["."]`
but the implementation did not actually do this (for the normal built
in).

This corrects the implementation to actually default to the correct
value when it is omitted.

Fixes: open-policy-agent#2039
Signed-off-by: Patrick East <east.patrick@gmail.com>
Copy link
Member

@tsandall tsandall left a comment

Choose a reason for hiding this comment

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

LGTM

@tsandall tsandall merged commit 0fe6394 into open-policy-agent:master Feb 6, 2020
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.

glob.match function does not default delimiter like the docs describe
2 participants