- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Re: will the Scala continuations plugin definitely be supported in 2.8?
Tue, 2009-08-04, 22:06
I've just fixed the build (r18194). Note however that the plugin
itself has been working fine for most revisions, except for a period
after named and default arguments were introduced. The present build
errors were related to the code examples, not the actual compiler
plugin.
Continuations will definitely be supported in the future. Wether the
plugin will be part of the initial 2.8 beta release depends on when
that release will happen, since for the next few weeks, a denial-of-
service attack from the EPFL doctoral school prevents me from doing
any useful work. In any event, the plan stands to roll out
continuation support in 2.8.0 final or one of the early 2.8.x
releases. Once there is an official release, we'll make sure it is
stable and maintained.
Cheers,
- Tiark
> -------- Original Message --------
> From: Ian Clarke
> Date: Mon, 3 Aug 2009 19:07:19 -0500
> Subject: [scala-tools] will the Scala continuations plugin
> definitely be
> supported in 2.8?
> To: scala-tools
>
> I notice that this plugin no-longer compiles against trunk. I'm
> about to
> start an (experimental) project and had been planning on using this
> plugin
> as a key part of it (on the assumption that, in the future, it will
> be part
> of 2.8 and therefore stable and maintained). Is this wise?
> Ian.
>
Tue, 2009-08-04, 22:57
#2
Re: will the Scala continuations plugin definitely be supporte
It works as usual. You just need to specify a plugin folder in the
project properties dialog.
Ingo
On 8/4/09 11:27 PM, Ian Clarke wrote:
> Many thanks, I can confirm that it now builds against the latest
> snapshot :-)
>
> On a related question, is it currently possible to use the continuations
> plugin in conjunction with the Eclipse Plugin (I'm assuming it would
> need to be the 2.8 plugin)? If so, could you explain how?
>
> Much appreciated,
>
> Ian.
>
> On Tue, Aug 4, 2009 at 4:06 PM, Tiark Rompf > wrote:
>
> I've just fixed the build (r18194). Note however that the plugin
> itself has been working fine for most revisions, except for a period
> after named and default arguments were introduced. The present build
> errors were related to the code examples, not the actual compiler
> plugin.
>
> Continuations will definitely be supported in the future. Wether the
> plugin will be part of the initial 2.8 beta release depends on when
> that release will happen, since for the next few weeks, a
> denial-of-service attack from the EPFL doctoral school prevents me
> from doing any useful work. In any event, the plan stands to roll
> out continuation support in 2.8.0 final or one of the early 2.8.x
> releases. Once there is an official release, we'll make sure it is
> stable and maintained.
>
> Cheers,
> - Tiark
>
>
> -------- Original Message --------
> From: Ian Clarke >
> Date: Mon, 3 Aug 2009 19:07:19 -0500
> Subject: [scala-tools] will the Scala continuations plugin
> definitely be
> supported in 2.8?
> To: scala-tools >
>
> I notice that this plugin no-longer compiles against trunk. I'm
> about to
> start an (experimental) project and had been planning on using
> this plugin
> as a key part of it (on the assumption that, in the future, it
> will be part
> of 2.8 and therefore stable and maintained). Is this wise?
> Ian.
>
> --
> Ian Clarke
> CEO, Uprizer Labs
> Email: ian@uprizer.com
> Ph: +1 512 422 3588
> Fax: +1 512 276 6674
>
>
>
>
> --
> Ian Clarke
> CEO, Uprizer Labs
> Email: ian@uprizer.com
> Ph: +1 512 422 3588
> Fax: +1 512 276 6674
On a related question, is it currently possible to use the continuations plugin in conjunction with the Eclipse Plugin (I'm assuming it would need to be the 2.8 plugin)? If so, could you explain how?
Much appreciated,
Ian.
On Tue, Aug 4, 2009 at 4:06 PM, Tiark Rompf <tiark.rompf@epfl.ch> wrote: