Skip to content

Conversation

jtjeferreira
Copy link
Contributor

In #11 a workaround to issue scala/scala3#19436 was introduced.

Meanwhile the issue was fixed and backported to scala 3.3.5 and 3.5.1. However we can't use 3.3.5 because we need to "match on higher kinded types" in the macro and that is only available since scala 3.4.x (SIP-53 I think).

So I decide to bump to scala 3.6.2 and remove the workaround

the issue scala/scala3#19436 was fixed and backported to scala 3.3.5 and 3.5.1. However we can't use 3.3.5 because we need to "match on higher kinded types" in the macro and that is only avaible in scala 3.4 (SIP-53 I think).

So I decide to bump to scala 3.6.2
@lihaoyi lihaoyi merged commit f5b9aa7 into com-lihaoyi:main Jan 31, 2025
6 checks passed
@samikrc
Copy link

samikrc commented Mar 30, 2025

Could Scala 3.5.2 have worked?

@jtjeferreira
Copy link
Contributor Author

Could Scala 3.5.2 have worked?

Yes, as well as 3.5.1 but those are not LTS versions like 3.6.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants