On Sun, 24 Sep 2006 09:41:04 +0300, "Ivan Toshkov" <ivan(a)toshkov.org> wrote:
> The other problem is with an incomplete implementation of
> flexi-streams under CMUCL.
I've now uploaded a new version of FLEXI-STREAM with a workaround. I
still think this is a bug in CMUCL and should be reported, though.
Thanks for the report,
Edi.
_______________________________________________
flexi-streams-announce mailing list
flexi-streams-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/flexi-streams-announce
On Sun, 17 Sep 2006 19:33:51 -0400, "Erik Enge" <erik.enge(a)gmail.com> wrote:
> The simplest way I can think of is with a hook right when we have
> the filename but before we start writing to that file.
I've added that now - see doc entry for *FILE-UPLOAD-HOOK*. Please
try if it works for you. I think that's the best I can do ATM without
modifying the RFC2388 code.
Cheers,
Edi.
_______________________________________________
tbnl-announce site list
tbnl-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-announce
On Tue, 26 Sep 2006 15:24:05 +0200, "Goffioul Michael" <goffioul(a)imec.be> wrote:
> Currently, the only solution I'm left with is to set the invoke and
> release callbacks of DelegateAdapter class to null before exiting
> and add nullity-check code to DelegateAdapter class before calling
> those callbacks.
I've released new versions of the Lisp and the C++ code which
implement this - just in case. Thanks for the suggestion.
_______________________________________________
rdnzl-announce mailing list
rdnzl-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/rdnzl-announce
* Added :timeout keyword parameter that will cause tests to fail if
they take too long
* Removed :single-setup? parameter
* Added :run-setup parameter. This can be one of :once-per-test (or
t), :never (or nil), :once-per-suite, :once-per-session. Still
working through some issues but the basics are in place.
* Fixed and cleaned several examples.
* LIFT no longer requires moptilities
--
Gary Warren King, metabang.com
Cell: (413) 885 9127
Fax: (206) 338-4052
gwkkwg on Skype * garethsan on AIM
_______________________________________________
lift-announce mailing list
lift-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/lift-announce