Skip to content

Instantly share code, notes, and snippets.

@zainab-ali
Created September 2, 2025 10:56
Show Gist options
  • Save zainab-ali/c21482f3ed89d81e78e7d2c405580e2e to your computer and use it in GitHub Desktop.
Save zainab-ali/c21482f3ed89d81e78e7d2c405580e2e to your computer and use it in GitHub Desktop.
Weaver SourceLocation macro bug
//> using scala "3.7.0"
//> using dep "org.typelevel::weaver-cats::0.10.0"
import weaver.*
object MySuite extends FunSuite:
test("parse and compare valid semver"):
expect.all(
1 > 2
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment