Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Golden File Detection #272

Open
cranst0n opened this issue Aug 15, 2024 · 0 comments
Open

Golden File Detection #272

cranst0n opened this issue Aug 15, 2024 · 0 comments

Comments

@cranst0n
Copy link

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.

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

No branches or pull requests

1 participant