Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Monix.io can no longer compile starting with Tut 0.6.4 #243

@alexandru

Description

@alexandru

Monix.io fails compilation starting with Tut 0.6.4.

Probably related to this:

Here's a sample that is failing:

val coeval = Coeval {
  println("Effect!")
  1 + 1
}

// Nothing happens until this point:
coeval.value
//=> Effect!
// res: Int = 2

If I delete the comment at the end, then the compilation goes through. Here's the actual error:

[tut] *** Error reported at .../monix.io/_tut/docs/2x/eval/coeval.md:139: incomplete input in code block, missing brace or paren?

Note: I prefer to add my own output comments — as I don't like tut's output and that's perfectly valid Scala code. Until this is solved, I'm stuck with Tut 0.6.3.

/cc @felixmulder @ceedubs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions