Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix function dwim-map, add missing dependency, fix whitespace #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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