You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
When I try to build the project with a fresh clone, the compiler reports errors that
ZeroVal
cannot be found: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)
.The text was updated successfully, but these errors were encountered: