Created
February 22, 2016 18:15
-
-
Save heathermiller/61882184ffdd6433cc23 to your computer and use it in GitHub Desktop.
createHandout issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⌘ ~/Dropbox/git-shared/moocs/courses/progfun1/target/patmat (master) sbt | |
[info] Loading project definition from /Users/hmiller/Dropbox/git-shared/moocs/courses/progfun1/target/patmat/project | |
[info] Set current project to progfun1-patmat (in build file:/Users/hmiller/Dropbox/git-shared/moocs/courses/progfun1/target/patmat/) | |
> compile | |
[info] Compiling 2 Scala sources to /Users/hmiller/Dropbox/git-shared/moocs/courses/progfun1/target/patmat/target/scala-2.11/classes... | |
[error] /Users/hmiller/Dropbox/git-shared/moocs/courses/progfun1/target/patmat/src/main/scala/patmat/Huffman.scala:117: not found: type ??? | |
[error] def until(xxx: ???, yyy: ???)(zzz: ???): ??? = ??? | |
[error] ^ | |
[error] /Users/hmiller/Dropbox/git-shared/moocs/courses/progfun1/target/patmat/src/main/scala/patmat/Huffman.scala:117: not found: type ??? | |
[error] def until(xxx: ???, yyy: ???)(zzz: ???): ??? = ??? | |
[error] ^ | |
[error] /Users/hmiller/Dropbox/git-shared/moocs/courses/progfun1/target/patmat/src/main/scala/patmat/Huffman.scala:117: not found: type ??? | |
[error] def until(xxx: ???, yyy: ???)(zzz: ???): ??? = ??? | |
[error] ^ | |
[error] /Users/hmiller/Dropbox/git-shared/moocs/courses/progfun1/target/patmat/src/main/scala/patmat/Huffman.scala:117: not found: type ??? | |
[error] def until(xxx: ???, yyy: ???)(zzz: ???): ??? = ??? | |
[error] ^ | |
[error] four errors found | |
[error] (compile:compileIncremental) Compilation failed | |
[error] Total time: 3 s, completed Feb 22, 2016 7:15:33 PM | |
> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment