This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Re: new collections

1 reply
Seth Tisue
Joined: 2008-12-16,
User offline. Last seen 34 weeks 3 days ago.

>>>>> "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.

odersky
Joined: 2008-07-29,
User offline. Last seen 45 weeks 6 days ago.
Re: new collections

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

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland