Open
Description
Because of the fact that ScalaPB generates case classes, semanticdb3
would violate our compatibility guarantees if it was made a public API. Problematic APIs include case class apply
, unapply
, copy
and some other methods.
Because of the fact that ScalaPB generates case classes, semanticdb3
would violate our compatibility guarantees if it was made a public API. Problematic APIs include case class apply
, unapply
, copy
and some other methods.