Aladdin - Scala Bugtracking
[#1166] project: compiler priority: low category: bug
submitter assigned to status date submitted
Sean Burak fixed 2007-06-04 12:19:56.0
subject XML heap exhaust
code
trait XML {
  val x = <p>
  <! hello !>
  </p>
}

or

trait XML {
  val x = <p>
  <!-- comment -->
  <![CDATA[Hello]]]>
  </p>
}
what happened
Heap exhausted on compile. Assuming related to last XML heap exhaust that was fixed for 2.5
what expected
[back to overview]
Changes of this bug report
Burak  edited on  2007-07-06 16:40:49.0
fixed, i am not sure whether you will like the fix from an IDE perspective.