oh, so why can't I see your method signature?  I just did a fresh
Pkg.update() to be sure...

julia> methods(push!)
# 13 methods for generic function "push!":
push!(a::Array{Any,1},item) at array.jl:464
push!{T}(a::Array{T,1},item) at array.jl:453
push!(B::BitArray{1},item) at bitarray.jl:454
push!(s::IntSet,n::Integer) at intset.jl:32
push!(::EnvHash,k::String,v) at env.jl:114
push!(t::Associative{K,V},key,v) at dict.jl:241
push!(s::Set{T},x) at set.jl:18
push!(a::PyVector{T},item) at
/Users/gustavolacerda/.julia/v0.3/PyCall/src/conversions.jl:276
push!(a::SynchronousStepCollection,args...) at
/Users/gustavolacerda/.julia/v0.3/BinDeps/src/BinDeps.jl:106
push!(c::Choices,args...) at
/Users/gustavolacerda/.julia/v0.3/BinDeps/src/BinDeps.jl:177
push!(A) at abstractarray.jl:1390
push!(A,a,b) at abstractarray.jl:1391
push!(A,a,b,c...) at abstractarray.jl:1392



On Sat, Jul 19, 2014 at 11:02 AM, Keith Campbell <[email protected]> wrote:
> (copied from email reply)
> "Sorry! I thought you would be notified, but I guess the discussion was all
> on the list rather than in an Issue.
>
> It was pull request #621, merged June 10.
> You can see the code changes at:
> https://github.com/JuliaStats/DataFrames.jl/commit/3cf97fffde38517783d41f431da12714766a51c9
> "
> A 2nd pull request relaxed the typing on the Associative argument:
> https://github.com/JuliaStats/DataFrames.jl/commit/d5f657d6be4df63a76e61fbaa4f43c8a54df3132

Reply via email to