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

docs: Clarify keyword name constraints for addKeyword #2308

Closed

Conversation

NitantP
Copy link

@NitantP NitantP commented Jul 20, 2023

What issue does this pull request resolve?
Closes #2217.

What changes did you make?
Based on the KEYWORD_NAME regex:

  • Mentioned : as a valid character
  • Specified that "letters" refers to the ASCII character set

Is there anything that requires more attention while reviewing?
No.

@NitantP NitantP changed the title docs: Add : as an allowed keyword character docs: Clarify keyword name constraints for addKeyword Jul 20, 2023
@NitantP
Copy link
Author

NitantP commented Jul 20, 2023

Not sure why the CI is running into issues here, but it seems to be a broader issue with other recent PRs as well. Seems like this is the relevant issue from the logs for the failing Node.js 14.x stage:

Error: Cannot find module './build/Release/re2.node'

@NitantP NitantP closed this by deleting the head repository Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Docs: addKeyword argument
1 participant