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

XML pattern match crashes while "transforming" #1764

Closed
scabug opened this issue Mar 5, 2009 · 5 comments
Closed

XML pattern match crashes while "transforming" #1764

scabug opened this issue Mar 5, 2009 · 5 comments
Milestone

Comments

@scabug
Copy link

scabug commented Mar 5, 2009

Exception in compiler while matching simple XML stuff

@scabug
Copy link
Author

scabug commented Mar 5, 2009

Imported From: https://issues.scala-lang.org/browse/SI-1764?orig=1
Reporter: Christian Szegedy (christian.szegedy)
Assignee: @DRMacIver
Attachments:

  • output (created on Mar 5, 2009 7:49:53 AM UTC, 24288 bytes)
  • xmltest.scala (created on Mar 5, 2009 7:49:19 AM UTC, 647 bytes)

@scabug
Copy link
Author

scabug commented Mar 5, 2009

Christian Szegedy (christian.szegedy) said:
scala code that crashes fsc

@scabug
Copy link
Author

scabug commented Mar 5, 2009

Christian Szegedy (christian.szegedy) said:
Compiler output (exception trace)

@scabug
Copy link
Author

scabug commented Mar 5, 2009

@ingoem said:
Please try to minimize your examples. I could reduce it to:

null match {
  case <p> { _* } </p> =>
}

@scabug
Copy link
Author

scabug commented Jul 18, 2009

@paulp said:
Fixed in r18343.

@scabug scabug closed this as completed May 18, 2011
@scabug scabug added this to the 2.8.0 milestone Apr 6, 2017
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