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

Ban "[" and "]" in plan names #832

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Ban "[" and "]" in plan names #832

merged 1 commit into from
Jun 6, 2024

Conversation

theory
Copy link
Collaborator

@theory theory commented Jun 6, 2024

Because they can mess with dependency parsing, which always disallowed brackets because the wrap the list of dependencies. Fixes #829.

Because they can mess with dependency parsing, which always disallowed
brackets because the wrap the list of dependencies. Fixes #829.
@theory theory requested a review from autarch June 6, 2024 00:59
@theory theory self-assigned this Jun 6, 2024
Copy link
Contributor

@autarch autarch left a comment

Choose a reason for hiding this comment

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

LGTM!

@theory theory merged commit a7dfdb3 into develop Jun 6, 2024
159 of 161 checks passed
@theory theory deleted the ban-brackets branch June 6, 2024 14:34
@theory
Copy link
Collaborator Author

theory commented Jun 6, 2024

Thanks @autarch, always glad to have someone look things over.

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.

The change names containing ] are not parsed correctly when used as dependencies
2 participants