We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello !
I get this strange error:
[error] -- Error: :202:38 -- [error] 202 | case one :: two :: Nil => Chunk.from(Height.Range(one.next, two).heights) [error] | ^^^^^^^^^^ [error] |undefined: fs2.Chunk.from # -1: TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object fs2),Chunk),from) at readTasty [warn] three warnings found [error] one error found [error] (Scalaunidoc / doc) DottyDoc Compilation Failed
I'm running "com.github.sbt" % "sbt-unidoc" % "0.5.0" with scala version 3.3.1
Looks like it's an error specific to fs2.Chunk usage ("co.fs2" %% "fs2-core" % "3.9.3")
fs2.Chunk
Code is compiling fine and running fine too.
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello !
I get this strange error:
I'm running "com.github.sbt" % "sbt-unidoc" % "0.5.0" with scala version 3.3.1
Looks like it's an error specific to
fs2.Chunk
usage ("co.fs2" %% "fs2-core" % "3.9.3")Code is compiling fine and running fine too.
Thanks
The text was updated successfully, but these errors were encountered: