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

Parameter value is never used #84

Open
jsabin opened this issue Sep 10, 2020 · 0 comments · May be fixed by #85
Open

Parameter value is never used #84

jsabin opened this issue Sep 10, 2020 · 0 comments · May be fixed by #85

Comments

@jsabin
Copy link

jsabin commented Sep 10, 2020

When using the extension like this:

import ai.x.play.json.Encoders.encoder
import ai.x.play.json.Jsonx
...
implicit lazy val jsonFormat: OFormat[TenantAppFilter] = Jsonx.formatCaseClass[TenantAppFilter]

and using the compiler options

scalacOptions += "-Ywarn-macros:after"

I get the following error where the parameter number is different each time I compile:

[error] TenantAppFilterUI.scala:17:81: parameter value x$6 in value $anonfun is never used
[error]   implicit lazy val jsonFormat: OFormat[TenantAppFilter] = Jsonx.formatCaseClass[TenantAppFilter]

Anyway to resolve this error short of removing the compiler option?

@Billzabob Billzabob linked a pull request Sep 16, 2020 that will close this issue
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 a pull request may close this issue.

1 participant