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.
Add missing dependency to the system definition. It made
the system loading to fail on ch14-compression.lisp
that uses flexi-streams.
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.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.