[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] restarts 1.0.2 Released

architbaweja@gmail.com

8/21/2008 9:46:00 PM

restarts version 1.0.2 has been released!

* latest install via: gem install restarts
* latest code is available at http://github.com/archit/restarts/t...
* latest documentation is available at http://ore.rubyforge.or...

restarts.rb implements a new method Kernel#raise_condition which
is similar to Kernel#raise for throwing exceptions, with the added
feature
of adding "restarts" next to the place where the exception is thrown
so
that they can be invoked from the exception handler somewhere higher
up in the stack.

hopefully the released gem file @ http://rubyforge.org/frs/?gr...
is picked up by the time most of you read it. Check it out and let me
know
what you guys think ;)

- Archit Baweja
2 Answers

ara.t.howard

8/22/2008 3:56:00 AM

0


On Aug 21, 2008, at 3:46 PM, architbaweja@gmail.com wrote:

> restarts version 1.0.2 has been released!
>
> * latest install via: gem install restarts
> * latest code is available at http://github.com/archit/restarts/t...
> * latest documentation is available at http://ore.rubyforge.or...
>
> restarts.rb implements a new method Kernel#raise_condition which
> is similar to Kernel#raise for throwing exceptions, with the added
> feature
> of adding "restarts" next to the place where the exception is thrown
> so
> that they can be invoked from the exception handler somewhere higher
> up in the stack.
>
> hopefully the released gem file @ http://rubyforge.org/frs/?gr...
> is picked up by the time most of you read it. Check it out and let me
> know
> what you guys think ;)
>
> - Archit Baweja


using callcc?

a @ http://codeforp...
--
we can deny everything, except that we have the possibility of being
better. simply reflect on that.
h.h. the 14th dalai lama




architbaweja@gmail.com

8/22/2008 10:49:00 AM

0

On Aug 22, 8:55 am, "ara.t.howard" <ara.t.how...@gmail.com> wrote:
> On Aug 21, 2008, at 3:46 PM, architbaw...@gmail.com wrote:
>
>
>
> > restarts version 1.0.2 has been released!
>
> > * latest install via: gem install restarts
> > * latest code is available athttp://github.com/archit/restarts/t...
> > * latest documentation is available athttp://ore.rubyforge.or...
>
> > restarts.rb implements a new method Kernel#raise_condition which
> > is similar to Kernel#raise for throwing exceptions, with the added
> > feature
> > of adding "restarts" next to the place where the exception is thrown
> > so
> > that they can be invoked from the exception handler somewhere higher
> > up in the stack.
>
> > hopefully the released gem file @http://rubyforge.org/frs/?gr...
> > is picked up by the time most of you read it. Check it out and let me
> > know
> > what you guys think ;)
>
> >        - Archit Baweja
>
> using callcc?
>
> a @http://codeforp...
> --
> we can deny everything, except that we have the possibility of being  
> better. simply reflect on that.
> h.h. the 14th dalai lama

yes

- Archit Baweja