Re: New Egg: TOML wrapper

2022-09-06 Thread Mario Domenech Goulart
On Tue, 6 Sep 2022 13:50:28 +0200 Daniel Ziltener wrote: > Git Subtree did the trick. The archive contains everything necessary > now :) Thanks! I didn't know about Git Subtree. Thanks, Daniel. Your egg has been added to the coop. All the best. Mario -- http://parenteses.org/mario

Re: New Egg: TOML wrapper

2022-09-06 Thread Daniel Ziltener
Git Subtree did the trick. The archive contains everything necessary now :) Thanks! I didn't know about Git Subtree. On 06.09.22 11:32, Peter Bex wrote: On Mon, Sep 05, 2022 at 09:53:11PM +0200, Daniel Ziltener wrote: Hmm, right... I have never sent in an egg with a submodule. Seems like

Re: New Egg: TOML wrapper

2022-09-06 Thread Peter Bex
On Mon, Sep 05, 2022 at 09:53:11PM +0200, Daniel Ziltener wrote: > Hmm, right... I have never sent in an egg with a submodule. Seems like Gitea > cannot pack submodules so far. So what I did for now is to add a "generated > source" to the egg file that triggers a "git clone" of a hardcoded commit

Re: New Egg: TOML wrapper

2022-09-05 Thread Daniel Ziltener
Hmm, right... I have never sent in an egg with a submodule. Seems like Gitea cannot pack submodules so far. So what I did for now is to add a "generated source" to the egg file that triggers a "git clone" of a hardcoded commit of tomlc99. I ran "test-new-egg" on it which succeeded. I hope this

Re: New Egg: TOML wrapper

2022-09-05 Thread Mario Domenech Goulart
On Mon, 5 Sep 2022 20:03:44 +0200 Daniel Ziltener wrote: > oops, I created the repo private. Adjusted the visibility now. I hope > all else about it is fine. I get the following error when I run "test-new-egg toml 'https://gitea.lyrion.ch/zilti/toml/raw/branch/master/toml.release-info'":

Re: New Egg: TOML wrapper

2022-09-05 Thread Daniel Ziltener
Hi Mario, oops, I created the repo private. Adjusted the visibility now. I hope all else about it is fine. Thanks, Daniel On 03.09.22 09:06, Mario Domenech Goulart wrote: Hi Daniel, On Fri, 2 Sep 2022 12:25:33 +0200 Daniel Ziltener wrote: I just finished a first version of a wrapper for

Re: New Egg: TOML wrapper

2022-09-03 Thread Mario Domenech Goulart
Hi Daniel, On Fri, 2 Sep 2022 12:25:33 +0200 Daniel Ziltener wrote: > I just finished a first version of a wrapper for the TOML > configuration format. For this I took the tomlc99 implementation > https://github.com/cktan/tomlc99 and made a thin layer for it to use > it conveniently from

New Egg: TOML wrapper

2022-09-02 Thread Daniel Ziltener
Hello Chicken community! I just finished a first version of a wrapper for the TOML configuration format. For this I took the tomlc99 implementation https://github.com/cktan/tomlc99 and made a thin layer for it to use it conveniently from Chicken. The repository is at