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

Please add extensible-compound-types

Open digikar99 opened this issue 3 years ago • 2 comments

Please fetch from the master branch at https://github.com/digikar99/extensible-compound-types

The system provides a shadowing-cl package that allows the definition of user-defined compound-types. Built-in compound types provided by ANSI CL include (VECTOR &OPTIONAL ELEMENT-TYPE LENGTH) or (INTEGER &OPTIONAL LOWER-LIMIT UPPER-LIMIT). With this system, can define types such as (EQUALP OBJECT) type, or (TYPE= TYPE), or (PAIR TYPE-1 TYPE-2) type, or (CUSTOM-ARRAY ELEMENT-TYPE DIMENSIONS).

digikar99 avatar Apr 08 '22 08:04 digikar99

Failure log here: http://report.quicklisp.org/2022-06-09/failure-report/extensible-compound-types.html

quicklisp avatar Jun 09 '22 23:06 quicklisp

I made the fix and tested it locally. Could you please recheck?

digikar99 avatar Jun 10 '22 07:06 digikar99

Please avoid adding extensible-compound-types. I'm abandoning it in favour of peltadot.

digikar99 avatar Mar 28 '24 20:03 digikar99