- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Defect 3720 (CDATA ignored) and Scala 2.8.1 final
Sat, 2010-12-04, 23:47
Hi
I need to use the fix for defect 3720, i.e. XMLPull ignores CDATA elements.
Given that the defect was fixed some 3 to 4 months ago (https://lampsvn.epfl.ch/trac/scala/ticket/3720), and Scala 2.8.1.final was released in early November, why doesn't 2.8.1 contain the fix? http://www.scala-lang.org/node/8102
Is there a release with this fix included? I'm not sure how to find out from the ticket page.
ThanksJeremy
I need to use the fix for defect 3720, i.e. XMLPull ignores CDATA elements.
Given that the defect was fixed some 3 to 4 months ago (https://lampsvn.epfl.ch/trac/scala/ticket/3720), and Scala 2.8.1.final was released in early November, why doesn't 2.8.1 contain the fix? http://www.scala-lang.org/node/8102
Is there a release with this fix included? I'm not sure how to find out from the ticket page.
ThanksJeremy
Sun, 2010-12-05, 05:47
#2
Re: Defect 3720 (CDATA ignored) and Scala 2.8.1 final
The 2.9 nightly contains this fix.
If you need to use the fix urgently and you're able to modify your scala
installations and it's not too impractical, you should be able to compile the
patched MarkupParser with the 2.8.1 compiler, jar the class into a file name
that will come before scala-library.jar (like 00MarkupParser.jar) and drop that
into $SCALA_HOME/lib. You won't need to download the whole source, just that
file.
Jean-Laurent
2.8.1 is binary compatible with 2.8.0, so (as I understand it) the
guys have been having to manually port fixes across from trunk. I'm
guessing that you'll see the fix for this in 2.9
On Sat, Dec 4, 2010 at 5:47 PM, Jeremy Mawson wrote:
> Hi
> I need to use the fix for defect 3720, i.e. XMLPull ignores CDATA elements.
> Given that the defect was fixed some 3 to 4 months ago
> (https://lampsvn.epfl.ch/trac/scala/ticket/3720), and Scala 2.8.1.final was
> released in early November, why doesn't 2.8.1 contain the
> fix? http://www.scala-lang.org/node/8102
> Is there a release with this fix included? I'm not sure how to find out from
> the ticket page.
> Thanks
> Jeremy
>