Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Spurious(?) error messages in Scala Interprter
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Pillsy  
View profile  
 More options Sep 10 2011, 3:35 pm
From: Pillsy <pillsb...@gmail.com>
Date: Sat, 10 Sep 2011 12:35:31 -0700 (PDT)
Local: Sat, Sep 10 2011 3:35 pm
Subject: Spurious(?) error messages in Scala Interprter
Hello, all,

I recently installed Scala IDE 2.0.0 beta 9 (for Scala 2.8.2) on top
of Eclipse 3.7.0, running on Mac OS X 10.6.8. The installation seems
to be working correctly in terms of the compiler and debugger.
However, when I launch the interpreter (with or without a selection),
I usually get an error message after the first evaluation, and then
things appear to stop evaluating entirely, with no sign of results. A
typical session goes something like this

  > 1+1

  res0: Int = 2
  <script>:3: error: value tools is not a member of package scala
    var value: scala.tools.nsc.InterpreterSettings = _
  <script>:4: error: value tools is not a member of package scala
    def set(x: Any) = value =
x.asInstanceOf[scala.tools.nsc.InterpreterSettings]
                                              ^

  > 1+1

I would expect something like "res1: Int = 2", but nothing at all
appears. No command I enter after the first produces any output.
Evidently some package or file isn't being loaded correctly, but I'm
not sure where to begin so that the interpreter can find it.

Thanks,
Pillsy


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »