You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: avoid stack overflow errors when using heavily recursive types (oapi-codegen#1377)
As noted in oapi-codegen#1373, we have cases where a heavily recursive `allOf` could
lead to a stack overflow error.
To avoid this, we can track the references that we've seen, and not
recurse further if we have already traversed that ref.
Closesoapi-codegen#1373.
Co-authored-by: Jamie Tanna <jamie.tanna@elastic.co>
0 commit comments