Re: [PATCH] Improved error detection and reporting in RESTART-BIND

2019-07-20 Thread Daniel Kochmański
I see, in that case please make a merge request on gitlab.common-lisp.net, we'll go through peer review there and I'll merge it locally when all is fine and push to the repository we use. Here is a link to ecl repository mirror: https://gitlab.common-lisp.net/ecl/ecl >hosted at gitlab.com (ho

Re: [PATCH] Improved error detection and reporting in RESTART-BIND

2019-07-20 Thread Spiros Bousbouras
On Fri, 19 Jul 2019 22:15:42 +0200 Daniel Kochmański wrote: > thank you for your contribution. We do not accept patches over mailing > list. Instead we prefer merge requests on our repository. So If you want your code in Embeddable Common-Lisp project, please send a patch to mailing list

Re: [PATCH] Improved error detection and reporting in RESTART-BIND

2019-07-19 Thread Daniel Kochmański
Hello Spiros, thank you for your contribution. We do not accept patches over mailing list. Instead we prefer merge requests on our repository. This makes possible peer review, requeesting changes and continous integration. Repository is located here: https://gitlab.com/embeddable-common-lisp/ecl

[PATCH] Improved error detection and reporting in RESTART-BIND

2019-07-19 Thread Spiros Bousbouras
If you do (restart-bind ((locutus (function cdr) :report-function "23")) (error "This is an error")) you get Excessive debugger depth! Probable infinite recursion! Quitting process: #. and ECL exits. This isn't very useful. One can find various similar examples. After the patch one