-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
Weird circular ref causes endless loop #56
Comments
This Stripe API does the same thing |
....and the one for my job :( bundle works though. |
I was having this issue with the more recent Stripe spec. After upgrading to release v9.0.7 it seems to be fixed. Specifically #195 may have fixed it. I just tested https://api.apis.guru/v2/specs/bungie.net/2.0.0/swagger.json from the original comment and it also fails (endless loop) in 9.0.6 and works with 9.0.7. cc @P0lip |
Something weird about the Bungie.net API causes the
dereference()
method to spin forever in an endless loop. I haven't had time to fully investigate why yet.Code to reproduce the bug:
The text was updated successfully, but these errors were encountered: