Generalized Arrays v2.0.0
Jeremy Steward <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Organization | ThatGeoGuy |
| Message-ID | <[email protected]> |
Hello all, It was brought to my attention that the v1.x series of Generalized-Arrays broke some things due to a name collision with the functional arrays egg <https://api.call-cc.org/5/doc/arrays>. To remedy this, I fixed the imports to now be (import generalized-arrays) and released a v2.0.0 (since this is a breaking change). @Mario: I've also changed my default branch to be called 'main'. I'm not sure if you need to update the URL for the release-info file, but you can find it here: <https://gitlab.com/ThatGeoGuy/chicken-generalized-arrays/-/raw/main/generalized-arrays.release-info> Apologies for the inconvenience in the meanwhile. Cheers, -- Jeremy Steward