-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Regression in parsing XML syntax #16458
Labels
Milestone
Comments
WojciechMazur
added
itype:bug
area:parser
stat:needs triage
Every issue needs to have an "area" and "itype" label
and removed
stat:needs triage
Every issue needs to have an "area" and "itype" label
labels
Dec 2, 2022
i10416
added a commit
to i10416/dotty
that referenced
this issue
Jan 23, 2024
xLiteral mistakenly assumed that the element just after `<` is always non-special element, but it is not true. It could be xCharData, comment, xProcInstr.
odersky
added a commit
that referenced
this issue
Feb 15, 2024
WojciechMazur
pushed a commit
that referenced
this issue
Jul 1, 2024
xLiteral mistakenly assumed that the element just after `<` is always non-special element, but it is not true. It could be xCharData, comment, xProcInstr. [Cherry-picked 77aa363]
WojciechMazur
pushed a commit
that referenced
this issue
Jul 2, 2024
xLiteral mistakenly assumed that the element just after `<` is always non-special element, but it is not true. It could be xCharData, comment, xProcInstr. [Cherry-picked 77aa363]
WojciechMazur
added a commit
that referenced
this issue
Jul 2, 2024
Backports #19522 to the LTS branch. PR submitted by the release tooling. [skip ci]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiler version
3.2.1
Minimized code
Output
Expectation
Should compile, Scala 2 output:
The text was updated successfully, but these errors were encountered: