Hello Chris!
One more, commit 69e6107c introduced optional parameters #!optional
start to vector-fill!, but end was overlooked (even though used in the
function).
I'd suggest the following:
diff --git a/src/runtime/vector.scm b/src/runtime/vector.scm
index 75baafb..90b4319 100644
--- a/src/runtim
Hello Chris!
Just a short notice, commit 70220c78a1ebd64ca276b831892e9315b7f08e7b
(Fix parameterization in unpars.scm.) has the following:
- (list (cons *unparse-with-maximum-readability?* #t))
+ (list (cons param: #t))
which to me seems like it is missing