Hi,
I'm converting my web app over to Hunchentoot 1.0 and I am really missing *catch-errors-p*. I just need errors that occur while processing the http request to signal the debugger. Are there any workarounds to achieve this with the new 1.0 version? I'm using Lispworks 5.1.
Thanks!
Anthony
This topic was discussed after the new version has appeared (look in the archives). Basically, you can use (setf *break-on-signals* 'error).
Cheers, Vsevolod
On Wed, Mar 11, 2009 at 5:46 AM, Anthony Fairchild < fairchild.anthony@gmail.com> wrote:
Hi,
I'm converting my web app over to Hunchentoot 1.0 and I am really missing *catch-errors-p*. I just need errors that occur while processing the http request to signal the debugger. Are there any workarounds to achieve this with the new 1.0 version? I'm using Lispworks 5.1.
Thanks!
Anthony
tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel
Thanks for the response, I think that will work for me. Is there any good way to search the archives other than googling "site:common-lisp.net"? I don't see a search on the archives, is there a better way?
Thanks,
Anthony
On Wed, Mar 11, 2009 at 5:33 AM, Vsevolod vseloved@gmail.com wrote:
This topic was discussed after the new version has appeared (look in the archives). Basically, you can use (setf *break-on-signals* 'error).
Cheers, Vsevolod
On Wed, Mar 11, 2009 at 5:46 AM, Anthony Fairchild < fairchild.anthony@gmail.com> wrote:
Hi,
I'm converting my web app over to Hunchentoot 1.0 and I am really missing *catch-errors-p*. I just need errors that occur while processing the http request to signal the debugger. Are there any workarounds to achieve this with the new 1.0 version? I'm using Lispworks 5.1.
Thanks!
Anthony
tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel
-- vsevolod
tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel
on Wednesday, March 11, 2009, 7:39:06 PM Anthony wrote:
Is there any good way to search the archives other than googling "site:common-lisp.net"? I don't see a search on the archives, is there a better way?
googling for "site:common-lisp.net/pipermail/tbnl-devel/" works as well
Best regards, - Anton
On Wed, Mar 11, 2009 at 6:39 PM, Anthony Fairchild fairchild.anthony@gmail.com wrote:
Is there any good way to search the archives other than googling "site:common-lisp.net"? I don't see a search on the archives, is there a better way?
Read this paragraph:
http://weitz.de/hunchentoot/#mail
Edi.
Excellent, thank you Edi!
On Wed, Mar 11, 2009 at 4:22 PM, Edi Weitz edi@agharta.de wrote:
On Wed, Mar 11, 2009 at 6:39 PM, Anthony Fairchild fairchild.anthony@gmail.com wrote:
Is there any good way to search the archives other than googling "site:common-lisp.net"?
I
don't see a search on the archives, is there a better way?
Read this paragraph:
http://weitz.de/hunchentoot/#mail
Edi.
tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel