[Chicken-users] new egg: gochan

2014-10-22 Thread Kristian Lein-Mathisen
Hi folks! I have lately been working on an egg for thread-safe message passing, and this is my first attempt: https://github.com/Adellica/chicken-gochan I've decided to go with the relatively well-established channel-API of GoLang since I don't really know what I'm doing. This implementation is

Re: [Chicken-users] new egg: gochan

2014-10-22 Thread Mario Domenech Goulart
Hi Kristian, On Wed, 22 Oct 2014 11:04:42 +0200 Kristian Lein-Mathisen kristianl...@gmail.com wrote: I have lately been working on an egg for thread-safe message passing, and this is my first attempt: https://github.com/Adellica/chicken-gochan I've decided to go with the relatively

Re: [Chicken-users] new egg: gochan

2014-10-22 Thread Kristian Lein-Mathisen
Hi, Sorry about that! Should be fixed now. Do I need to release a new version of gochan? I will fix nanomsg asap. K. On Wed, Oct 22, 2014 at 12:40 PM, Mario Domenech Goulart mario.goul...@gmail.com wrote: Hi Kristian, On Wed, 22 Oct 2014 11:04:42 +0200 Kristian Lein-Mathisen

Re: [Chicken-users] new egg: gochan

2014-10-22 Thread Mario Domenech Goulart
On Wed, 22 Oct 2014 13:02:45 +0200 Kristian Lein-Mathisen kristianl...@gmail.com wrote: Sorry about that! Should be fixed now. Do I need to release a new version of gochan? No problem! Since gochan is not tracked by henrietta-cache yet, it is up to you if you want to make a new release or

Re: [Chicken-users] new egg: gochan

2014-10-22 Thread Kristian Lein-Mathisen
Just make sure the latest tag specified in .release-info points to a working state. Fixed! For both nanomsg and gochan. K. ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] new egg: gochan

2014-10-22 Thread Mario Domenech Goulart
On Wed, 22 Oct 2014 13:22:18 +0200 Kristian Lein-Mathisen kristianl...@gmail.com wrote: Just make sure the latest tag specified in .release-info points to a working state. Fixed! For both nanomsg and gochan. Excellent. Thank you. A minor nit pick: the Requirements section mentions

Re: [Chicken-users] new egg: gochan

2014-10-22 Thread Mario Domenech Goulart
On Wed, 22 Oct 2014 11:38:37 + Mario Domenech Goulart mario.goul...@gmail.com wrote: On Wed, 22 Oct 2014 13:22:18 +0200 Kristian Lein-Mathisen kristianl...@gmail.com wrote: Just make sure the latest tag specified in .release-info points to a working state. Fixed! For both

Re: [Chicken-users] new egg: gochan

2014-10-22 Thread Kristian Lein-Mathisen
I see. I wanted to be explicit about it having no other dependencies except core ones. I'll do some rewording! Thank you, K. On Wed, Oct 22, 2014 at 1:39 PM, Mario Domenech Goulart mario.goul...@gmail.com wrote: On Wed, 22 Oct 2014 11:38:37 + Mario Domenech Goulart