AccelerationNet / access

A common lisp library to unify access to common dictionary-like data-structures
Other
84 stars 12 forks source link

Some systems failed to build for Quicklisp dist #11

Closed quicklisp closed 3 years ago

quicklisp commented 3 years ago

Building with SBCL 2.0.11.142-1b0795826 / ASDF 3.3.1 for quicklisp dist creation.

Trying to build commit id 8a8259e5c93605e9c68cc697efee71d09d6fc873

access-test fails to build because of a failure in access.

access fails to build with the following error:

; caught WARNING:
;   Constant (SETF AREF) conflicts with its asserted type (OR FUNCTION SYMBOL).
;   See also:
;     The SBCL Manual, Node "Handling of Types"
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001A48103}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "access" "access">

Full log here

quicklisp commented 3 years ago

Oops, duplicate of #10