Skip to content
Snippets Groups Projects
Commit 2a6a743f authored by Liam Healy's avatar Liam Healy
Browse files

Be strict on initial marray values; default marrays

Removed some marrays marked as :input when their values were not used.
This failed in CCL because the arrays in those cases were created with
no initial values, and no values were set, so that they were marked
cl-invalid.  Created #'make-marray-or-default to facilitate defaulting
of marrays in defmfun, and marking validity appropriately.
Test results:
SBCL 64:
TOTAL: 1627 assertions passed, 6 failed, 0 execution errors.
CCL 64:
TOTAL: 1620 assertions passed, 13 failed, 0 execution errors.
parent a13502c2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment