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 peek Char #225

Merged
merged 2 commits into from
Jun 18, 2024
Merged

Fix peek Char #225

merged 2 commits into from
Jun 18, 2024

Conversation

nhz2
Copy link
Member

@nhz2 nhz2 commented Jun 15, 2024

Fixes #224 by implementing Base.peek(s::TranscodingStream, ::Type{UInt8})::UInt8

@nhz2 nhz2 requested a review from mkitti June 16, 2024 15:51
src/stream.jl Show resolved Hide resolved
@nhz2 nhz2 merged commit b5b03e6 into master Jun 18, 2024
26 checks passed
@nhz2 nhz2 deleted the nz/peek branch June 18, 2024 01:58
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.

peek(s::TranscodingStream, ::Type{Char}) errors
2 participants