Skip to content

Avoid nested quotations in auto-quoting fix#9168

Merged
charliermarsh merged 1 commit into
mainfrom
charlie/unique
Dec 17, 2023
Merged

Avoid nested quotations in auto-quoting fix#9168
charliermarsh merged 1 commit into
mainfrom
charlie/unique

Conversation

@charliermarsh

Copy link
Copy Markdown
Member

Summary

Given Callable[[Callable[_P, _R]], Callable[_P, _R]] from the originating issue, when quoting Callable, we quoted the inner [Callable[_P, _R]], and then created a separate edit for the outer Callable. Since there's an extra level of nesting in the subscript, the edit for [Callable[_P, _R]] correctly did not expand to the entire expression. However, in this case, we should discard the inner edit, since the expression is getting quoted by the outer edit anyway.

Closes #9162.

@charliermarsh charliermarsh added the bug Something isn't working label Dec 17, 2023
@charliermarsh charliermarsh enabled auto-merge (squash) December 17, 2023 12:48
@charliermarsh charliermarsh merged commit c944d23 into main Dec 17, 2023
@charliermarsh charliermarsh deleted the charlie/unique branch December 17, 2023 12:54
@github-actions

Copy link
Copy Markdown
Contributor

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Linter panic]

1 participant