Skip to content

Fix quote re-typing error #23425

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

smarter
Copy link
Member

@smarter smarter commented Jun 25, 2025

This fixes at least the symptoms of #23423, see the discussion in the issue.

This fixes at least the symptoms of scala#23423, see the discussion in the issue.
// This used to be `pre.isStable || !ctx.phase.isTyper` but the latter
// condition was dropped in #21954 to make implicit search during the
// inlining phase behave more like implicit search during the typer phase.
// However, this change has lead to retyping issues (#23423) and I suspect
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
// However, this change has lead to retyping issues (#23423) and I suspect
// However, this change has led to retyping issues (#23423) and I suspect

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