Skip to content

Add tag limit and glob format #43

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

Merged
merged 1 commit into from
May 21, 2025
Merged

Add tag limit and glob format #43

merged 1 commit into from
May 21, 2025

Conversation

theory
Copy link
Member

@theory theory commented Mar 27, 2025

Use wax to validate globs. Since it checks for both . and .. components, disallow both for paths and globs, except at the start of an expression. May or may not switch away from wax in the future, since its syntax is somewhat different from gitignore. For now, though, the RFC has been updated to reflect this change.

Also limit the number of tags to 32, also reflecting a recent RFC change.

@theory theory added the enhancement New feature or request label Mar 27, 2025
@theory theory requested a review from vrmiguel March 27, 2025 22:50
@theory theory self-assigned this Mar 27, 2025
@theory theory force-pushed the v2-updates branch 2 times, most recently from 14fd1bd to 36643b2 Compare March 27, 2025 22:57
Use [wax] to validate globs. Since it checks for both `.` and `..`
components, disallow both for paths and globs, except at the start of an
expression.  May or may not switch away from wax in the future, since
its syntax is somewhat different from gitignore. For now, though, the
RFC has been [updated] to reflect this change.

Also limit the number of tags to 32, also reflecting a recent RFC
change.

  [wax]: https://crates.io/crates/wax
  [updated]: pgxn/rfcs@4021dee
@theory theory merged commit 7bafdf0 into main May 21, 2025
126 checks passed
@theory theory deleted the v2-updates branch May 21, 2025 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant