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

Update zinc: fix edge case in ZnUTF8Encoder>>#ensureAtBeginOfCodePointOnStream: #12

Merged
merged 6 commits into from
Jan 16, 2024

Conversation

svenvc
Copy link

@svenvc svenvc commented Jan 16, 2024

No description provided.

daniels220 and others added 6 commits December 15, 2023 15:55
…eam (fixes #130)

If we #position: a character readStream and the argument corresponds to end-of-stream, we don't want to try to read off the end of the stream--but we can be sure that we're not in the middle of a (valid) codepoint, regardless.
Don't check for being in the middle of a codepoint when at end-of-stream (fixes #130)
Make sure SocketStream also understands #wrappedStream, and now #rawStream, as this is another possible "base stream" class.
Add #rawStream, analogous to #wrappedStream but accessing the innermost wrapped stream
@svenvc svenvc merged commit 6895413 into feenkcom:master Jan 16, 2024
6 checks passed
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