-
Notifications
You must be signed in to change notification settings - Fork 407
Open
Description
Hi there, I can't seem to easily start running the examples. After cloning, I ran sbt test
but got:
Implicit parameters should be provided with a `using` clause.
assert(xs.min(om) == expected)
I resolved this - not sure if done the right way - by doing:
assert(xs.min(using om) == expected)
But then I get other errors:
invariantEnabled(thing.label == "enabled")
Failed to evaluate macro.
Caused by java.lang.ClassNotFoundException: progscala3.meta.performance.invariantEnabled
As well as for class invariantMinInline
I am on openjdk 21.0.3 LTS and sbt 1.11.2
Metadata
Metadata
Assignees
Labels
No labels