- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
2.8.0 head and compiler plugin sip
Sat, 2009-03-28, 09:45
Hi all,
Does anyone know if the plugin sip has been fully integrated into head
/ nightlies?
If so is there any information about how the namers and typers phases
have been merged (there was discussion of this) and whether the
changes are relatively stable?
I'd like to continue working on the virtual constructor pre sip I was
working on, and perhaps even making a plugin for the {: auto import
pre sip idea. I stopped primarily because of 2.8.0 changing the plugin
system.
cheers,
Chris
Tue, 2009-03-31, 10:17
#2
Re: 2.8.0 head and compiler plugin sip
On Mon, Mar 30, 2009 at 11:32 PM, martin odersky wrote:
> On Sat, Mar 28, 2009 at 10:45 AM, Chris Twiner wrote:
>> Hi all,
>>
>> Does anyone know if the plugin sip has been fully integrated into head
>> / nightlies?
>>
>> If so is there any information about how the namers and typers phases
>> have been merged (there was discussion of this) and whether the
>> changes are relatively stable?
>>
>> I'd like to continue working on the virtual constructor pre sip I was
>> working on, and perhaps even making a plugin for the {: auto import
>> pre sip idea. I stopped primarily because of 2.8.0 changing the plugin
>> system.
>>
>> cheers,
>> Chris
>>
> Hi Chris,
>
> AFAIK the SIP has been fully implemented. Namers and Typers are still
> two diferent phases, but you should not be able to slip a phase
> between them. Or that's my understanding. Maybe Anders knows more.
>
> Cheers
>
> -- Martin
>
Hi Martin,
thanks for the info, I'll assume that the changes are relatively
stable and give it a go :-)
cheers,
Chris
On Sat, Mar 28, 2009 at 10:45 AM, Chris Twiner wrote:
> Hi all,
>
> Does anyone know if the plugin sip has been fully integrated into head
> / nightlies?
>
> If so is there any information about how the namers and typers phases
> have been merged (there was discussion of this) and whether the
> changes are relatively stable?
>
> I'd like to continue working on the virtual constructor pre sip I was
> working on, and perhaps even making a plugin for the {: auto import
> pre sip idea. I stopped primarily because of 2.8.0 changing the plugin
> system.
>
> cheers,
> Chris
>
Hi Chris,
AFAIK the SIP has been fully implemented. Namers and Typers are still
two diferent phases, but you should not be able to slip a phase
between them. Or that's my understanding. Maybe Anders knows more.
Cheers