Skip to content

Conversation

@AgustinWojtyszyn
Copy link

Refactor and improve the CollationRuleParser code:

  • Renamed constants for better clarity.
  • Used constexpr for constant expressions to improve performance.
  • Added detailed comments and documentation for better understanding.
  • Split complex functions into smaller, more manageable pieces.
  • Removed unused variables and cleaned up the code.

Refactor and improve the CollationRuleParser code:
- Renamed constants for better clarity.
- Used `constexpr` for constant expressions to improve performance.
- Added detailed comments and documentation for better understanding.
- Split complex functions into smaller, more manageable pieces.
- Removed unused variables and cleaned up the code.
@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/security-wg

@nodejs-github-bot nodejs-github-bot added dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. labels Mar 25, 2025
Copy link
Member

@RaisinTen RaisinTen left a comment

Choose a reason for hiding this comment

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

Thanks for the PR but this is a code change in a vendored dependency which is supposed to be submitted upstream, so consider sending it to https://github.com/unicode-org/icu

@RaisinTen RaisinTen closed this Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants