Skip to content

Golden File Detection #272

@cranst0n

Description

@cranst0n

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions