-
Notifications
You must be signed in to change notification settings - Fork 50
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
Generate types and type specs for all generated functions in aws-elixir and aws-erlang #108
Conversation
…ir and aws-erlang
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.
Nice! I gave a first pass and it's looking good.
Please let me know when to review again :)
Co-authored-by: Philip Sampaio <[email protected]>
Co-authored-by: Philip Sampaio <[email protected]>
Co-authored-by: Philip Sampaio <[email protected]>
Co-authored-by: Philip Sampaio <[email protected]>
Co-authored-by: Philip Sampaio <[email protected]>
Co-authored-by: Philip Sampaio <[email protected]>
Co-authored-by: Philip Sampaio <[email protected]>
Co-authored-by: Philip Sampaio <[email protected]>
Solicited opinion: the output comparison of an erlang module looks good enough to me. I think that it will likely be unreasonably hard to code anything that can "prettify" the "flat", "expanded" generated types, and the point should be more "easier doc generation" than the code itself being small... I didn't check, and I am still not using Good job! 😄 |
I tried to generate the Thank you for the comment 🙇♂️ |
Updated generated code examples that are in the description. Main changes pushed are:
Reception from colleagues, @LostKobrakai and @philss have been good 👍 |
Co-authored-by: Benjamin Milde <[email protected]>
65210de
to
44a1cc4
Compare
|
Declined in favor of #109 due to wrong branch naming. |
Triggering the build and for now this should be considered a DRAFT and a Request For Feedback. The code is a mess and needs some cleaning up and combing over but opening it up in order to get feedback from others.
Generated aws-elixir code as an example: comparison
Generated aws-erlang code as an example: comparison