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

Fixed a bug when using SBCL and latest trivial-gray-streams #3

Merged
merged 1 commit into from
Oct 23, 2013

Conversation

bakketun
Copy link
Contributor

This patch fixes a bug that surfaced due to changes in trivial-gray-streams.

@bakketun
Copy link
Contributor Author

This fixes the failing tests mentioned in Issue #2.

hanshuebner added a commit that referenced this pull request Oct 23, 2013
Fixed a bug when using SBCL and latest trivial-gray-streams
@hanshuebner hanshuebner merged commit 927fca8 into edicl:master Oct 23, 2013
mv2devnul added a commit to mv2devnul/flexi-streams that referenced this pull request Dec 9, 2013
Issue edicl#3: calling FILE-POSITION instead of STREAM-FILE-POSITION, per
trivial-gray-streams maintainer request.

Issue edicl#4: flexi-streams was not updating its notion of POSITION.
Wanted to be defer handling of :start/:end to underlying stream,
so the setter method of STREAM-FILE-POSITION calls FILE-POSITION
(aka Issue edicl#3), then if that returns a non-nil value, calls
FILE-POSITION to find what POSITION should be set to.
hanshuebner added a commit that referenced this pull request Dec 9, 2013
Fixing issue #3 and #4 on GitHub.
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.

2 participants