[error] -- [E197] Potential Issue Error: my-record4s-project-dir/modules/core/src/main/scala/com/github/tarao/record4s/Converter.scala:46:4
[error] 46 | new Converter {
[error] | ^
[error] | New anonymous class definition will be duplicated at each inline site
[error] |
[error] | longer explanation available when compiling with `-explain`
[error] -- [E197] Potential Issue Error: my-record4s-project-dir/modules/core/src/main/scala/com/github/tarao/record4s/Converter.scala:56:23
[error] 56 | ): Converter[R, T] = new Converter {
[error] | ^
[error] | New anonymous class definition will be duplicated at each inline site
[error] |
[error] | longer explanation available when compiling with `-explain`
set scala
3.3.4-RC1
andcore/compile
https://github.com/tarao/record4s/blob/3f127ed33099c485e08ccd1df1261c38d641e1fe/modules/core/src/main/scala/com/github/tarao/record4s/Converter.scala#L46-L56