Skip to content

Commit

Permalink
Merge pull request #91 from aminya/create-pull-request/SnoopCompile
Browse files Browse the repository at this point in the history
[AUTO] Update precompile_*.jl file
  • Loading branch information
aminya authored Feb 9, 2020
2 parents 8a8e34a + 8d04bf0 commit 2cf64a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deps/SnoopCompile/precompile/precompile_AcuteML.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _precompile_()
ccall(:jl_generating_output, Cint, ()) == 1 || return nothing
isdefined(AcuteML, Symbol("#8#18")) && precompile(Tuple{getfield(AcuteML, Symbol("#8#18")),Nothing})
isdefined(AcuteML, Symbol("#8#17")) && precompile(Tuple{getfield(AcuteML, Symbol("#8#17")),Nothing})
precompile(Tuple{Core.kwftype(typeof(AcuteML.render2file)),NamedTuple{(:id, :age, :field, :GPA, :courses),Tuple{Int64,Int64,String,Float64,Array{String,1}}},typeof(render2file),String,Bool})
precompile(Tuple{typeof(AcuteML.aml_create),Expr,Array{Union{Expr, Symbol},1},Array{Any,1},Array{Union{Missing, Expr, Symbol, Type},1},Array{Union{Expr, Symbol},1},Array{Union{Missing, String},1},Array{Union{Missing, Function, Symbol},1},Array{Type,1},String,Type{T} where T,Array{Union{Missing, Function, Symbol},0},Bool,Symbol})
precompile(Tuple{typeof(AcuteML.aml_parse),Expr})
Expand All @@ -24,10 +24,13 @@ function _precompile_()
precompile(Tuple{typeof(addelm!),Node,String,Array{Float64,1},Type{AbsNormal}})
precompile(Tuple{typeof(addelm!),Node,String,Array{Int64,1},Type{AbsNormal}})
precompile(Tuple{typeof(addelm!),Node,String,Array{String,1},Type{AbsNormal}})
precompile(Tuple{typeof(addelm!),Node,String,Float64,Type{AbsNormal}})
precompile(Tuple{typeof(addelm!),Node,String,Int64,Type{AbsNormal}})
precompile(Tuple{typeof(addelm!),Node,String,Nothing,Type{AbsAttribute}})
precompile(Tuple{typeof(addelm!),Node,String,Nothing,Type{AbsNormal}})
precompile(Tuple{typeof(addelm!),Node,String,String,Type{AbsAttribute}})
precompile(Tuple{typeof(addelm!),Node,String,String,Type{AbsNormal}})
precompile(Tuple{typeof(addelm!),Node,String,String,Type{AbsNormal}})
precompile(Tuple{typeof(findcontent),String,Node,Type{AbsNormal}})
precompile(Tuple{typeof(findcontent),Type{Array{Any,1}},String,Node,Type{AbsNormal}})
precompile(Tuple{typeof(findcontent),Type{Array{Float64,1}},String,Node,Type{AbsNormal}})
Expand Down

2 comments on commit 2cf64a5

@aminya
Copy link
Owner Author

@aminya aminya commented on 2cf64a5 Feb 9, 2020

Choose a reason for hiding this comment

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

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/9197

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.0 -m "<description of version>" 2cf64a5379a0a15998fe109856d6dd67164aa3b5
git push origin v0.8.0

Please sign in to comment.