Skip to content

Conversation

@dzitytsik
Copy link
Collaborator

@W-19785067@

What does this PR do?

What issues does this PR fix or reference?

@dzitytsik dzitytsik requested a review from gkibilov October 24, 2025 11:25

public equalsTo(other: CmlConstraint): boolean {
return this.type === other.type && this.name === other.name && this.declaration === other.declaration && this.explanation === other.explanation;
return this.generateCml().trim() === other.generateCml().trim();
Copy link
Collaborator

Choose a reason for hiding this comment

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

This will make things significantly slower, but I assume more robust.

@gkibilov gkibilov merged commit 31bd376 into main Oct 24, 2025
15 checks passed
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.

3 participants