-
Notifications
You must be signed in to change notification settings - Fork 468
Class Autopilot
has multiple different ancestors
#560
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
Comments
Possibly related: #558 |
Confirmed |
Thank you for reporting this @hlascelles! I was able to reproduce this issue locally. This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog. With best regards, Elmer |
I can see that
I created a PR #573 to add the inheritance there as well. |
This is issue is fixed now. |
Issue Summary
Depending on how you require the gem (or parts of it) you can cause an error as some classes have different ancestor chains.
Steps to Reproduce
5.56.0
(for example)Technical details:
5.56.0
Cause
This line declares Autopilot with no ancestors:
twilio-ruby/lib/twilio-ruby/rest/autopilot/v1.rb
Line 11 in 7e218c4
This line declares Autopilot with ancestor
Domain
:twilio-ruby/lib/twilio-ruby/rest/autopilot.rb
Line 11 in 7e218c4
Is this a bug in the code generator?
The text was updated successfully, but these errors were encountered: