Are you all ready for a Lift 2.5-M1 release?

121 views
Skip to first unread message

Diego Medina

unread,
Aug 27, 2012, 4:28:48 PM8/27/12
to Lift
Hi,

After a lot of work, we are finally ready to build and publish a
2.5-M1 build of Lift.
Is there anyone who thinks we should wait for any bug fixes, or can we
declare a code freeze and build on Saturday, Sep 1st ?

Thanks

Diego

--
Diego Medina
Lift/Scala Developer
di...@fmpwizard.com
http://www.fmpwizard.com

Andreas Joseph Krogh

unread,
Aug 27, 2012, 4:40:04 PM8/27/12
to lif...@googlegroups.com
On 08/27/2012 10:28 PM, Diego Medina wrote:
> Hi,
>
> After a lot of work, we are finally ready to build and publish a
> 2.5-M1 build of Lift.
> Is there anyone who thinks we should wait for any bug fixes, or can we
> declare a code freeze and build on Saturday, Sep 1st ?

I'm using 2.5.0-SNAPSHOT in production so I'm all in for releasing:-)

--
Andreas Joseph Krogh<and...@officenet.no> - mob: +47 909 56 963
Senior Software Developer / CEO - OfficeNet AS - http://www.officenet.no
Public key: http://home.officenet.no/~andreak/public_key.asc

Diego Medina

unread,
Aug 27, 2012, 4:52:16 PM8/27/12
to lif...@googlegroups.com
>
> I'm using 2.5.0-SNAPSHOT in production so I'm all in for releasing:-)

That's the spirit! :)

>
> --
> Andreas Joseph Krogh<and...@officenet.no> - mob: +47 909 56 963
> Senior Software Developer / CEO - OfficeNet AS - http://www.officenet.no
> Public key: http://home.officenet.no/~andreak/public_key.asc
>
> --
> --
> Lift, the simply functional web framework: http://liftweb.net
> Code: http://github.com/lift
> Discussion: http://groups.google.com/group/liftweb
> Stuck? Help us help you:
> https://www.assembla.com/wiki/show/liftweb/Posting_example_code

David Pollak

unread,
Aug 27, 2012, 4:58:42 PM8/27/12
to lif...@googlegroups.com
I'm working on 1312: https://github.com/lift/framework/issues/1312

I'd like to get it rolled into 2.5-M1.

Also, do we want to switch over to the type-class based CSS Selectors before M1?
Telegram, Simply Beautiful CMS https://telegr.am
Lift, the simply functional web framework http://liftweb.net

Andreas Joseph Krogh

unread,
Aug 27, 2012, 5:10:46 PM8/27/12
to lif...@googlegroups.com
On 08/27/2012 10:58 PM, David Pollak wrote:
> I'm working on 1312: https://github.com/lift/framework/issues/1312
>
> I'd like to get it rolled into 2.5-M1.

You know what; I thought of mentioning that I'd like to have that bug
fixed, but thought you had enough on your plate already. And not being a
regression, and having lived with that bug (with a work-around in my
.less-code), I didn't want to push my luck:-) But what do you know, @dpp
is at it again! Awesome!

> Also, do we want to switch over to the type-class based CSS Selectors
> before M1?

I like:-) Although it would be cool if ".sel" #> Full(new
java.lang.Long(2)) worked. I have to interact with lots of legacy-code
which uses boxed primitives so having Full(java.lang.Long) and
Full(<primitive-long>) work would be great.

Diego Medina

unread,
Aug 27, 2012, 6:00:10 PM8/27/12
to lif...@googlegroups.com
On Mon, Aug 27, 2012 at 4:58 PM, David Pollak
<feeder.of...@gmail.com> wrote:
> I'm working on 1312: https://github.com/lift/framework/issues/1312
>
> I'd like to get it rolled into 2.5-M1.
>
> Also, do we want to switch over to the type-class based CSS Selectors before
> M1?

+1 for moving to the type class based CSS Selectors

David Pollak

unread,
Aug 27, 2012, 6:15:51 PM8/27/12
to lif...@googlegroups.com
On Mon, Aug 27, 2012 at 3:00 PM, Diego Medina <di...@fmpwizard.com> wrote:
On Mon, Aug 27, 2012 at 4:58 PM, David Pollak
<feeder.of...@gmail.com> wrote:
> I'm working on 1312: https://github.com/lift/framework/issues/1312
>
> I'd like to get it rolled into 2.5-M1.
>
> Also, do we want to switch over to the type-class based CSS Selectors before
> M1?

+1 for moving to the type class based CSS Selectors

pushed... along with some enhancements Andreas was looking for

Andreas Joseph Krogh

unread,
Aug 27, 2012, 6:30:59 PM8/27/12
to lif...@googlegroups.com
On 08/28/2012 12:15 AM, David Pollak wrote:


On Mon, Aug 27, 2012 at 3:00 PM, Diego Medina <di...@fmpwizard.com> wrote:
On Mon, Aug 27, 2012 at 4:58 PM, David Pollak
<feeder.of...@gmail.com> wrote:
> I'm working on 1312: https://github.com/lift/framework/issues/1312
>
> I'd like to get it rolled into 2.5-M1.
>
> Also, do we want to switch over to the type-class based CSS Selectors before
> M1?

+1 for moving to the type class based CSS Selectors

pushed... along with some enhancements Andreas was looking for

Superthanks!

For the record, the syntax for removing a class-attribute and disable attribute-merging is:

scala> (".removeme !!" #> ("td [class!]" #> "removeme")).apply(<tr><td class="removeme fish">Hi</td></tr>)
res1: scala.xml.NodeSeq = NodeSeq(<tr><td class="fish">Hi</td></tr>)

The !! is to skipp class-attribute merging so the "removeme"-class isn't re-added.

Diego Medina

unread,
Aug 27, 2012, 6:36:21 PM8/27/12
to lif...@googlegroups.com
Just so you all know, I stopped the build on cloudbees because in
order to have specs2 support, we need to drop the 2.9.0-1 builds
(spces2 latest versions is built against scala >= 2.9.1

So, I'll remove 2.9.0-1 from build.sbt and than we should be good to
go there (unless anyone really wants us to support the old 2.9.0 and
2.9.0-1

Diego

Jeppe Nejsum Madsen

unread,
Aug 28, 2012, 3:36:15 AM8/28/12
to lif...@googlegroups.com
Andreas Joseph Krogh <and...@officenet.no> writes:

> On 08/27/2012 10:28 PM, Diego Medina wrote:
>> Hi,
>>
>> After a lot of work, we are finally ready to build and publish a
>> 2.5-M1 build of Lift.
>> Is there anyone who thinks we should wait for any bug fixes, or can we
>> declare a code freeze and build on Saturday, Sep 1st ?
>
> I'm using 2.5.0-SNAPSHOT in production so I'm all in for releasing:-)

Same here :-)

/Jeppe

David Pollak

unread,
Aug 28, 2012, 12:33:36 PM8/28/12
to lif...@googlegroups.com
I merged Antonio's Ajax stuff into master yesterday... let's call it a code slush, wait a week to see if people have issues with SNAPSHOT and if not, we'll roll M1... what do people think?

--
--
Lift, the simply functional web framework: http://liftweb.net
Code: http://github.com/lift
Discussion: http://groups.google.com/group/liftweb
Stuck? Help us help you: https://www.assembla.com/wiki/show/liftweb/Posting_example_code






--
Telegram, Simply Beautiful CMS https://telegr.am
Lift, the simply functional web framework http://liftweb.net

Andreas Joseph Krogh

unread,
Aug 28, 2012, 12:43:20 PM8/28/12
to lif...@googlegroups.com
On 08/28/2012 06:33 PM, David Pollak wrote:
> I merged Antonio's Ajax stuff into master yesterday... let's call it a
> code slush, wait a week to see if people have issues with SNAPSHOT and
> if not, we'll roll M1... what do people think?

+1

Ben Phelan

unread,
Aug 29, 2012, 10:50:48 AM8/29/12
to lif...@googlegroups.com
+1
Reply all
Reply to author
Forward
0 new messages