zio / zio-protoquill

Quill for Scala 3
Apache License 2.0
205 stars 48 forks source link

Scala 2 libray TASTy compatibility #424

Open nicolasstucki opened 6 months ago

nicolasstucki commented 6 months ago

We found that this library does not work with the current Scala 2 library TASTy

Please help us minimize this issue to see if it is something expected, a bug in this code base, or a bug in the compiler/library.

deusaquilus commented 6 months ago

@nicolasstucki I don’t think Quill inserts a augmentString anywhere. Does Scala 2 tasty do that?

nicolasstucki commented 6 months ago

It is probably the augmentString from Predef (implicit conversion to StringOps). I wonder if this conversion is applied in the same way with and without the TASTy library.