Generate a compiler note if the default initial element for make-array
is not a subtype of the element-type. According to ANSI CL the result of accessing uninitialised elements is undefined, and currently in CMUCL it can cause problems not detect in safe code when the default element not a subtype of the element-type - at least a compiler note is generated now.
Loading
Please register or sign in to comment