Skip to content

Fix StructureType comparator comparing s2 against itself#8648

Closed
RuleGaed wants to merge 1 commit into
SkriptLang:dev/patchfrom
RuleGaed:dev/patch
Closed

Fix StructureType comparator comparing s2 against itself#8648
RuleGaed wants to merge 1 commit into
SkriptLang:dev/patchfrom
RuleGaed:dev/patch

Conversation

@RuleGaed
Copy link
Copy Markdown

CollectionUtils.containsAll was called with s2.getTypes() for both
arguments, causing every tree type comparison to return EQUAL.
Changed the first argument to s1.getTypes().

@RuleGaed RuleGaed requested a review from a team as a code owner May 16, 2026 14:04
@RuleGaed RuleGaed requested review from Absolutionism and erenkarakal and removed request for a team May 16, 2026 14:05
@skriptlang-automation skriptlang-automation Bot added needs reviews A PR that needs additional reviews needs triage An issue that hasn't been classified or verified yet labels May 16, 2026
@skriptlang-automation

This comment has been minimized.

@Absolutionism
Copy link
Copy Markdown
Contributor

This is already resolved in #8640
Please note when making PRs, to fill in the template that is provided for you, not to delete the template and put what you feel is sufficient.

@skriptlang-automation skriptlang-automation Bot removed needs reviews A PR that needs additional reviews needs triage An issue that hasn't been classified or verified yet labels May 16, 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.

2 participants