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
Type-Aliases fail in Worksheet (0.1.0.v-2_10-201209130911-55e ab4f)
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
  2 messages - 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
 
Tobias Schlatter  
View profile  
 More options Sep 27 2012, 3:49 am
From: Tobias Schlatter <schlatter.tob...@gmail.com>
Date: Thu, 27 Sep 2012 00:49:05 -0700 (PDT)
Local: Thurs, Sep 27 2012 3:49 am
Subject: Type-Aliases fail in Worksheet (0.1.0.v-2_10-201209130911-55eab4f)

Hi all,

The following code seems to fail in Scala-Worksheet
object funSets {
   type Set = Int => Boolean
   def singletonSet(elem: Int): Set = x => (elem == x)

}

With error: "identifier expected but '.' found (line 1)"

The worksheet plugin version is 0.1.0.v-2_10-201209130911-55eab4f.

Thanks for any feedback.

Cheers,
Tobias


 
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.
Mirko Stocker  
View profile  
 More options Sep 27 2012, 3:55 am
From: Mirko Stocker <m...@misto.ch>
Date: Thu, 27 Sep 2012 09:55:10 +0200
Local: Thurs, Sep 27 2012 3:55 am
Subject: Re: [scala-ide-user] Type-Aliases fail in Worksheet (0.1.0.v-2_10-201209130911-55eab4f)
On Thursday 27 September 2012 00:49:05 Tobias Schlatter wrote:

> With error: "identifier expected but '.' found (line 1)"

> The worksheet plugin version is 0.1.0.v-2_10-201209130911-55eab4f.

> Thanks for any feedback.

Looks like this issue here:

https://github.com/scala-ide/scala-worksheet/issues/88

Cheers,

Mirko

--
Mirko Stocker | m...@misto.ch
Work: http://ifs.hsr.ch | http://infoq.com
Personal: http://misto.ch | http://twitter.com/m_st


 
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 »