Skip to content

My project fails to compile when using Scoverage #515

Closed
@markehammons

Description

@markehammons

Describe the bug

When I try to use scoverage in my project, it triggers nasty compiler crashes on test

Quick Reproduction:

  1. go to gitpod.io/#https://github.com/markehammons/slinc/tree/switch-to-scoverage
  2. run ./mill j17.test in the console
  3. watch the compiler die

Slower Reproduction

  1. Clone from https://github.com/markehammons/slinc/tree/switch-to-scoverage
  2. Download and/or switch to java 17 (sdkman is helpful here)
  3. run ./mill j17.test
  4. watch the compiler die

Expected behavior

I expected the compiler to not crash. I believe that the code scoverage generates, and my own (which is heavy on compile-time programming) interfere with each other in this regard

What build tool are you using?

Mill

Version of scoverage

v2.0.7

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions