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

Add explanation of "sharing" for generalized arrays and other small things. #9

Merged

Conversation

gambiteer
Copy link
Contributor

generic-arrays.scm:

  1. Comment out impossible code instead of just documenting it.

test-arrays.scm

  1. Add array-extract tests to ensure test coverage of generic-arrays.scm.

srfi-122.scm:

  1. Explain that one could add "sharing" for generalized array with a
    fixed overhead cost, but we chose not to do so.

generic-arrays.scm:

1.  Comment out impossible code instead of just documenting it.

test-arrays.scm

1.  Add array-extract tests to ensure test coverage of generic-arrays.scm.

srfi-122.scm:

1.  Explain that one could add "sharing" for generalized array with a
fixed overhead cost, but we chose not to do so.
I added dates for Draft 9 and (tentatively) Draft 10.
@arthurgleckler arthurgleckler merged commit ca4e858 into scheme-requests-for-implementation:master Aug 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants