Skip to content

Commit

Permalink
fix pkg3 precompile (#26913)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Apr 26, 2018
1 parent ef76d9c commit 1429744
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions stdlib/Pkg3/src/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,6 @@ precompile(Tuple{typeof(Base.:(==)), Symbol, Int64})
precompile(Tuple{typeof(Base.:(==)), UInt32, Int64})
precompile(Tuple{typeof(Base.:(>)), Int64, Int64})
precompile(Tuple{typeof(Base.:()), Base.UUID, Array{Base.UUID, 1}})
precompile(Tuple{typeof(Base.Broadcast._broadcast!), typeof(Base._views), Array{Any, 1}, Tuple{Tuple{Bool}}, Tuple{Tuple{Int64}}, Tuple{Array{Any, 1}}, Base.Val{1}, Base.IteratorsMD.CartesianIndices{1, Tuple{Base.OneTo{Int64}}}, Base.IteratorsMD.CartesianIndex{1}, Int64})
precompile(Tuple{typeof(Base.Broadcast._broadcast!), typeof(Base._views), Array{Expr, 1}, Tuple{Tuple{Bool}}, Tuple{Tuple{Int64}}, Tuple{Array{Any, 1}}, Base.Val{1}, Base.IteratorsMD.CartesianIndices{1, Tuple{Base.OneTo{Int64}}}, Base.IteratorsMD.CartesianIndex{1}, Int64})
precompile(Tuple{typeof(Base.Broadcast._broadcast!), typeof(Base._views), Array{LineNumberNode, 1}, Tuple{Tuple{Bool}}, Tuple{Tuple{Int64}}, Tuple{Array{Any, 1}}, Base.Val{1}, Base.IteratorsMD.CartesianIndices{1, Tuple{Base.OneTo{Int64}}}, Base.IteratorsMD.CartesianIndex{1}, Int64})
precompile(Tuple{typeof(Base.Broadcast._broadcast!), typeof(Base._views), Array{Symbol, 1}, Tuple{Tuple{Bool}}, Tuple{Tuple{Int64}}, Tuple{Array{Any, 1}}, Base.Val{1}, Base.IteratorsMD.CartesianIndices{1, Tuple{Base.OneTo{Int64}}}, Base.IteratorsMD.CartesianIndex{1}, Int64})
precompile(Tuple{typeof(Base.Broadcast._broadcast!), typeof(Base._views), Array{typeof(Base.lastindex), 1}, Tuple{Tuple{Bool}}, Tuple{Tuple{Int64}}, Tuple{Array{Any, 1}}, Base.Val{1}, Base.IteratorsMD.CartesianIndices{1, Tuple{Base.OneTo{Int64}}}, Base.IteratorsMD.CartesianIndex{1}, Int64})
precompile(Tuple{typeof(Base.Filesystem.isabspath), String})
precompile(Tuple{typeof(Base.Filesystem.ispath), String})
precompile(Tuple{typeof(Base.Iterators.enumerate), Array{Base.UUID, 1}})
Expand Down

2 comments on commit 1429744

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily benchmark build, I will reply here when finished:

@nanosoldier runbenchmarks(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @ararslan

Please sign in to comment.