Oh cool - I tried 2.7.2 the other day and lift bombed massively.  
What's the ETA for scala 2.7.2? I guess it would be good to know to  
what extent it will affect the lift API when it moves to a proper  
release?

Cheers

Tim

On 13 Sep 2008, at 14:40, David Pollak wrote:

>
> Marius,
>
> Jorge has a 2.7.2 branch that he's actively maintaining.
>
> Thanks,
>
> David
>
> Marius wrote:
>> Hi,
>>
>> Has anyone tried to compile lift with Scala 2.7.2-rc1 ? I just did  
>> and
>> the only change I had to do was in CometActor
>>
>> object ActorWatcher extends Actor {
>>  def act = loop {
>>    react {
>>      case Exit(actor, why: Throwable) =>
>>        failureFuncs.foreach(f => tryo(f(actor.asInstanceOf[Actor],
>> why)))
>>
>>      case _ =>
>>    }
>>  }
>>
>>
>> ... now Exit takes an AbstractActor instead of an Actor and I had to
>> narrow it down.
>>
>> Did anyone find out anything else ?
>>
>> P.S.
>> I'm not suggesting to switch to 2.7.2 until it i final but I think we
>> should kind of keep an eye on it ...
>>
>> Br's,
>> Marius
>>>
>>
>
>
> >
>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to