On Wed, 07 Nov 2007 14:11:19 -0800, Chris Dean <ctdean(a)sokitomi.com> wrote:
>> Special operator or global macro-function HUNCHENTOOT::IGNORE-ERRORS
>> can't be FUNCALLed or APPLYed
>> [Condition of type CCL::CALL-SPECIAL-OPERATOR-OR-MACRO]
>
> I believe the asdf build order may be incorrect to get
> hunchentoot::ignore-errors defined before use.
You're right - macros should of course be defined before they're used.
D'oh!
Should be fixed now.
Thanks,
Edi.
_______________________________________________
tbnl-announce site list
tbnl-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-announce
Available for your programming pleasure is a new Parenscript release.
It fixes a critical bug with define-symbol-macro, and adds several
handy macro utilities and a list of Parenscript utility functions
(just mapcar for now) that you can include in your Parenscript
programs.
Happy hacking,
Vladimir
_______________________________________________
parenscript-announce mailing list
parenscript-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-announce
ChangeLog:
Version 0.14.5
2007-10-21
Robustified MAKE-SOCKET-STREAM against potential leak (thanks to Alain Picard)
Replaced #-FOO #-FOO constructs for OpenMCL (patch by Michael Weber)
Updated tutorial links
Download:
http://weitz.de/files/hunchentoot.tar.gz
_______________________________________________
tbnl-announce site list
tbnl-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-announce
PAL v1.1 was just released. Unfortunately I needed to make a few changes
to the api that might break something.
Most important changes from v1.0:
- Name changes; reset-blend-mode => reset-blend, circles-overlap =>
circles-overlap-p,
point-inside-rectangle => point-inside-rectangle-p, point-in-line =>
point-in-line-p.
- Added color.lisp, WITH-BLEND now uses COLOR struct instead of a list of
rgba
values. By v1.2 all rgba arguments will be replaced with COLOR.
- Removed CURRY.
- Image drawing should be much faster under certain conditions.
- I finally started working on the manual...
PAL-GUI is slowly approaching usable state (I hope...). Currently there
are still some look and feel issues (clipping etc.) but there are already
a few working widgets. Naturally, it is not documented yet but there are a
few examples and it shouldn't be too hard to use. Basically it is just a
regular windows/widgets/callbacks gui implemented in pal and integrated
with its event loop.
Currently on my todo list for v1.2:
- Few utility functions for using PAL with Imago
(http://common-lisp.net/project/imago/), for screenshots etc.
- Real drawing primitives would be nice, proper polygons and lines, svg
importer etc. Currently PAL's draw-* functions map fairly directly to
OpenGL and are quite limited (and slow).
- Batched image rendering for extra speed. Kinda like improved draw-image*.
- TTF support.
- Possibly merge pal and pal-gui.
- Documentation. Always the last one ;)
--
tomppa
_______________________________________________
pal-announce mailing list
pal-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/pal-announce
PAL v1.1 was just released. Unfortunately I needed to make a few changes
to the api that might break something.
Most important changes from v1.0:
- Name changes; reset-blend-mode => reset-blend, circles-overlap =>
circles-overlap-p,
point-inside-rectangle => point-inside-rectangle-p, point-in-line =>
point-in-line-p.
- Added color.lisp, WITH-BLEND now uses COLOR struct instead of a list of
rgba
values. By v1.2 all rgba arguments will be replaced with COLOR.
- Removed CURRY.
- Image drawing should be much faster under certain conditions.
- I finally started working on the manual...
PAL-GUI is slowly approaching usable state (I hope...). Currently there
are still some look and feel issues (clipping etc.) but there are already
a few working widgets. Naturally, it is not documented yet but there are a
few examples and it shouldn't be too hard to use. Basically it is just a
regular windows/widgets/callbacks gui implemented in pal and integrated
with its event loop.
Currently on my todo list for v1.2:
- Few utility functions for using PAL with Imago
(http://common-lisp.net/project/imago/), for screenshots etc.
- Real drawing primitives would be nice, proper polygons and lines, svg
importer etc. Currently PAL's draw-* functions map fairly directly to
OpenGL and are quite limited (and slow).
- Batched image rendering for extra speed. Kinda like improved draw-image*.
- TTF support.
- Possibly merge pal and pal-gui.
- Documentation. Always the last one ;)
--
tomppa
_______________________________________________
pal-announce mailing list
pal-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/pal-announce
A new Parenscript release is now up on common-lisp.net. It mostly
addresses bug fixes, although some more control over the way
JavaScript is printed is exposed as well.
Happy hacking,
Vladimir
_______________________________________________
parenscript-announce mailing list
parenscript-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-announce
New release CL-WIKI 0.2.0
CL-WIKI is a wiki engine for Common Lisp. It uses Hunchentoot,
CL-PPCRE, CL-WHO and CL-EMB. Can be used stand-alone, with
Apache + mod_lisp, or behind any http proxy.
You can download it from http://common-lisp.net/project/cl-wiki/
or install with ASDF-Install.
CL-USER> (asdf:operate 'asdf:load-op :asdf-install)
CL-USER> (asdf-install:install :cl-wiki)
Changes:
- Switched from TBNL to Hunchentoot.
darcs repository removed. A git repository will be published later.
_______________________________________________
cl-wiki-announce mailing list
cl-wiki-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-wiki-announce
On Sun, 21 Oct 2007 20:59:40 +0200, David Lichteblau <david(a)lichteblau.com> wrote:
> the attached patch updates cl-webdav's use of SAX for the current
> cxml release.
>
> User code is now strongly encouraged to implement SAX handlers as
> subclasses of sax:default-handler or sax:abstract-handler.
>
> Without the patch, cl-webdav will still work (at least for a
> transition period), but issue warnings at run time.
Thanks, the patch is in the new release.
Edi.
_______________________________________________
tbnl-announce site list
tbnl-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-announce
On Thu, 11 Oct 2007 11:43:10 +0300, "Ivan Toshkov" <ivan(a)toshkov.org> wrote:
> Hmm, it's strange, because you've released drakma 0.11.0 on 1
> October.
Yes, sorry, Sébastien Saint-Sevin also just emailed me about this. I
switched laptops recently and it seems I released 0.11.0 from the old
one after I had already copied my repository to the new machine.
Should be fixed now, i.e. 0.11.1 is online which includes the
additions from both 0.11.0 and "0.10.3".
Thanks to you both,
Edi.
_______________________________________________
drakma-announce mailing list
drakma-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/drakma-announce