New stable

4 views
Skip to first unread message

Leslie P. Polzer

unread,
Oct 12, 2008, 4:05:30 AM10/12/08
to weblocks
With Robin having fixed the demo (thanks!!) and most tests working
we're slowly at the point where it makes sense to release a new stable
branch.

You with me?

Leslie P. Polzer

unread,
Oct 16, 2008, 3:58:59 AM10/16/08
to weblocks
On Oct 12, 10:05 am, "Leslie P. Polzer" <leslie.pol...@gmx.net> wrote:

> You with me?

Well, at least no one objected. ;)

I'm going to split off a new stable repo then.

Leslie

Leslie P. Polzer

unread,
Oct 16, 2008, 10:57:13 AM10/16/08
to weblocks
> I'm going to split off a new stable repo then.

http://www.bitbucket.org/skypher/weblocks-stable/

What I'd like to see for our next public release
(err, would that be 1.1?):

* updated online version of API documentation

* a core image

* an updated web site with pointers to tutorials and a listing of
main features

* all tests fixed

More?

Stephen Compall

unread,
Oct 16, 2008, 12:59:25 PM10/16/08
to webl...@googlegroups.com
"Leslie P. Polzer" <leslie.polze...@public.gmane.org> writes:
> * all tests fixed
>
> More?

I'd be happy with the quoted alone, but all this is nice.

--
I write stuff at http://failex.blogspot.com/ now. But the post
formatter and themes are terrible for sharing code, the primary
content, so it might go away sooner or later.

Leslie P. Polzer

unread,
Oct 17, 2008, 4:44:03 AM10/17/08
to weblocks
> I'd be happy with the quoted alone, but all this is nice.

Okay, so any idea how much time you can allot for this (if any)?
I'll take care of whatever remains.

Leslie

Leslie P. Polzer

unread,
Oct 18, 2008, 1:30:06 PM10/18/08
to weblocks
How's the relationship of your test-fixes branch to weblocks-dev?
We want to merge this, I presume?

Leslie

Stephen Compall

unread,
Oct 20, 2008, 12:28:10 PM10/20/08
to webl...@googlegroups.com
"Leslie P. Polzer" <leslie.polze...@public.gmane.org> writes:
> How's the relationship of your test-fixes branch to weblocks-dev?
> We want to merge this, I presume?

test-fixes is already fully merged into dev.

pdeb...@gmail.com

unread,
Oct 23, 2008, 8:46:48 AM10/23/08
to weblocks
Would you also add a stable darcs repository to common-lisp.net so I
can update weblocks using clbuild? Currently

http://common-lisp.net/project/cl-weblocks/darcs/cl-weblocks

can't be found and I don't think clbuild uses mercurial yet. Thanks

Paul

Leslie P. Polzer

unread,
Oct 23, 2008, 10:07:39 AM10/23/08
to weblocks
On Oct 23, 2:46 pm, pdebr...@gmail.com wrote:
> Would you also add a stable darcs repository to common-lisp.net so I
> can update weblocks using clbuild?

We can do that. Anyone know of a decent hg->darcs converter apart
from tailor?

Stephen Compall

unread,
Oct 23, 2008, 12:41:20 PM10/23/08
to webl...@googlegroups.com, pdebruic-Re5JQE...@public.gmane.org
"Leslie P. Polzer" <leslie.polze...@public.gmane.org> writes:
>> Would you also add a stable darcs repository to common-lisp.net so I
>> can update weblocks using clbuild?
>
> We can do that. Anyone know of a decent hg->darcs converter apart
> from tailor?

Actually, it would be much easier to just update clbuild to support
Mercurial directly.

Pull the Darcs patch 'support for Mercurial downloads' from
http://home.nocandysw.com/~sirian/lisp/clbuild/ and let us know whether
it works for you.

pdeb...@gmail.com

unread,
Oct 24, 2008, 5:30:22 PM10/24/08
to weblocks
I pulled the patch and changed the weblocks line in wnpp-projects to

weblocks get_hg http://www.bitbucket.org/skypher/weblocks-stable/


but running:

./clbuild update weblocks

fails with an error of:

not found!

but switching to the sources directory and running

hg clone http://www.bitbucket.org/skypher/weblocks-stable/

creates a weblocks-stable directory that contains the release.

Also, is f-underscore a dependency now?

thanks for your help







On Oct 23, 12:41 pm, Stephen Compall <s...@member.fsf.org> wrote:
> "Leslie P. Polzer" <leslie.polzer-hi6Y0CQ0...@public.gmane.org> writes:
>
> >> Would you also add a stable darcs repository to common-lisp.net so I
> >> can update weblocks using clbuild?
>
> > We can do that. Anyone know of a decent hg->darcs converter apart
> > from tailor?
>
> Actually, it would be much easier to just update clbuild to support
> Mercurial directly.
>
> Pull the Darcs patch 'support for Mercurial downloads' fromhttp://home.nocandysw.com/~sirian/lisp/clbuild/and let us know whether
> it works for you.
>
> --
> I write stuff athttp://failex.blogspot.com/now.  But the post

Stephen Compall

unread,
Oct 24, 2008, 6:10:20 PM10/24/08
to webl...@googlegroups.com
pdeb...@gmail.com writes:
> weblocks get_hg http://www.bitbucket.org/skypher/weblocks-stable/
>
> but running:
>
> ./clbuild update weblocks
>
> fails with an error of:
>
> not found!

It works for me on a completely standard clbuild (besides said patch).
Since "not found!" doesn't appear anywhere in the source, the error
comes from something else in your system.

> Also, is f-underscore a dependency now?

Yes, and anaphora.

--
I write stuff at http://failex.blogspot.com/ now. But the post

Leslie P. Polzer

unread,
Oct 26, 2008, 7:32:53 AM10/26/08
to weblocks
On Oct 16, 3:57 pm, "Leslie P. Polzer" <leslie.pol...@gmx.net> wrote:

>   * updated online version of API documentation

I'll set up a cronjob for this shortly.


>   * a core image

And for this, too. The infrastructure for this is almost done.

In the meantime could you check whether

http://viridian-project.de/~sky/weblocks-dev/scripts/weblocks-core-2008-10-26.tar.bz2

works for you?

tar xfj / cd / sbcl --core / (weblocks-demo:start-weblocks-demo :port
suit-yourself)


>   * an updated web site with pointers to tutorials and a listing of
> main features

Haven't touched this yet, want to do some other things first.


>   * all tests fixed

Ugh, spotting and checking differences between two lumps of
unformatted
HTML one-liners is daunting.

Any idea how this could be made easier?

Leslie

Stephen Compall

unread,
Oct 26, 2008, 2:33:09 PM10/26/08
to webl...@googlegroups.com
"Leslie P. Polzer" <leslie...@gmx.net> writes:
>>   * all tests fixed
>
> Ugh, spotting and checking differences between two lumps of
> unformatted
> HTML one-liners is daunting.
>
> Any idea how this could be made easier?

Load trivial-shell before testing; then you'll get diffs. Unless, for
some reason, trivial-shell doesn't work on your system.

Leslie P. Polzer

unread,
Oct 26, 2008, 2:53:27 PM10/26/08
to webl...@googlegroups.com

> Load trivial-shell before testing; then you'll get diffs. Unless, for
> some reason, trivial-shell doesn't work on your system.

It doesn't, tests lock up somewhere with it.

But I've implemented some HTML diff using CLOSURE-HTML today
so I might integrate it.

To speed things up a bit, can you send me a transcript of
the diffs?

Leslie

Leslie P. Polzer

unread,
Oct 29, 2008, 5:45:02 AM10/29/08
to weblocks

> Pull the Darcs patch 'support for Mercurial downloads' fromhttp://home.nocandysw.com/~sirian/lisp/clbuild/and let us know whether
> it works for you.

Are you going to submit that patch?

Leslie P. Polzer

unread,
Oct 30, 2008, 3:19:22 PM10/30/08
to weblocks
>   * all tests fixed

All tests are now fixed. I corrected a sorting error in the new view
factoring kludge^W code, adapted a whole bunch of tests and commented
out very few tests that I can't fix now.

Leslie


Yarek Kowalik

unread,
Nov 3, 2008, 5:46:20 PM11/3/08
to weblocks

Leslie P. Polzer

unread,
Nov 4, 2008, 3:46:03 AM11/4/08
to webl...@googlegroups.com

Yeah, I got that one (r1012 in -dev).

Reply all
Reply to author
Forward
0 new messages