spray-json icon indicating copy to clipboard operation
spray-json copied to clipboard

Remove workaround for `$outer` not marked `synthetic`

Open Philippus opened this issue 7 months ago • 2 comments

https://github.com/lampepfl/dotty/issues/14083 was fixed in Scala 3.1.2.

Philippus avatar May 09 '25 10:05 Philippus

hmm, even if we ourselves update to 3.1.2 wouldn't this still fail on classes that were compiled with 3.1.0?

Agreed probably not worth fixing for 3.1.x.

jrudolph avatar May 09 '25 11:05 jrudolph

hmm, even if we ourselves update to 3.1.2 wouldn't this still fail on classes that were compiled with 3.1.0?

Agreed probably not worth fixing for 3.1.x.

It can be part of this PR then: https://github.com/spray/spray-json/pull/342.

Philippus avatar May 09 '25 12:05 Philippus