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

Fixes stackoverflow #163

Merged
merged 1 commit into from
Jan 18, 2022
Merged

Fixes stackoverflow #163

merged 1 commit into from
Jan 18, 2022

Conversation

eed3si9n
Copy link
Member

Problem

Given a recurisve type that includes itself as a field,
Contraband currently stackoverflows, trying to keep looking for the
format type.

Solution

Check if the field type is locally defined, and avoid traversing into
it.

Problem
-------
Given a recurisve type that includes itself as a field,
Contraband currently stackoverflows, trying to keep looking for the
format type.

Solution
--------
Check if the field type is locally defined, and avoid traversing into
it.
@eed3si9n eed3si9n merged commit e2ffdea into sbt:develop Jan 18, 2022
@eed3si9n eed3si9n deleted the wip/stackoverflow branch January 18, 2022 14:50
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.

1 participant