Re: Rhino from mozilla.org and continuations

2004-09-25 Thread Igor Bukanov
Igor Bukanov wrote: And here is a patch to alter cocoon-2.1.5.1 to use Rhino from mozilla.org. The patch assumes that rhino1.5r4-continuations-20040228.jar is replaced by rhino1_6R1pre.jar which should be produced by checking out the very latest CVS sources from mozilla.org, building js.jar

Re: Rhino from mozilla.org and continuations

2004-09-24 Thread Igor Bukanov
Igor Bukanov wrote: Ugo Cei wrote: Igor Bukanov wrote: http://bugzilla.mozilla.org/show_bug.cgi?id=258844 contains a working patch against Rhino CVS from mozilla.org to enable Continuation support there. What am I supposed to do if I want to play with it? ... 2) Do a cvs checkout and build

Re: Rhino from mozilla.org and continuations

2004-09-24 Thread Igor Bukanov
Igor Bukanov wrote: Igor Bukanov wrote: Ugo Cei wrote: Igor Bukanov wrote: http://bugzilla.mozilla.org/show_bug.cgi?id=258844 contains a working patch against Rhino CVS from mozilla.org to enable Continuation support there. What am I supposed to do if I want to play with it? ... 2) Do a cvs

Re: Rhino from mozilla.org and continuations

2004-09-23 Thread Ugo Cei
Igor Bukanov wrote: http://bugzilla.mozilla.org/show_bug.cgi?id=258844 contains a working patch against Rhino CVS from mozilla.org to enable Continuation support there. What am I supposed to do if I want to play with it? 1) Do a cvs checkout and apply your latest patch before building? 2) Do a

Re: Rhino from mozilla.org and continuations

2004-09-23 Thread Igor Bukanov
Ugo Cei wrote: Igor Bukanov wrote: http://bugzilla.mozilla.org/show_bug.cgi?id=258844 contains a working patch against Rhino CVS from mozilla.org to enable Continuation support there. What am I supposed to do if I want to play with it? ... 2) Do a cvs checkout and build since your patch is

Re: Rhino from mozilla.org and continuations

2004-09-17 Thread Antonio Gallardo
Hi Igor: You are a Cocoon heroe! Please, write down: I owe you a beer! ;-) Best Regards, Antonio Gallardo Igor Bukanov dijo: Hi! http://bugzilla.mozilla.org/show_bug.cgi?id=258844 contains a working patch against Rhino CVS from mozilla.org to enable Continuation support there. Note

Re: Rhino from mozilla.org and continuations

2004-09-17 Thread Sylvain Wallez
Igor Bukanov wrote: Sylvain Wallez wrote: A minor remark though, about the syntax for creating the continuation. AFAICS, this is currently done with Continuation(). I personally find it misleading, as the continuation represents the point where the current function was called, and not the point

Re: Rhino from mozilla.org and continuations

2004-09-17 Thread Sylvain Wallez
Igor Bukanov wrote: Sylvain Wallez wrote: Forwarding, as I forgot to cc you and don't know if you follow closely cocoon-dev. I do follow it. BTW, it always puzzles me why apache.org does not use newsgroups, but that is a different story. Certainly a looong history, when the apache group

Re: Rhino from mozilla.org and continuations

2004-09-16 Thread Nicola Ken Barozzi
Igor Bukanov wrote: ... I think I will commit the patch early next week after I add few changes to Rhino documentation about it so it will be included in Rhino 1.6. http://www.textfiles.com/art/beer.vt :-) -- Nicola Ken Barozzi [EMAIL PROTECTED] - verba volant,

Re: Rhino from mozilla.org and continuations

2004-09-16 Thread Sylvain Wallez
Igor Bukanov wrote: Hi! http://bugzilla.mozilla.org/show_bug.cgi?id=258844 contains a working patch against Rhino CVS from mozilla.org to enable Continuation support there. Great work, Igor. Thanks a lot! A minor remark though, about the syntax for creating the continuation. AFAICS, this is

Re: Rhino from mozilla.org and continuations

2004-09-16 Thread Igor Bukanov
Sylvain Wallez wrote: A minor remark though, about the syntax for creating the continuation. AFAICS, this is currently done with Continuation(). I personally find it misleading, as the continuation represents the point where the current function was called, and not the point where the

Re: Rhino from mozilla.org and continuations

2004-09-16 Thread Igor Bukanov
Sylvain Wallez wrote: Forwarding, as I forgot to cc you and don't know if you follow closely cocoon-dev. I do follow it. BTW, it always puzzles me why apache.org does not use newsgroups, but that is a different story. Regards, Igor

Rhino from mozilla.org and continuations

2004-09-15 Thread Igor Bukanov
Hi! http://bugzilla.mozilla.org/show_bug.cgi?id=258844 contains a working patch against Rhino CVS from mozilla.org to enable Continuation support there. Note although the implementation is based on ideas from Christopher Oliver patch it is not a patch port. In particular, there is no support

Re: Rhino from mozilla.org and continuations

2004-09-15 Thread Stefano Mazzocchi
Igor Bukanov wrote: Hi! http://bugzilla.mozilla.org/show_bug.cgi?id=258844 contains a working patch against Rhino CVS from mozilla.org to enable Continuation support there. Note although the implementation is based on ideas from Christopher Oliver patch it is not a patch port. In particular,

Re: Rhino from mozilla.org and continuations

2004-09-15 Thread Igor Bukanov
Stefano Mazzocchi wrote: ... Now, question: will this patch ever enter the main Rhino trunk? I'm sure I speak for the whole community here when I say that we would like to avoid having to distributed a forked version of rhino again because the patch might become no longer applicable. I think I

Re: Rhino from mozilla.org and continuations

2004-09-15 Thread Gianugo Rabellino
On Wed, 15 Sep 2004 23:53:13 +0200, Igor Bukanov [EMAIL PROTECTED] wrote: Hi! http://bugzilla.mozilla.org/show_bug.cgi?id=258844 contains a working patch against Rhino CVS from mozilla.org to enable Continuation support there. Igor, I think you just earnt a beer from each and every Cocoon

Re: Rhino from mozilla.org and continuations

2004-09-15 Thread Tony Collen
Gianugo Rabellino wrote: On Wed, 15 Sep 2004 23:53:13 +0200, Igor Bukanov [EMAIL PROTECTED] wrote: Hi! http://bugzilla.mozilla.org/show_bug.cgi?id=258844 contains a working patch against Rhino CVS from mozilla.org to enable Continuation support there. Igor, I think you just earnt a beer from each

Re: Rhino from mozilla.org and continuations

2004-09-15 Thread Bertrand Delacretaz
Le 16 sept. 04, à 01:02, Igor Bukanov a écrit : ...I think I will commit the patch early next week after I add few changes to Rhino documentation about it so it will be included in Rhino 1.6... Big thanks for making this finally happen! Just reading Rhino from mozilla.org and continuations gives