Skip to content

Conversation

@octaspire
Copy link

  • 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.

 * 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.
@octaspire octaspire force-pushed the fix-dwim-map-and-dependency branch from e9e0089 to 66e8380 Compare July 2, 2022 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant