Re: [Chicken-users] New egg: hopefully

2015-12-20 Thread Jörg F . Wittenberger
2)) (thread-sleep! 1) (assert (= (obox-v b1) 455)) > > Regards, > > -chaw > >> From: joerg.wittenber...@softeyes.net >> Date: Sun, 20 Dec 2015 15:07:17 +0100 >> Subject: Re: [Chicken-users] New egg: hopefully >> >> Am 19.12.2015 um 23:31 schrieb

Re: [Chicken-users] New egg: hopefully

2015-12-20 Thread Sudarshan S Chawathe
.) The results are attached. It fails the assertion: (assert (= call-count -3)) Regards, -chaw > From: joerg.wittenber...@softeyes.net > Date: Sun, 20 Dec 2015 15:07:17 +0100 > Subject: Re: [Chicken-users] New egg: hopefully > > Am 19.12.2015 um 23:31 schrieb Sudarshan S Chawa

Re: [Chicken-users] New egg: hopefully

2015-12-20 Thread Jörg F . Wittenberger
Am 19.12.2015 um 23:31 schrieb Sudarshan S Chawathe: > Thanks for the update. I see the same behavior with tests/run.scm as > before: Compilation with csc is fine, but executing the resulting file > 'run' gives exactly the same error as before: > > Error: assertion failed: (= (obox-v b1) 455) >

Re: [Chicken-users] New egg: hopefully

2015-12-19 Thread Sudarshan S Chawathe
Thanks for the update. I see the same behavior with tests/run.scm as before: Compilation with csc is fine, but executing the resulting file 'run' gives exactly the same error as before: Error: assertion failed: (= (obox-v b1) 455) (Detailed error message is same as in my earlier message.) The

Re: [Chicken-users] New egg: hopefully

2015-12-19 Thread Jörg F . Wittenberger
Am 18.12.2015 um 23:37 schrieb Sudarshan S Chawathe: > Thanks for the updated pointer to the source. > > I installed the egg in the usual way ('chicken-install' in the directory > with the source files) but could not run the included test > (test/run.scm) successfully, although csc compiles it fin

Re: [Chicken-users] New egg: hopefully

2015-12-18 Thread Sudarshan S Chawathe
Thanks for the updated pointer to the source. I installed the egg in the usual way ('chicken-install' in the directory with the source files) but could not run the included test (test/run.scm) successfully, although csc compiles it fine. (Details below.) In interactive use, I get an error: ca

Re: [Chicken-users] New egg: hopefully

2015-12-18 Thread Jörg F . Wittenberger
ck? > > Regards, > > -chaw > >> To: chicken-users >> From: Jörg F. Wittenberger >> Date: Thu, 17 Dec 2015 22:38:54 +0100 >> Subject: [Chicken-users] New egg: hopefully >> >> Hi, >> >> I just released the "hopefully" egg: C

Re: [Chicken-users] New egg: hopefully

2015-12-18 Thread Sudarshan S Chawathe
e): http://askemos.org/chicken-eggs/hopefully.tar.gz Is there some other place I should check? Regards, -chaw > To: chicken-users > From: Jörg F. Wittenberger > Date: Thu, 17 Dec 2015 22:38:54 +0100 > Subject: [Chicken-users] New egg: hopefully > > Hi, > > I just releas

[Chicken-users] New egg: hopefully

2015-12-17 Thread Jörg F . Wittenberger
Hi, I just released the "hopefully" egg: Composable transactional memory. API inspired by Clojure's ref's and STMX. Currently only some record types may be used with hopefully. Further versions should add other mutable types. I'd love to get feedback on the API. https://wiki.call-cc.org/eggr