feat: include parameter name information in compiled class files#810
Open
allantodd wants to merge 1 commit intotwilio:mainfrom
Open
feat: include parameter name information in compiled class files#810allantodd wants to merge 1 commit intotwilio:mainfrom
allantodd wants to merge 1 commit intotwilio:mainfrom
Conversation
009f975 to
78d6ae5
Compare
a93c672 to
20faa4f
Compare
20faa4f to
6dddb1f
Compare
6533f63 to
78a8ccd
Compare
9269292 to
109c0fd
Compare
Contributor
Author
|
Hi, this PR has been open for quite a while. Would you consider adding this change in the new 11.0.0 release? It would simplify maintenance of this project I maintain https://github.com/iptiq/iptiq-twiml-kotlin Thank you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #774
Include parameter name info in compiled class files so they can be discovered using introspection - see https://github.com/allantodd/twilio-parameter-name-example for a before and after comparison
Checklist
I have added tests that prove my fix is effective or that my feature works(n/a)I have added the necessary documentation about the functionality in the appropriate .md file(n/a)I have added inline documentation to the code I modified(n/a)If you have questions, please file a support ticket, or create a GitHub Issue in this repository.