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

phase typer fails when using io.github.netvl.picopickle.backends.jawn.JsonPickler. #19

@thecatwhisperer

Description

@thecatwhisperer

Following code results in lockup when compiling (phase typer):

case class Recipe(title: String, description: Option[String] = None, ingredients: Seq[Ingredient],
        directions: Seq[String], images: Option[Seq[String]] = None)

val baseRecipe = new Recipe(title = "A Recipe", description = Option(""), ingredients = Seq(),
    directions = Seq(), images = None)

val write1 = writeString(baseRecipe)

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