Created
September 2, 2025 10:56
-
-
Save zainab-ali/c21482f3ed89d81e78e7d2c405580e2e to your computer and use it in GitHub Desktop.
Weaver SourceLocation macro bug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//> 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