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

Matter 1.4 constraint support #1592

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

lauckhart
Copy link
Collaborator

Moves sign handling from lexer to parser which I would consider a bug fix although it didn't affect any expressions prior to 1.4.

Adds support for codepoint limits on strings. This is a new feature for 1.4.

Adds additional tests.

Copy link

semanticdiff-com bot commented Dec 30, 2024

Review changes with  SemanticDiff

Changed Files
File Status
  packages/model/src/aspects/Constraint.ts  23% smaller
  packages/model/src/parser/Lexer.ts  18% smaller
  packages/node/src/behavior/state/validation/constraint.ts  8% smaller
  packages/model/test/aspects/ConstraintTest.ts  6% smaller
  packages/node/test/behavior/state/validation/constraintTest.ts  1% smaller
  CHANGELOG.md Unsupported file format
  packages/model/src/parser/Token.ts  0% smaller

Moves sign handling from lexer to parser which I would consider a bug fix although it didn't affect any expressions
prior to 1.4.

Adds support for codepoint limits on strings.  This is a new feature for 1.4.

Adds additional tests.
@lauckhart lauckhart force-pushed the matter-1.4-constraints branch from b6e92e0 to 38d2c51 Compare December 30, 2024 14:22
@mergify mergify bot merged commit 368030b into project-chip:main Dec 30, 2024
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants