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 eof() and read*() behaviour for ::File and ::LibuvStream #14699

Merged
merged 7 commits into from
Jan 24, 2016

Commits on Jan 20, 2016

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

Commits on Jan 22, 2016

  1. New test/read.jl

    Add eof(::File), seek(::File) etc
    samoconnor committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    3350310 View commit details
    Browse the repository at this point in the history
  2. Fix read!(::LibuvStream) and readbytes!(::LibuvStream)

    to be consisitent with other ::IOs
    See test case
    samoconnor committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    1a3b7ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f290e2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ce7a52 View commit details
    Browse the repository at this point in the history
  5. write(::IO, ::IO) tests

    samoconnor committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    ab32dfb View commit details
    Browse the repository at this point in the history
  6. Disable test of read*() from open(::Command).

    JuliaLang#14747
    
    clean up (hopefully) redundant celanup() calls in test/read.jl (left over from debugging hanging CI)
    samoconnor committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    98744de View commit details
    Browse the repository at this point in the history