poslegm/brief

Support Scala 3

poslegm opened this issue · 4 comments

It will be an entertaining adventure

MEBoo commented

Hi,
Have u found a working solution?
Any news on macro annotations in scala 3?

Hello! Bad news: in current Scala 3 compiler there is no way to do it.

Proposed solution is the code generation with scalafix. So, it's impossible to do it in the library. But may be some replacement for macro annotations will be added in the next Scala 3 versions, who knows...

MEBoo commented

Ok thanks, I'll wait ...

Kit Langton just published great solution for methods generation in companion object. Looks like what we need.