chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] new egg: xmkit


From: Mario Domenech Goulart
Subject: Re: [Chicken-users] new egg: xmkit
Date: Wed, 20 Feb 2019 19:27:06 +0100

Hi,

On Wed, 20 Feb 2019 13:28:30 +0100 lundi <address@hidden> wrote:

> I have completed a new egg:
> https://github.com/utz82/xmkit-scm
>
> It's for parsing XM (Fasttracker 2 music module) files. Probably not
> too useful for the majority of Chicken users, but hey, more is always
> good, right?
>
> Since it's my first egg, I would appreciate it if someone could have a
> quick look to see if there are any glaring errors, before I create the
> actual release. Specifically, I'm a bit unsure regarding to what I
> should (import) and what I should (use). Of course I'm also happy to
> receive any general code critique.
>
> For now, the egg is for Chicken 4 only, for reasons mentioned
> earlier. I promise to add C5 support later on, though.

Thanks.  I think you forgot to tag (or push tags) to the repo.

You can test the whole initial release of an egg with the test-new-egg
egg [1].  Example:

  $ chicken-install test-new-egg openssl
  $ test-new-egg 
'https://raw.githubusercontent.com/utz82/xmkit-scm/master/xmkit.release-info'

For optimal results, make sure to `git clean -dxf` the source directory
of your egg (also make sure that `git clean -dxf' won't remove useful
content that for some reason has not been added to git yet).

[1] http://wiki.call-cc.org/eggref/4/test-new-egg

All the best.
Mario
-- 
http://parenteses.org/mario



reply via email to

[Prev in Thread] Current Thread [Next in Thread]