We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
push!
SentinelArrays.jl/src/BufferedVectors.jl
Line 32 in fa840f9
I think the piracy here should be avoided if possible. I noticed this when the error message for something like push!(0, 0) changed
push!(0, 0)
The text was updated successfully, but these errors were encountered:
I hit this today. To type pirate an function as core as Base.push!() seems rather presumptuous.
Base.push!()
Sorry, something went wrong.
@Drvi, would you mind fixing this? Otherwise, I can try to fix today
Ah I see what is going on, I'll make a PR shortly. Thanks all!
BufferedVector
Successfully merging a pull request may close this issue.
SentinelArrays.jl/src/BufferedVectors.jl
Line 32 in fa840f9
I think the piracy here should be avoided if possible. I noticed this when the error message for something like
push!(0, 0)
changedThe text was updated successfully, but these errors were encountered: