- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Bug Triage #777777: XML hashCode is broken
Wed, 2009-02-04, 08:45
https://lampsvn.epfl.ch/trac/scala/ticket/777
Jamie's patch looks fine to me, and I can't see how it would make any
user code any more broken. :)
-0xe1a
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
Tue, 2009-04-14, 04:07
#2
Re: Bug Triage #777777: XML hashCode is broken
On 3-Feb-09, at 11:38 PM, Alex Cruise wrote:
> https://lampsvn.epfl.ch/trac/scala/ticket/777
Fixed in trunk by applying Jamie's patch. Responsiveness: I've Heard
of It!
(I wrote a quick and dirty regression test too in https://
lampsvn.epfl.ch/trac/scala/attachment/ticket/777/scala_xml_%
23777_testcase.patch but I don't have permission to commit that part
of the tree)
-0xe1a
Tue, 2009-04-14, 04:37
#3
Re: Bug Triage #777777: XML hashCode is broken
Alex Cruise writes:
> (I wrote a quick and dirty regression test too in https://
> lampsvn.epfl.ch/trac/scala/attachment/ticket/777/scala_xml_%
> 23777_testcase.patch but I don't have permission to commit that part
> of the tree)
Have you sent an email asking about this? Being able to commit tests is
fundamental to fixing bugs. :)
Best,
Ismael
-------------------+--------------------------------------------------------
Reporter: jwebb | Owner: scala-xml_team
Type: defect | Status: closed
Priority: normal | Component: XML support
Version: | Resolution: fixed
Keywords: xml |
-------------------+--------------------------------------------------------
Changes (by acruise):
* status: new => closed
* resolution: => fixed
Comment:
Fixed in trunk with Jamie's patch as-is, [17481]. Since I don't have
permission to commit the regression test, I'll attach my patch too.