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 readbytes! to avoid using internal API of IOBuffer less #1148

Merged
merged 6 commits into from
Mar 5, 2024

Commits on Feb 14, 2024

  1. Update readbytes! to avoid using internal API of IOBuffer less

    Note that this claims to be supported for all GenericIOBuffer, but Base only defines this function on a normal IOBuffer for which `pointer(data)` is contiguous space
    vtjnash authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6db619c View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Update Streams.jl

    vtjnash authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    e83cc6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be46f7d View commit details
    Browse the repository at this point in the history
  3. Update Streams.jl

    vtjnash authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    0ca7e3f View commit details
    Browse the repository at this point in the history
  4. Update Streams.jl

    vtjnash authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    109bf64 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    6f3353f View commit details
    Browse the repository at this point in the history