Skip to content
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

be Scala 2.13.3 compatible: don't rely on Symbol#toString to make key names #756

Merged
merged 1 commit into from May 8, 2020

Conversation

SethTisue
Copy link
Contributor

@SethTisue SethTisue commented May 8, 2020

because Symbol#toString will change in Scala 2.13.3 to be Symbol(foo)
instead of 'foo: scala/scala#8933

using .name instead works as expected in any Scala version

because Symbol#toString will change in Scala 2.13.3 to be `Symbol(foo)`
instead of `'foo`

using `.name` instead works as expected in any Scala version
@SethTisue SethTisue changed the title don't rely on Symbol#toString to make key names be Scala 2.13.3 compatible: don't rely on Symbol#toString to make key names May 8, 2020
Copy link
Member

@jcazevedo jcazevedo left a comment

Choose a reason for hiding this comment

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

@SethTisue: thanks!

@jcazevedo jcazevedo merged commit 2734541 into pureconfig:master May 8, 2020
@SethTisue SethTisue deleted the fix-symbol-tostring-bug branch May 8, 2020 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants