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

Short-circuit isCheckable with classSymbol #19634

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

dwijnand
Copy link
Member

@dwijnand dwijnand commented Feb 6, 2024

A mutually recursive, and ever-growing type pair like ExprMap and EM (in
the test case) would blow up isCheckable. Let's use the classSymbol
instead.

Fixes #19433

A mutually recursive, and ever-growing type pair like ExprMap and EM (in
the test case) would blow up isCheckable.  Let's use the classSymbol
instead.
@dwijnand dwijnand marked this pull request as ready for review February 7, 2024 23:45
@dwijnand dwijnand requested a review from mbovel February 7, 2024 23:45
@dwijnand dwijnand merged commit 9715eed into scala:main Feb 27, 2024
19 checks passed
@dwijnand dwijnand deleted the space-stackoverflow branch February 27, 2024 14:07
@Kordyjan Kordyjan added this to the 3.4.2 milestone Mar 28, 2024
WojciechMazur added a commit that referenced this pull request Jul 2, 2024
Backports #19634 to the LTS branch.

PR submitted by the release tooling.
[skip ci]
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.

Regression SpaceEngine wrt 3.3.0
3 participants