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

Support arbitrary DenseVector{UInt8} as valid sources. #1121

Closed
wants to merge 1 commit into from

Conversation

oscardssmith
Copy link
Contributor

The specific motivation of this is so that in Julia 1.11, Memory is a valid source, but it does seem reasonable in general.

@vtjnash
Copy link

vtjnash commented Feb 6, 2024

The problem in that list is the existing type IO, not the added type: this claims to support all IO, but then has some special cases to handle GenericIOBuffer which specifically are incomplete (as it accesses .data directly rather than going through take! in the else block)

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