Re: Updating utf8's Unicode char sets
Wolfgang Corcoran-Mathe via Chicken-users <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
Hi Mario, On 2025-07-06 20:05 +0200, Mario Domenech Goulart wrote: > Thanks for the updates to the egg. > > I have similar concerns as Pietro's. If I understand correctly, the > approach you propose would cause reproducibility problems: the same > version of the egg, given the same inputs, might produce different > results, depending on the state of the stuff it fetches. I've changed the files that I've uploaded to bugs.call-cc.org so that the extensions are manually generated by running generate-sets.scm. (It was a one-line change.) The module files would be maintained under normal version control, so a given version will always build the same sources. Is this acceptable? -- Wolfgang Corcoran-Mathe <[email protected]>