quicklisp-projects icon indicating copy to clipboard operation
quicklisp-projects copied to clipboard

Please add abstract-arrays

Open digikar99 opened this issue 2 years ago • 2 comments

Please retrieve using the tags: https://github.com/digikar99/abstract-arrays

This library provides an abstract-array class and an abstract-array-class metaclass, which can then be used for creating concrete arrays like dense-arrays or sparse-arrays (yet to be done)! It also provides type specifiers for the specification of element-type and rank (and dimensions if you are using extensible-compound-types, albeit using satisfies type hackery.

digikar99 avatar Jun 03 '22 10:06 digikar99

Failure log here: http://report.quicklisp.org/2022-06-09/failure-report/abstract-arrays.html

quicklisp avatar Jun 09 '22 22:06 quicklisp

Added the description and made a small fix; could you please check if the new version v0.1.1 builds correctly?

digikar99 avatar Jun 10 '22 09:06 digikar99