Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fixes Kotlin client property names that include a dollar sign #4229

Conversation

andrewemery
Copy link
Contributor

Property names that include a dollar sign are being interpreted
by Kotlin as a string template. This fix escapes such instances.

#4228

@wing328
Copy link
Member

wing328 commented Oct 23, 2019

Thanks for the PR but your commit (as shown in the Commits tab) is not linked to your Github account, which means this PR won't count as your contribution in https://github.com/OpenAPITools/openapi-generator/graphs/contributors.

Let me know if you need help fixing it.

Ref: https://github.com/OpenAPITools/openapi-generator/wiki/FAQ#how-can-i-update-commits-that-are-not-linked-to-my-github-account

@andrewemery
Copy link
Contributor Author

andrewemery commented Oct 23, 2019 via email

Property names that include a dollar sign are being interpreted
by Kotlin as a string template. This fix escapes such instances.

OpenAPITools#4228
@andrewemery andrewemery force-pushed the kotlin-client-unescaped-string-template branch from 02a1c41 to 5b2f5f3 Compare October 23, 2019 05:23
@wing328
Copy link
Member

wing328 commented Oct 23, 2019

Status: 1 ERROR
See
  ‘/home/circleci/OpenAPITools/openapi-generator/samples/client/petstore/R/petstore.Rcheck/00check.log’

CircleCI has nothing to do with this PR and has been addressed by CircleCI without anything being done in our side.

Copy link
Member

@wing328 wing328 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wing328 wing328 merged commit b56a9d9 into OpenAPITools:master Oct 23, 2019
@wing328 wing328 added this to the 4.2.0 milestone Oct 30, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants