Skip to content

Exception occurred while typechecking #19114

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

Closed
liewhite opened this issue Dec 1, 2023 · 1 comment
Closed

Exception occurred while typechecking #19114

liewhite opened this issue Dec 1, 2023 · 1 comment

Comments

@liewhite
Copy link

liewhite commented Dec 1, 2023

Compiler version

3.3.1

Minimized code

With zio imported

import zio.stream.*
import zio.*

object Main extends ZIOAppDefault {
  def run: ZIO[Any & (ZIOAppArgs & Scope), Any, Any] = {
    ZStream.range(1,10).collectSome.runDrain
  }
}

Output (click arrow to expand)

[info] while compiling:
[info] during phase:
[info] mode: Mode(ImplicitsEnabled)
[info] library version: version 2.13.10
[info] compiler version: version 3.3.1

@liewhite liewhite added itype:bug itype:crash stat:needs triage Every issue needs to have an "area" and "itype" label labels Dec 1, 2023
@WojciechMazur
Copy link
Contributor

Duplicate of #18999, works with 3.3.0 and 3.nightly. We should make sure that the fix is backported to LTS branch for 3.3.2

@hamzaremmal hamzaremmal added stat:duplicate area:library Standard library and removed stat:needs triage Every issue needs to have an "area" and "itype" label labels Dec 1, 2023
@dwijnand dwijnand closed this as not planned Won't fix, can't repro, duplicate, stale Dec 4, 2023
@dwijnand dwijnand closed this as completed Dec 4, 2023
@dwijnand dwijnand closed this as not planned Won't fix, can't repro, duplicate, stale Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants