Skip to content

Handle generic tuple in getMatch branch#26157

Open
nox213 wants to merge 2 commits into
scala:mainfrom
nox213:fix-i25663
Open

Handle generic tuple in getMatch branch#26157
nox213 wants to merge 2 commits into
scala:mainfrom
nox213:fix-i25663

Conversation

@nox213
Copy link
Copy Markdown
Contributor

@nox213 nox213 commented May 26, 2026

Fixes #25663

There is already generic tuple handling, but it was missing in the getMatch branch. I mostly copied the existing logic, with an extra .cast(tp) since the result flows into unapplySeqPlan which needs the precise Seq type.

How much have you relied on LLM-based tools in this contribution?

Extensively, for finding root cause

How was the solution tested?

reproducer

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.

Generic tuple in unapplySeq crash

1 participant