Re: [ANN] ribol 0.3.1 - conditional restarts - api stablized, docs updated.

2013-10-01 Thread Chris Zheng
Dima and BG, A new version is up with implementation details - http://z.caudate.me/ribol/#implementation as well as the requested stacktrace … although I called it :origin instead of :stacktrace. - http://z.caudate.me/ribol/#raise-on Chris -- -- You received this message because you are

Re: [ANN] ribol 0.3.1 - conditional restarts - api stablized, docs updated.

2013-10-01 Thread Baishampayan Ghose
This is fantastic, Chris. Many thanks! ~BG On Tue, Oct 1, 2013 at 12:49 PM, Chris Zheng z...@caudate.me wrote: Dima and BG, A new version is up with implementation details - http://z.caudate.me/ribol/#implementation as well as the requested stacktrace … although I called it :origin instead

[ANN] ribol 0.3.1 - conditional restarts - api stablized, docs updated.

2013-09-30 Thread zcaudate
Thanks everybody for your feedback and suggestions on the last post. Version 0.3.1 has the following updates: The `finally` clause is supported on `manage` - http://z.caudate.me/ribol/#finally as well as all the hook forms - http://z.caudate.me/ribol/#hooks `raise-on` and `raise-on-all`

Re: [ANN] ribol 0.3.1 - conditional restarts - api stablized, docs updated.

2013-09-30 Thread Baishampayan Ghose
Hi Chris, If you get the time, could you also write about the architecture of ribol, its implementation details, etc. too? That'd be immensely useful. ~BG On Mon, Sep 30, 2013 at 4:16 PM, zcaudate z...@caudate.me wrote: Thanks everybody for your feedback and suggestions on the last post.

Re: [ANN] ribol 0.3.1 - conditional restarts - api stablized, docs updated.

2013-09-30 Thread Chris Zheng
No worries! I'll have a think about how to best go about it. My last attempt at a meet up was a bit of a failure =) On 30/09/2013, at 8:49 PM, Baishampayan Ghose b.gh...@gmail.com wrote: Hi Chris, If you get the time, could you also write about the architecture of ribol, its implementation

Re: [ANN] ribol 0.3.1 - conditional restarts - api stablized, docs updated.

2013-09-30 Thread Dima Sabanin
Hi Chris, Thanks for your work on this! I've a new question though. Will the exceptions raised with raise-on and raise-on-all preserve the cause exception? It'd be great if original cause was visible in the stack trace. Thanks, Dima On Mon, Sep 30, 2013 at 7:24 AM, Chris Zheng z...@caudate.me

Re: [ANN] ribol 0.3.1 - conditional restarts - api stablized, docs updated.

2013-09-30 Thread Chris Zheng
Hi Dima! No it will not :) I can put an additional :stacktrace key in the issue if that suits you. On 30/09/2013, at 23:38, Dima Sabanin sdmi...@gmail.com wrote: Hi Chris, Thanks for your work on this! I've a new question though. Will the exceptions raised with raise-on and raise-on-all