- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
:type not working in Scala 2.9.0.RC2 REPL
Tue, 2011-05-03, 01:12
$ scala
Welcome to Scala version 2.9.0.RC2 (Java HotSpot(TM) 64-Bit Server VM, Java 1.6.0_24).
Type in expressions to have them evaluated.
Type :help for more information.
scala> :type (List(1,2,3))
Failed to determine type.
Pardon me if this has been reported already.
Thanks & Regards,
Amitava Shee
twtr: @amitavashee
Welcome to Scala version 2.9.0.RC2 (Java HotSpot(TM) 64-Bit Server VM, Java 1.6.0_24).
Type in expressions to have them evaluated.
Type :help for more information.
scala> :type (List(1,2,3))
Failed to determine type.
Pardon me if this has been reported already.
Thanks & Regards,
Amitava Shee
twtr: @amitavashee
Tue, 2011-05-03, 12:47
#2
Re: :type not working in Scala 2.9.0.RC2 REPL
Thanks for registering this in trac - https://lampsvn.epfl.ch/trac/scala/changeset/24867
I will post in trac in future.
-Amitava
I will post in trac in future.
-Amitava
Tue, 2011-05-03, 13:17
#3
Re: :type not working in Scala 2.9.0.RC2 REPL
> I wonder if my days of pretending I can cover everything are drawing to a close...
Heh, I think I recognize that feeling from when I tried to improve the Scala syntax in TextMate
before eventually giving up. In this case, though, I will encourage you to keep that illusion because
your improvements to the compiler are too cool to let some regression stop you ;)
/Mads
Mon, 2011-05-09, 15:47
#4
Re: :type not working in Scala 2.9.0.RC2 REPL
On 5/2/11 5:12 PM, Amitava Shee wrote:
> $ scala
> Welcome to Scala version 2.9.0.RC2 (Java HotSpot(TM) 64-Bit Server VM,
> Java 1.6.0_24).
> Type in expressions to have them evaluated.
> Type :help for more information.
>
> scala> :type (List(1,2,3))
> Failed to determine type.
>
> Pardon me if this has been reported already.
FYI, if it hasn't been reported, it still hasn't been reported.
Emailing scala-language doesn't count.
Looks like another unfortunate casualty of some recent change. I wonder
if my days of pretending I can cover everything are drawing to a close...