-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
When I try to build the project with a fresh clone, the compiler reports errors that ZeroVal cannot be found:
[error] .../functadelic/src/main/scala/stagedparsec/ParseResultCPS.scala:25: not found: type ZeroVal
[error] with ZeroVal { self: ReaderOps =>
This can be fixed by importing (copy & pasting) https://github.com/namin/lms-verify/blob/master/src/main/scala/lms/verify/ZeroVal.scala into the project. Appearently this file is part of your lms-utils project. It is a bit confusing that the dependency is not resolved, since lms-utils is mentioned as dependency in [build.sbt](https://github.com/manojo/functadelic/blob/master/build.sbt).
Metadata
Metadata
Assignees
Labels
No labels