-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
First off, thanks very much for the latest release to support Scala 3.
I'm still using Scala 2, and upgrading to 0.5.0 seems to have changed the golden file detection in at least some cases so that a new file is generated in subsequent runs.
Here's an excerpt of the class in question:
package fossil.domain
object endpoint {
final case class EndpointDescriptor(
name: String,
enabled: Boolean,
topics: List[String],
config: Map[String, String]
)
}I have other classes that are top level (i.e. not residing inside an object) that don't exhibit this issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels