- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Bug Triage, #4e4e4e: Something is strange about toString in scala.xml.Atom
Wed, 2009-02-04, 08:09
https://lampsvn.epfl.ch/trac/scala/ticket/547
Note that merely saying "new Atom()" doesn't throw "erroneous
reference to overloaded definition" in the interpreter anymore until
you explicitly call .toString (but .toString() prints "()"... *sigh*)
IMO we should immediately deprecate, and plan to delete at the
earliest feasible opportunity, the overloaded
SpecialNode.toString(StringBuilder).
There was some talk of replacing it with addString(StringBuilder)
which is used elsewhere in the library; sounds good to me!
-0xe1a
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.