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

Tasty parsing error #156

Open
jprudent opened this issue Jan 4, 2024 · 0 comments
Open

Tasty parsing error #156

jprudent opened this issue Jan 4, 2024 · 0 comments

Comments

@jprudent
Copy link

jprudent commented Jan 4, 2024

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

Code is compiling fine and running fine too.

Thanks

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