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

Avoid inifinite loop in #shape #884

Merged
merged 1 commit into from
Jul 24, 2023
Merged

Avoid inifinite loop in #shape #884

merged 1 commit into from
Jul 24, 2023

Conversation

soutaro
Copy link
Owner

@soutaro soutaro commented Jul 24, 2023

Having Self, Instance, or Class as self_type:, instance_type:, or class_type may result in infinite recursive call of #shape which causes interaction worker unexpected exit with SystemStackError.

Having `Self`, `Instance`, or `Class` as `self_type:`, `instance_type:`, or `class_type` may result in infinite recursive call of `#shape`.
@soutaro soutaro added this to the Steep 1.5.x milestone Jul 24, 2023
@soutaro soutaro added the bug label Jul 24, 2023
@soutaro soutaro enabled auto-merge July 24, 2023 05:55
@soutaro soutaro merged commit 069694d into master Jul 24, 2023
22 checks passed
@soutaro soutaro deleted the avoid-infinite-loop branch July 24, 2023 06:08
@soutaro soutaro added the Released The PR is already included in a published release label Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Released The PR is already included in a published release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant