[Lift] Re: Rolling out the new Lift Actors code

2009-10-21 Thread David Pollak
On Wed, Oct 21, 2009 at 1:21 PM, Indrajit Raychaudhuri
wrote:

>
> > > > I am ready to push this code to SNAPSHOT.  When I do this, there will
> be
> > > > breaking changes to all Lift apps (basically, you'll have to import
> > > > net.liftweb.base._)
> >
> > > We have had some discussion on the list regarding the package name of
> > > net.liftweb.base sometime back.
> > > (
> > >http://groups.google.com/group/liftweb/browse_thread/thread/e26e765b9.
> ..
> > > )
> >
> > > Eventually, the settlement was:
> > > 1. lift-base in dpp_wip_actorize would be renamed lift-common
> > > 2. lift-base = (lift-common, lift-util, lift-json, lift-actor,
> > > lift-webkit)
> >
> > > Assuming that, I was hoping if we could have the imports
> > > net.liftweb.common._ instead of net.liftweb.base._
> >
> > Okay, please make the changes to the package names.
> >
> Done.
>
> http://github.com/dpp/liftweb/commit/c3de2522022e279791e2ee712e7d355100767719
>
>
Thank you!


> Cheers, Indrajit
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

--~--~-~--~~~---~--~~
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 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Rolling out the new Lift Actors code

2009-10-21 Thread Indrajit Raychaudhuri

> > > I am ready to push this code to SNAPSHOT.  When I do this, there will be
> > > breaking changes to all Lift apps (basically, you'll have to import
> > > net.liftweb.base._)
>
> > We have had some discussion on the list regarding the package name of
> > net.liftweb.base sometime back.
> > (
> >http://groups.google.com/group/liftweb/browse_thread/thread/e26e765b9...
> > )
>
> > Eventually, the settlement was:
> > 1. lift-base in dpp_wip_actorize would be renamed lift-common
> > 2. lift-base = (lift-common, lift-util, lift-json, lift-actor,
> > lift-webkit)
>
> > Assuming that, I was hoping if we could have the imports
> > net.liftweb.common._ instead of net.liftweb.base._
>
> Okay, please make the changes to the package names.
>
Done.
http://github.com/dpp/liftweb/commit/c3de2522022e279791e2ee712e7d355100767719

Cheers, Indrajit
--~--~-~--~~~---~--~~
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 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Rolling out the new Lift Actors code

2009-10-21 Thread Jonas Bonér

2009/10/21 David Pollak :
> Folks,
>
> I've just pushed the completed Lift Actor code to the dpp_wip_actorize
> branch.  Jonas and I coordinated on the Actor API and Akka Actors will use
> the same basic trait so Akka Actors could be used to power Lift's Comet.

Very cool David. I'll implement the new API ASAP. I'm very excited
about this. Thanks for making it happen.

>
> I am ready to push this code to SNAPSHOT.  When I do this, there will be
> breaking changes to all Lift apps (basically, you'll have to import
> net.liftweb.base._)
>
> Does anyone have a timetable for this push?  I'd like to have at least a
> week of solid testing before we do Milestone 7 (currently scheduled for
> November 4th).
>
> Please let me know your thoughts.
>
> Thanks,
>
> David
>
> --
> Lift, the simply functional web framework http://liftweb.net
> Beginning Scala http://www.apress.com/book/view/1430219890
> Follow me: http://twitter.com/dpp
> Surf the harmonics
>
> >
>



-- 
Jonas Bonér

twitter: @jboner
blog:http://jonasboner.com
work:   http://crisp.se
work:   http://scalablesolutions.se
code:   http://github.com/jboner
code:   http://akkasource.org

--~--~-~--~~~---~--~~
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 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Rolling out the new Lift Actors code

2009-10-21 Thread David Pollak
On Wed, Oct 21, 2009 at 10:05 AM, Timothy Perrett
wrote:

> I think when the changes are merged to master there should be some kind of
> announcement to the list explaining the ramifications and the things that
> will break (along with solutions)
>

Yeah... I own that.


>
> Cheers, Tim
>
> On 21 Oct 2009, at 17:54, David Pollak wrote:
>
>
>
> On Wed, Oct 21, 2009 at 9:34 AM, Indrajit Raychaudhuri <
> indraj...@gmail.com> wrote:
>
>>
>>
>>
>> On 21/10/09 4:05 AM, David Pollak wrote:
>> > Folks,
>> >
>> > I've just pushed the completed Lift Actor code to the dpp_wip_actorize
>> > branch.  Jonas and I coordinated on the Actor API and Akka Actors will
>> > use the same basic trait so Akka Actors could be used to power Lift's
>> Comet.
>> >
>> > I am ready to push this code to SNAPSHOT.  When I do this, there will be
>> > breaking changes to all Lift apps (basically, you'll have to import
>> > net.liftweb.base._)
>>
>> We have had some discussion on the list regarding the package name of
>> net.liftweb.base sometime back.
>> (
>> http://groups.google.com/group/liftweb/browse_thread/thread/e26e765b9c991a2b/5bd9a5e0b5278083
>> )
>>
>> Eventually, the settlement was:
>> 1. lift-base in dpp_wip_actorize would be renamed lift-common
>> 2. lift-base = (lift-common, lift-util, lift-json, lift-actor,
>> lift-webkit)
>>
>> Assuming that, I was hoping if we could have the imports
>> net.liftweb.common._ instead of net.liftweb.base._
>>
>
> Okay, please make the changes to the package names.
>
>
>>
>> >
>> > Does anyone have a timetable for this push?  I'd like to have at least a
>> > week of solid testing before we do Milestone 7 (currently scheduled for
>> > November 4th).
>>
>> I am working on the restructure on a separate branch. Would be good to
>> get done with this in next couple of days. I can hold that back and
>> factor in these changes before publishing the restructure branch for
>> review.
>>
>> >
>> > Please let me know your thoughts.
>> >
>> > Thanks,
>> >
>> > David
>> >
>> > --
>> > Lift, the simply functional web framework http://liftweb.net
>> > Beginning Scala http://www.apress.com/book/view/1430219890
>> > Follow me: http://twitter.com/dpp
>> > Surf the harmonics
>> >
>> > >
>>
>>
>>
>
>
> --
> Lift, the simply functional web framework http://liftweb.net
> Beginning Scala http://www.apress.com/book/view/1430219890
> Follow me: http://twitter.com/dpp
> Surf the harmonics
>
>
>
>
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

--~--~-~--~~~---~--~~
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 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Rolling out the new Lift Actors code

2009-10-21 Thread Timothy Perrett
I think when the changes are merged to master there should be some  
kind of announcement to the list explaining the ramifications and the  
things that will break (along with solutions)

Cheers, Tim

On 21 Oct 2009, at 17:54, David Pollak wrote:

>
>
> On Wed, Oct 21, 2009 at 9:34 AM, Indrajit Raychaudhuri  > wrote:
>
>
>
> On 21/10/09 4:05 AM, David Pollak wrote:
> > Folks,
> >
> > I've just pushed the completed Lift Actor code to the  
> dpp_wip_actorize
> > branch.  Jonas and I coordinated on the Actor API and Akka Actors  
> will
> > use the same basic trait so Akka Actors could be used to power  
> Lift's Comet.
> >
> > I am ready to push this code to SNAPSHOT.  When I do this, there  
> will be
> > breaking changes to all Lift apps (basically, you'll have to import
> > net.liftweb.base._)
>
> We have had some discussion on the list regarding the package name of
> net.liftweb.base sometime back.
> (http://groups.google.com/group/liftweb/browse_thread/thread/e26e765b9c991a2b/5bd9a5e0b5278083
>  
> )
>
> Eventually, the settlement was:
> 1. lift-base in dpp_wip_actorize would be renamed lift-common
> 2. lift-base = (lift-common, lift-util, lift-json, lift-actor,
> lift-webkit)
>
> Assuming that, I was hoping if we could have the imports
> net.liftweb.common._ instead of net.liftweb.base._
>
> Okay, please make the changes to the package names.
>
>
> >
> > Does anyone have a timetable for this push?  I'd like to have at  
> least a
> > week of solid testing before we do Milestone 7 (currently  
> scheduled for
> > November 4th).
>
> I am working on the restructure on a separate branch. Would be good to
> get done with this in next couple of days. I can hold that back and
> factor in these changes before publishing the restructure branch for  
> review.
>
> >
> > Please let me know your thoughts.
> >
> > Thanks,
> >
> > David
> >
> > --
> > Lift, the simply functional web framework http://liftweb.net
> > Beginning Scala http://www.apress.com/book/view/1430219890
> > Follow me: http://twitter.com/dpp
> > Surf the harmonics
> >
> > >
>
>
>
>
>
> -- 
> Lift, the simply functional web framework http://liftweb.net
> Beginning Scala http://www.apress.com/book/view/1430219890
> Follow me: http://twitter.com/dpp
> Surf the harmonics
>
> >


--~--~-~--~~~---~--~~
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 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Rolling out the new Lift Actors code

2009-10-21 Thread David Pollak
On Wed, Oct 21, 2009 at 9:34 AM, Indrajit Raychaudhuri
wrote:

>
>
>
> On 21/10/09 4:05 AM, David Pollak wrote:
> > Folks,
> >
> > I've just pushed the completed Lift Actor code to the dpp_wip_actorize
> > branch.  Jonas and I coordinated on the Actor API and Akka Actors will
> > use the same basic trait so Akka Actors could be used to power Lift's
> Comet.
> >
> > I am ready to push this code to SNAPSHOT.  When I do this, there will be
> > breaking changes to all Lift apps (basically, you'll have to import
> > net.liftweb.base._)
>
> We have had some discussion on the list regarding the package name of
> net.liftweb.base sometime back.
> (
> http://groups.google.com/group/liftweb/browse_thread/thread/e26e765b9c991a2b/5bd9a5e0b5278083
> )
>
> Eventually, the settlement was:
> 1. lift-base in dpp_wip_actorize would be renamed lift-common
> 2. lift-base = (lift-common, lift-util, lift-json, lift-actor,
> lift-webkit)
>
> Assuming that, I was hoping if we could have the imports
> net.liftweb.common._ instead of net.liftweb.base._
>

Okay, please make the changes to the package names.


>
> >
> > Does anyone have a timetable for this push?  I'd like to have at least a
> > week of solid testing before we do Milestone 7 (currently scheduled for
> > November 4th).
>
> I am working on the restructure on a separate branch. Would be good to
> get done with this in next couple of days. I can hold that back and
> factor in these changes before publishing the restructure branch for
> review.
>
> >
> > Please let me know your thoughts.
> >
> > Thanks,
> >
> > David
> >
> > --
> > Lift, the simply functional web framework http://liftweb.net
> > Beginning Scala http://www.apress.com/book/view/1430219890
> > Follow me: http://twitter.com/dpp
> > Surf the harmonics
> >
> > >
>
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

--~--~-~--~~~---~--~~
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 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Rolling out the new Lift Actors code

2009-10-21 Thread Indrajit Raychaudhuri



On 21/10/09 4:05 AM, David Pollak wrote:
> Folks,
>
> I've just pushed the completed Lift Actor code to the dpp_wip_actorize
> branch.  Jonas and I coordinated on the Actor API and Akka Actors will
> use the same basic trait so Akka Actors could be used to power Lift's Comet.
>
> I am ready to push this code to SNAPSHOT.  When I do this, there will be
> breaking changes to all Lift apps (basically, you'll have to import
> net.liftweb.base._)

We have had some discussion on the list regarding the package name of 
net.liftweb.base sometime back. 
(http://groups.google.com/group/liftweb/browse_thread/thread/e26e765b9c991a2b/5bd9a5e0b5278083)

Eventually, the settlement was:
1. lift-base in dpp_wip_actorize would be renamed lift-common
2. lift-base = (lift-common, lift-util, lift-json, lift-actor,
lift-webkit)

Assuming that, I was hoping if we could have the imports 
net.liftweb.common._ instead of net.liftweb.base._

>
> Does anyone have a timetable for this push?  I'd like to have at least a
> week of solid testing before we do Milestone 7 (currently scheduled for
> November 4th).

I am working on the restructure on a separate branch. Would be good to 
get done with this in next couple of days. I can hold that back and 
factor in these changes before publishing the restructure branch for review.

>
> Please let me know your thoughts.
>
> Thanks,
>
> David
>
> --
> Lift, the simply functional web framework http://liftweb.net
> Beginning Scala http://www.apress.com/book/view/1430219890
> Follow me: http://twitter.com/dpp
> Surf the harmonics
>
> >

--~--~-~--~~~---~--~~
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 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Rolling out the new Lift Actors code

2009-10-21 Thread David Pollak
Okay, it's up on review board http://reviewboard.liftweb.net/r/54/

I'm not sure a review will be the right answer (it's 14 pages of diffs,
mostly header file changes), but once I get two thumbs up on the patch, I'll
apply it and send out a message to the list.

On Wed, Oct 21, 2009 at 7:14 AM, Derek Chen-Becker wrote:

> I like making big changes on Wednesdays, so I would say push it now. I
> suppose tomorrow would work, too, but I would be very reluctant to do it on
> Friday.
>
> Derek
>
>
> On Tue, Oct 20, 2009 at 4:35 PM, David Pollak <
> feeder.of.the.be...@gmail.com> wrote:
>
>> Folks,
>>
>> I've just pushed the completed Lift Actor code to the dpp_wip_actorize
>> branch.  Jonas and I coordinated on the Actor API and Akka Actors will use
>> the same basic trait so Akka Actors could be used to power Lift's Comet.
>>
>> I am ready to push this code to SNAPSHOT.  When I do this, there will be
>> breaking changes to all Lift apps (basically, you'll have to import
>> net.liftweb.base._)
>>
>> Does anyone have a timetable for this push?  I'd like to have at least a
>> week of solid testing before we do Milestone 7 (currently scheduled for
>> November 4th).
>>
>> Please let me know your thoughts.
>>
>> Thanks,
>>
>> David
>>
>> --
>> Lift, the simply functional web framework http://liftweb.net
>> Beginning Scala http://www.apress.com/book/view/1430219890
>> Follow me: http://twitter.com/dpp
>> Surf the harmonics
>>
>>
>>
>
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

--~--~-~--~~~---~--~~
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 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Rolling out the new Lift Actors code

2009-10-21 Thread Derek Chen-Becker
I like making big changes on Wednesdays, so I would say push it now. I
suppose tomorrow would work, too, but I would be very reluctant to do it on
Friday.

Derek

On Tue, Oct 20, 2009 at 4:35 PM, David Pollak  wrote:

> Folks,
>
> I've just pushed the completed Lift Actor code to the dpp_wip_actorize
> branch.  Jonas and I coordinated on the Actor API and Akka Actors will use
> the same basic trait so Akka Actors could be used to power Lift's Comet.
>
> I am ready to push this code to SNAPSHOT.  When I do this, there will be
> breaking changes to all Lift apps (basically, you'll have to import
> net.liftweb.base._)
>
> Does anyone have a timetable for this push?  I'd like to have at least a
> week of solid testing before we do Milestone 7 (currently scheduled for
> November 4th).
>
> Please let me know your thoughts.
>
> Thanks,
>
> David
>
> --
> Lift, the simply functional web framework http://liftweb.net
> Beginning Scala http://www.apress.com/book/view/1430219890
> Follow me: http://twitter.com/dpp
> Surf the harmonics
>
> >
>

--~--~-~--~~~---~--~~
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 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---