augustjune / context-applied

Compiler plugin for intuitive tagless final
MIT License
128 stars 8 forks source link

Use an accessor that is not private in 2.13.14 #17

Open m50d opened 4 months ago

m50d commented 4 months ago

Fix for this plugin on Scala 2.13.14 (and possibly 2.13.13)

I can't test whether this will work in e.g. 2.11 as my JVM is too new. With upgrades to scala and kind-projector versions it works for me, I'll PR those as well if you prefer, but thought it was worth isolating the fix if you don't want to upgrade everything else too.

nadavwr commented 3 months ago

@augustjune Currently context-applied is unusable on latest 2.13, and this PR seems to be the solution. Can you please consider cutting a 0.1.5 release?