---------- Forwarded message ----------
From: "Jeremy Steward" <xxxxxx@github.com>
Date: Apr 30, 2016 4:21 PM
Subject: [scheme-requests-for-implementation/srfi-128] CHICKEN Packaging (#2)
To: "scheme-requests-for-implementation/srfi-128" <srfi-128@noreply.github.com>
Cc:

This provides the legwork and files necessary to package SRFI-128 for CHICKEN Scheme, and incorporate it into an egg (CHICKEN Extension). Everything works without fail, with the exception of one test in the comparators/comparators-test.scm file. The failing test is the final one, which fails because calling (fake-salt-hash #t) is an error. I do not know the origin of this test or what it is supposed to mean, but outside of that everything should just work.

NOTE: A LICENSE and README are added as well, to explain the licensing as well as what the extraneous files in the repository are if people come to visit the repo and wonder what the meta, setup, and release-info files are doing.

Lastly, if this is merged, could you please add a tag to the repo on Github so that we can include it as a CHICKEN extension? Should be as easy as:

$ git tag 0.1
$ git push origin master --tags

Whether you want to annotate that tag or not is up to you (-a option for git tag).


You can view, comment on, or merge this pull request online at:

  https://github.com/scheme-requests-for-implementation/srfi-128/pull/2

Commit Summary

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub