Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken Build - Missing Dependency #2

Open
b-studios opened this issue Nov 25, 2016 · 2 comments
Open

Broken Build - Missing Dependency #2

b-studios opened this issue Nov 25, 2016 · 2 comments

Comments

@b-studios
Copy link

b-studios commented Nov 25, 2016

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).

@b-studios
Copy link
Author

The problem is that ZeroVal is commented out in the latest version of lms-utils

@b-studios
Copy link
Author

FYI, The last working commit appears to be 471c0c. This was before the refactoring to using the separate lms-utils project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant