- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Re: new collections
Mon, 2009-05-11, 22:04
>>>>> "Miles" == Miles Sabin writes:
Miles> * Sean used RichString explicitly in the plugin, I'm not
Miles> entirely sure why. He had been relying on an explict conversion
Miles> back to String which no longer appears to be available. Even if
Miles> the right thing to do is eliminate the explicit uses of
Miles> RichString, was it really intentional to remove the conversion?
I've been wondering about this as well. The RichString -> String
implicit is still in Predef.scala, but commented out. It's a little
tough for me to test trunk on my code without this conversion as I'd
have to update my code in many places -- I'd rather not bother if
this was just an oversight that could be corrected soon.
Ah, I did not realize until now what you were talking about.
Commenting out the conversion was an oversight (I probably did that
because it had a funny name, referring to RandomAccessSeqs and
projections. I'll reinstantiate it by tomorrow.
Cheers