Re: New egg: SRFI-143: Fixnums

2020-11-17 Thread Mario Domenech Goulart
On Tue, 17 Nov 2020 17:56:33 -0800 noosph...@mailc.net wrote: > I would like to submit for publication: > > SRFI-143: Fixnums > > Its documentation is here: [1] > > Its release-info is here: [2] > > test-new-egg gives the egg a clean bill of health. > > --Sergey > > [1] -

Re: New egg: SRFI-47: Array

2020-11-17 Thread Mario Domenech Goulart
On Tue, 17 Nov 2020 14:52:31 -0800 noosph...@mailc.net wrote: > I would like to submit a new egg for publication: > > SRFI-47: Array > > This is a Chicken 5 port, with permission, of Felix Winkelmann's Chicken > 3 egg[1]. > > The documentation for it can be found here: [2] > > The release-info

New egg: SRFI-143: Fixnums

2020-11-17 Thread noosphere
I would like to submit for publication: SRFI-143: Fixnums Its documentation is here: [1] Its release-info is here: [2] test-new-egg gives the egg a clean bill of health. --Sergey [1] - https://wiki.call-cc.org/eggref/5/srfi-143 [2] -

New egg: SRFI-47: Array

2020-11-17 Thread noosphere
I would like to submit a new egg for publication: SRFI-47: Array This is a Chicken 5 port, with permission, of Felix Winkelmann's Chicken 3 egg[1]. The documentation for it can be found here: [2] The release-info is here: [3] test-new-egg gives it a clean bill of health. --Sergey [1] -

Re: New egg: SRFI-137: Minimal Unique Types

2020-11-17 Thread Mario Domenech Goulart
On Tue, 17 Nov 2020 11:15:32 -0800 noosph...@mailc.net wrote: > I would like to submit a new egg for publication: > > SRFI-137: Minimal Unique Types > > The documentation for it is here: [1] > > Its release-info is here: [2] > > test-new-egg gives it a clean bill of health. > > --Sergey > >

New egg: SRFI-137: Minimal Unique Types

2020-11-17 Thread noosphere
I would like to submit a new egg for publication: SRFI-137: Minimal Unique Types The documentation for it is here: [1] Its release-info is here: [2] test-new-egg gives it a clean bill of health. --Sergey [1] - https://wiki.call-cc.org/eggref/5/srfi-137 [2] -

Re: Establishing Git repos for miscellaneous Chicken tools

2020-11-17 Thread Lassi Kortela
Sure. What should it be called? Is "chicken-tools" ok? Or "chicken-integrations" or "chicken-contrib"? Or even more generically, "chicken-scheme" which doesn't exist yet. It could be "chicken-emacs" but Dan suggested: an organization that focuses on Chicken tool integration would be good;

Re: Establishing Git repos for miscellaneous Chicken tools

2020-11-17 Thread Mario Domenech Goulart
On Tue, 17 Nov 2020 20:59:01 +0200 Lassi Kortela wrote: >> Sounds good to me. Thanks for organizing this. > > Great. Mario, can you create the org since from our initial group of > contributors you are the one most closely associated with Chicken? Sure. What should it be called? All the

Re: Establishing Git repos for miscellaneous Chicken tools

2020-11-17 Thread Lassi Kortela
Sounds good to me. Thanks for organizing this. Great. Mario, can you create the org since from our initial group of contributors you are the one most closely associated with Chicken?

Re: Establishing Git repos for miscellaneous Chicken tools

2020-11-17 Thread Mario Domenech Goulart
On Tue, 17 Nov 2020 20:41:31 +0200 Lassi Kortela wrote: >> Please note that what I wrote was just a suggestion to prevent future >> problems. I don't mean to impose anything. If you think using GitHub, >> GitLab or whatever git host available would be a good solution, that's >> absolutely fine

Re: Establishing Git repos for miscellaneous Chicken tools

2020-11-17 Thread Alaric Snell-Pym
On 17/11/2020 18:41, Lassi Kortela wrote: > Given: > > - a GitHub organization would be preferred for ease of maintenance by > Dan and Vasilij who have written some of the Chicken Emacs support so far > > - you and I don't object to GH > > - nobody else has said anything > > - a decision seems

Re: Establishing Git repos for miscellaneous Chicken tools

2020-11-17 Thread Lassi Kortela
Please note that what I wrote was just a suggestion to prevent future problems. I don't mean to impose anything. If you think using GitHub, GitLab or whatever git host available would be a good solution, that's absolutely fine by me. I use GitHub myself. It was just a small remark to avoid

Re: New egg: SRFI-78: Lightweight testing

2020-11-17 Thread Mario Domenech Goulart
On Tue, 17 Nov 2020 10:04:36 -0800 noosph...@mailc.net wrote: > I would like to submit a new egg for publication: > > SRFI-78: Lightweight testing > > The documentation is here: [1] > > The release-info is here: [2] > > test-new-egg gives the egg a clean bill of health. > > --Sergey > > [1] -

New egg: SRFI-78: Lightweight testing

2020-11-17 Thread noosphere
I would like to submit a new egg for publication: SRFI-78: Lightweight testing The documentation is here: [1] The release-info is here: [2] test-new-egg gives the egg a clean bill of health. --Sergey [1] - https://wiki.call-cc.org/eggref/5/srfi-78 [2] -

Re: Establishing Git repos for miscellaneous Chicken tools

2020-11-17 Thread Mario Domenech Goulart
On Tue, 17 Nov 2020 18:36:24 +0200 Lassi Kortela wrote: >> Switching git hosting solutions should be just a matter of changing the git >> URL. > > AFAICT this can be achieved by turning off the issue tracker and wiki > on GitHub repos. This would mean we use the mailing list, Chicken's > issue

Re: Establishing Git repos for miscellaneous Chicken tools

2020-11-17 Thread Lassi Kortela
Switching git hosting solutions should be just a matter of changing the git URL. AFAICT this can be achieved by turning off the issue tracker and wiki on GitHub repos. This would mean we use the mailing list, Chicken's issue tracker, or email/irc for coordination. Since it's just a few tools,

Re: Establishing Git repos for miscellaneous Chicken tools

2020-11-17 Thread Mario Domenech Goulart
On Mon, 16 Nov 2020 23:14:03 +0200 Lassi Kortela wrote: > We spoke with Mario and Dan about gathering Git repos for all the > Chicken Emacs packages under one roof, and Dan suggested adding other > tools such as an LSP server into the mix. > > We thought it'd be convenient to start an

Re: New egg: SRFI-67: Compare Procedures

2020-11-17 Thread Mario Domenech Goulart
On Mon, 16 Nov 2020 21:42:00 -0800 noosph...@mailc.net wrote: > I'd like to submit a new egg for publication: > > SRFI-67: Compare Procedures > > This was packed from the reference implementation with permission from > Kon Lovett, the author of the Chicken 3 SRFI-67 egg. > > Unfortunately, that

Re: New egg: SRFI-74: Octet-Addressed Binary Blocks

2020-11-17 Thread Mario Domenech Goulart
On Mon, 16 Nov 2020 23:14:16 -0800 noosph...@mailc.net wrote: > I would like to submit a new egg for publication: > > SRFI-74: Octet-Addressed Binary Blocks > > Its documentation is here: [1] > > Its release-info is here: [2] > > test-new-egg gives it a clean bill of health. > > --Sergey > >

Re: New egg: SRFI-51: Handling rest list

2020-11-17 Thread Mario Domenech Goulart
On Mon, 16 Nov 2020 16:31:39 -0800 noosph...@mailc.net wrote: > I'd like to submit a new egg for publication: > > SRFI-51: Handling rest list > > Its documenation is here: [1] > > Its release-info is here: [2] > > test-new-egg gave it a clean bill of health. > > --Sergey > > [1] -