-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Test some libgit2 warnings #21566
Test some libgit2 warnings #21566
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yay thank you, that works locally
there are also the readuntil(IO,AbstractString) will perform poorly
ones but I think @omus added those
Glad it works, when I get back I can take a look at the readstring ones if
no one else has.
…On Wed, Apr 26, 2017, 9:45 AM Tony Kelman ***@***.***> wrote:
***@***.**** approved this pull request.
yay thank you, that works locally
there are also the readuntil(IO,AbstractString) will perform poorly ones
but I think @omus <https://github.com/omus> added those
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#21566 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAyk46RvKElYr9MQpm2g6Pjp51qeO_tJks5rz3ShgaJpZM4NJH-j>
.
|
Right, but if that's post-0.6 material, will it be possible to do something quick with test_warn so these tests are quieter for the lifetime of the release-0.6 branch? |
The warning is coming from https://github.com/JuliaLang/julia/blob/master/test/TestHelpers.jl#L95. We could either silence the warning by redirecting STDERR at this point or adding a keyword into |
Is the AV failure real? Can we merge? |
it's #16555 |
Re #21560.