Prasinous .

- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
Created Scala plugin and package objects: good code is red
I am encountering an issue where some elements of a package object are resolved and others are not.In an attempt to better characterize the weirdness, I created a mashup of greatest hits from vario... -
Created Scala collections import weirdness
For some reason, the recent nightly builds of the Scala plugin now require collection imports to be qualified with "scala.collection".Example:import collection.generic.Addabletrait Foo extends Adda... -
Created Performance problems with latest nightly builds
The lastest nightly builds haven't been working out very well on my machine.I experienced a golden period with the late 18xx builds through 19xx, where everything ran beautifully and unicorns cavor... -
Created Trying to get fsc working
Hi,Can anyone give me some clear instructions on how to get fsc working?I am using Idea IU-95.66 with Scala plugin nightly build 1456 on Ubuntu 10.04 with a 64-bit JVM. I have an Idea project with...