lampepfl / xml-interpolator

XML String Interpolator for Dotty
Apache License 2.0
32 stars 6 forks source link

Implement unapply #41

Open gorilskij opened 2 years ago

gorilskij commented 2 years ago

Resurrection of #40

Changed the encoding of the string interpolator and implemented unapplySeq method. Added tests.

This depends on lampepfl/dotty#15191 (the dottyVersion currently in build.sbt won't work).

nicolasstucki commented 6 months ago

https://github.com/scala/scala3/pull/16358 should have implemented all we need to support this feature.

hamzaremmal commented 6 months ago

I will be taking a look at this PR soon