-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update README.md #22
Update README.md #22
Conversation
README.md
Outdated
@@ -67,3 +67,13 @@ A: Because the API file isn’t technically bugged; it simply uses features that | |||
Q: Does that mean those strange patches will stay forever? | |||
|
|||
A: No, at some point, we may upgrade every generator and release new major versions of all relevant SDKs. However, when this happens, we’ll still need to maintain the older SDK versions for a while. | |||
|
|||
Q: What are recurent bug that happen on SDKs release: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are recurring bugs that occur during SDK releases?
README.md
Outdated
|
||
Q: What are recurent bug that happen on SDKs release: | ||
|
||
A: so far we have encounter 2 kinds of bug that generally break SDKs releases: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So far, we have encountered two types of bugs that typically break SDK releases
README.md
Outdated
|
||
A: so far we have encounter 2 kinds of bug that generally break SDKs releases: | ||
- usage of new features in openapi, that are not supported by generators. | ||
- a CI break due to a dependancy becoming outdated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI breaks due to an outdated dependency
README.md
Outdated
|
||
Q: Why are the hack in ruby ? | ||
|
||
A: no particular reason here, but are very small hack, and could have been writed in any language that support yaml. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no particular reason. The hacks are very small and could have been written in any language that supports YAML
No description provided.