Scala 3 xml string interpolator

Scala 3.4 with “-source:future” fails to compile xml literals. But I haven’t seen a stable replacer yet. There is a dotty xml interpolator, when it will be merged to scala-xml or compiler? Or is it already merged and I miss something?

I think the idea was to use GitHub - lampepfl/xml-interpolator: XML String Interpolator for Dotty but that is not currently maintained.

Maybe we should not fail under future flag in that case?

Alternatively, anyone knows how much work would it require?

1 Like