Skip to content

Optimize Text byte length check in metadata and other places#5658

Open
f-f wants to merge 1 commit intomasterfrom
f-f/5637
Open

Optimize Text byte length check in metadata and other places#5658
f-f wants to merge 1 commit intomasterfrom
f-f/5637

Conversation

@f-f
Copy link
Contributor

@f-f f-f commented Mar 20, 2026

Description

Fix #5637

Checklist

  • Commits in meaningful sequence and with useful messages.
  • Tests added or updated when needed.
  • CHANGELOG.md files updated for packages with externally visible changes.
    NOTE: New section is never added with the code changes. (See RELEASING.md).
  • Versions updated in .cabal and CHANGELOG.md files when necessary, according to the
    versioning process.
  • Version bounds in .cabal files updated when necessary.
    NOTE: If bounds change in a cabal file, that package itself must have a version increase. (See RELEASING.md).
  • Code formatted (use scripts/fourmolize.sh).
  • Cabal files formatted (use scripts/cabal-format.sh).
  • CDDL files are up to date (use scripts/gen-cddl.sh)
  • hie.yaml updated (use scripts/gen-hie.sh).
  • Self-reviewed the diff.

@f-f f-f requested a review from a team as a code owner March 20, 2026 18:45
Copy link
Collaborator

@lehins lehins left a comment

Choose a reason for hiding this comment

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

Nice job, Claude!
Could you please rebase on master and resolve conflicts too 😄

@lehins lehins changed the title Optimize String length check in metadata and other places Optimize Text length check in metadata and other places Mar 20, 2026
@lehins lehins changed the title Optimize Text length check in metadata and other places Optimize Text byte length check in metadata and other places Mar 20, 2026
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.

Optimize String length check in metadata

2 participants