You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v.1.2: Fix function dwim-map and method generic-elt for vectors
* Fix function `dwim-map` in chapter 6. It left the first
sequence out from the mapping. Add also new unit test
for this function. It detects the issue and prevents
regression.
* Fix method `generic-elt`, specialized for vectors, from
chapter 7. It calculated the index wrong for negative
keys. Add also new unit test for this method.
It detects the issue and prevents regression.
* Add missing dependency to the system definition. It made
the system loading to fail on `ch14-compression.lisp`
that uses flexi-streams.
* Remove one unnecessary space from end of line.
0 commit comments