Skip to content
This repository was archived by the owner on May 27, 2020. It is now read-only.
This repository was archived by the owner on May 27, 2020. It is now read-only.

"sbt tut" fail  #33

@xuwei-k

Description

@xuwei-k

due to #28

https://travis-ci.org/scalaz/testz/builds/447113228

[tut] *** Error reported at /home/travis/build/scalaz/testz/docs/src/main/tut/docs/01-first-example.md:15
<console>:12: error: object Harness is not a member of package testz
       import testz.{Harness, PureHarness, assert}
              ^
[tut] *** Error reported at /home/travis/build/scalaz/testz/docs/src/main/tut/docs/01-first-example.md:33
<console>:13: error: not found: type Harness
         def tests[T](harness: Harness[T]): T = {
                               ^
<console>:15: error: not found: value section
           section(
           ^
<console>:16: error: not found: value test
             test("say 1 + 1 == 2") { () =>
             ^
<console>:19: error: not found: value test
             test("say 2 * 2 == 4") { () =>
             ^
[tut] compiling: /home/travis/build/scalaz/testz/docs/src/main/tut/docs/02-core.md
[tut] compiling: /home/travis/build/scalaz/testz/docs/src/main/tut/docs/03-resource.md
[tut] *** Error reported at /home/travis/build/scalaz/testz/docs/src/main/tut/docs/03-resource.md:78
<console>:16: error: not found: type ResourceHarness
         def tests[T[_]](harness: ResourceHarness[T]): T[Unit] = {
                                  ^
<console>:18: error: not found: value section
           section(
           ^
<console>:19: error: not found: value allocate
             allocate(() => List(1, 2, 3, 4))(
             ^
<console>:20: error: not found: value test
               test("the list should be ascending") {
               ^
<console>:22: error: value sorted is not a member of Any
                   assert(list == list.sorted)
                                       ^
<console>:25: error: not found: value test
             test("doesn't see the list, it's not referenced by the time the test executes") {
             ^
[tut] compiling: /home/travis/build/scalaz/testz/docs/src/main/tut/docs/04-stdlib.md
[tut] *** Error reported at /home/travis/build/scalaz/testz/docs/src/main/tut/docs/04-stdlib.md:81
<console>:21: error: not found: type Harness
         ): Harness[Uses[Unit]] =
            ^
<console>:22: error: not found: value ResourceHarness
           ResourceHarness.toHarness(makeFromPrinterR(output))
           ^
<console>:26: error: not found: type ResourceHarness
         ): ResourceHarness[Uses] =
            ^
<console>:27: error: not found: type ResourceHarness
           new ResourceHarness[Uses] {
               ^
<console>:28: warning: private method test in <$anon: <error>> is never used
             override def test[R]
                          ^
<console>:43: warning: private method namedSection in <$anon: <error>> is never used
             override def namedSection[R]
                          ^
<console>:54: warning: private method section in <$anon: <error>> is never used
             override def section[R]
                          ^
<console>:63: warning: private method allocate in <$anon: <error>> is never used
             override def allocate[R, I]
                          ^
<console>:20: warning: parameter value output in method makeFromPrinter is never used
           output: (Result, List[String]) => Unit
           ^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions