David Bernard | 6 Apr 2008 10:00
Picon
Gravatar

[ANN] ScalaMiniIDEPlugin-0.3 released

The ScalaMiniIDEPlugin-team is pleased to announce the ScalaMiniIDEPlugin-0.3 release!

This jEdit's plugin provides a mini/basic environment to code scala application :
o syntax color
o compilation with error reporting in the editor
o run Application,...
o run ScalaTest
o support for maven project and simple project

Links:

o dowload: http://sourceforge.net/project/showfiles.php?group_id=65041
o installation guide: http://liftweb.net/index.php?title=SetUp_jEdit
o scm: http://alchim.sourceforge.net/hg/ScalaMiniIDEPlugin/
o bug/issue tracker: http://sourceforge.net/tracker/?group_id=65041

Changes in this version include:

New features:
o add interperter/handler for writing jEdit's macro in scala, so user could now create macro commande in scala
o add action to reset cache of fsc server
o add action to shutdown daemon of fsc server
o add action to re-run last main
o add action to re-run last ScalaTest

Fixed Bugs:
o package was truncated in the fullclass name for call to run (or run with ScalaTest)
o support of space in any path/arg of the command line
o fix bug in redisplay of maven messages (like from Test/surefire) in jEdit's console

(Continue reading)

Lukas Rytz | 10 Apr 2008 11:15
Picon
Picon
Favicon
Gravatar

[ANN] Scala 2.7.1.RC1

We are pleased do announce version 2.7.1.RC1 of the Scala
distribution. 2.7.1 will be mainly a bug fix release.

The reason this new release comes out only few weeks after
2.7.0 is a bug in XML parsing that was introduced between
2.7.0-RC3 and 2.7.0-final. This bug caused a high demand
for a rapid resolution.

The Scala download page is located at:

    http://www.scala-lang.org/downloads/index.html

The list of changes can be found here:

     http://scala-lang.org/downloads/changes.html#v2.7.1.RC1

The updated Scala plugin for Eclipse should be available
in 1-2 days.

     http://www.scala-lang.org/tools/eclipse/index.html

The Scala team at EPFL

martin odersky | 10 Apr 2008 12:59
Picon
Picon
Favicon

Re: [ANN] Scala 2.7.1.RC1

Just a quick hold the line on this... we dicovered (too late) that the
RC had issues with long paths in classfiles. We'll upload a fix later
this afternoon. For the moment the RC is offline.

Cheers

 -- Martin

On Thu, Apr 10, 2008 at 11:15 AM, Lukas Rytz <lukas.rytz <at> epfl.ch> wrote:
> We are pleased do announce version 2.7.1.RC1 of the Scala
>  distribution. 2.7.1 will be mainly a bug fix release.
>
>  The reason this new release comes out only few weeks after
>  2.7.0 is a bug in XML parsing that was introduced between
>  2.7.0-RC3 and 2.7.0-final. This bug caused a high demand
>  for a rapid resolution.
>
>
>  The Scala download page is located at:
>
>    http://www.scala-lang.org/downloads/index.html
>
>  The list of changes can be found here:
>
>     http://scala-lang.org/downloads/changes.html#v2.7.1.RC1
>
>  The updated Scala plugin for Eclipse should be available
>  in 1-2 days.
>
>     http://www.scala-lang.org/tools/eclipse/index.html
(Continue reading)

martin odersky | 10 Apr 2008 19:03
Picon
Picon
Favicon

Re: [scala] [ANN] Scala 2.7.1.RC1

The corrected RC 1 for Scala 2.7.1 is now online.

As Lukas wrote, this is in principle a bugfix release which we had to
bring forward to fix a serious bug with XML parsing that unfortunately
got introduced just before 2.7.0 final was released. This bug is now
fixed, as are several others.

The compiled language has only changed in small ways:

1. Following popular request, we have changed the scope of a wildcard
in a type to match the rules in Java.

2. We dropped the contractiveness requirement for implicits, in order
to make some advanced usage patterns in ScalaCheck and SBinary
possible.

More at:

  http://scala-lang.org/downloads/changes.html#v2.7.1.RC1

Cheers

 -- Martin

On Thu, Apr 10, 2008 at 11:15 AM, Lukas Rytz <lukas.rytz@...> wrote:
> We are pleased do announce version 2.7.1.RC1 of the Scala
>  distribution. 2.7.1 will be mainly a bug fix release.
>
>  The reason this new release comes out only few weeks after
>  2.7.0 is a bug in XML parsing that was introduced between
(Continue reading)

David MacIver | 10 Apr 2008 19:18
Picon

Re: [ANN] Scala 2.7.1.RC1

On Thu, Apr 10, 2008 at 6:03 PM, martin odersky <martin.odersky <at> epfl.ch> wrote:
>  2. We dropped the contractiveness requirement for implicits, in order
>  to make some advanced usage patterns in ScalaCheck and SBinary
>  possible.

I just want to say, thank you very much for this. I need to test it
properly and will hopefully be doing so this weekend, but it certainly
sounds like it's *exactly* what I needed.  It's very much appreciated.

Regards,
David

Sebastian Gfeller | 17 Apr 2008 18:00
Picon
Picon
Favicon

[ANN] Scalit - Literate Programming in Scala

Hello List,
I'm glad to announce the first version of Scalit, a tool suite that  
allows you to write literate programs in Scala. A literate program can  
be directly compiled but also be weaved in a document meant for human  
reading. The release can be downloaded here:

http://www.assembla.com/wiki/show/scalit

I am happy to hear your feature requests and bug reports,

Sebastian Gfeller

P.S. If you are curious on what literate programming actually is, you  
can read the Wikipedia article on it (http://en.wikipedia.org/wiki/Literate_programming 
  ). For any examples on the syntax, you can consider the source code  
of the implementation itself.
Attachment (smime.p7s): application/pkcs7-signature, 1949 bytes
Lukas Rytz | 21 Apr 2008 21:07
Picon
Picon
Favicon
Gravatar

[ANN] Scala 2.7.1.RC2

We are pleased to announce the release of version 2.7.1.RC2
of the Scala distribution.

The RC2 fixes some bugs of RC1, and adds the scala.Either
type to the standard library. The list of changes is
available here:

   http://www.scala-lang.org/downloads/changes.html#v2.7.1.RC2

The Scala download page is located at:

    http://www.scala-lang.org/downloads/index.html

The EPFL Scala Team

Walter Chang | 22 Apr 2008 05:37
Picon
Gravatar

Re: [ANN] Scala 2.7.1.RC2

well, i just tried it on windows:

C:\Documents and Settings\walter>scala
Exception in thread "main" java.lang.NoClassDefFoundError: scala/tools/nsc/MainG
enericRunner
Caused by: java.lang.ClassNotFoundException: scala.tools.nsc.MainGenericRunner
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)


On Tue, Apr 22, 2008 at 3:07 AM, Lukas Rytz <lukas.rytz <at> epfl.ch> wrote:
We are pleased to announce the release of version 2.7.1.RC2
of the Scala distribution.

The RC2 fixes some bugs of RC1, and adds the scala.Either
type to the standard library. The list of changes is
available here:

 http://www.scala-lang.org/downloads/changes.html#v2.7.1.RC2


The Scala download page is located at:

  http://www.scala-lang.org/downloads/index.html



The EPFL Scala Team



--
.......__o
.......\<,
....( )/ ( )...
Lukas Rytz | 22 Apr 2008 07:52
Picon
Picon
Favicon
Gravatar

Re: [scala] [ANN] Scala 2.7.1.RC2

Indeed, thanks for reporting. There is an error in the
template for windows scripts.
I'll publish a version that fixes it ASAP.

Cheers: Lukas

Walter Chang wrote:
> well, i just tried it on windows:
> 
> C:\Documents and Settings\walter>scala
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> scala/tools/nsc/MainG
> enericRunner
> Caused by: java.lang.ClassNotFoundException: 
> scala.tools.nsc.MainGenericRunner
>         at java.net.URLClassLoader$1.run(Unknown Source)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findClass(Unknown Source)
>         at java.lang.ClassLoader.loadClass(Unknown Source)
>         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
>         at java.lang.ClassLoader.loadClass(Unknown Source)
>         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
> 
> 
> On Tue, Apr 22, 2008 at 3:07 AM, Lukas Rytz <lukas.rytz@...> wrote:
> 
>     We are pleased to announce the release of version 2.7.1.RC2
>     of the Scala distribution.
> 
>     The RC2 fixes some bugs of RC1, and adds the scala.Either
>     type to the standard library. The list of changes is
>     available here:
> 
>      http://www.scala-lang.org/downloads/changes.html#v2.7.1.RC2
> 
> 
>     The Scala download page is located at:
> 
>       http://www.scala-lang.org/downloads/index.html
> 
> 
> 
>     The EPFL Scala Team
> 
> 
> 
> 
> -- 
> .......__o
> .......\<,
> ....( )/ ( )...

Ingo Maier | 23 Apr 2008 16:49
Picon
Picon
Favicon

[ANN] scala.swing 0.1

We are pleased to announce the release of scala-swing 0.1, an
event-based library for building Swing applications in Scala. Swing
developers coming from Java should quickly become familiar with it. It
is available as an sbaz package or directly from

http://www.scala-lang.org/downloads/packages/

In case of an sbaz installation, you can run a fairly small demo with:

scala -cp $SCALA_HOME/lib/scala-swing.jar scala.swing.test.UIDemo

In order to avoid confusion, the sbaz packages scalaswing and ScalaSwing
(note the spelling) are no longer available.

Ingo


Gmane