Skip to content

Getting errors trying to run examples #177

@andrewdroz

Description

@andrewdroz

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions