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

Incorrect recursive output for scala.xml.ProcInstr #33

Open
Atry opened this issue Aug 9, 2019 · 1 comment
Open

Incorrect recursive output for scala.xml.ProcInstr #33

Atry opened this issue Aug 9, 2019 · 1 comment

Comments

@Atry
Copy link

Atry commented Aug 9, 2019

Welcome to the Ammonite Repl 1.6.9
(Scala 2.12.8 Java 1.8.0_202-ea)
If you like Ammonite, please support our development at www.patreon.com/lihaoyi
@ val x = <?xml-stylesheet href="style.xsl"?> 
x: xml.ProcInstr = ProcInstr(
  ProcInstr(
    ProcInstr(
      ProcInstr(
        ProcInstr(
          ProcInstr(
            ProcInstr(
              ProcInstr(
                ProcInstr(
                  ProcInstr(
                    ProcInstr(
                      ProcInstr(
                        ProcInstr(
                          ProcInstr(
                            ProcInstr(
                              ProcInstr(
                                ProcInstr(
                                  ProcInstr(
                                    ProcInstr(
                                      ProcInstr(
                                        ProcInstr(
...
@tgodzik
Copy link
Contributor

tgodzik commented Jun 17, 2020

There is a similar issue with the snippet:

object MainTest extends App{
  val test = <rss></rss>
  pprint.log(test)
}

Not sure if the same issue though, since it doesn't seem to happen in ammonite for people.

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

2 participants