Skip to content

Commit

Permalink
Merge pull request #82 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 6ce23cf + 804b425 commit dbbb729
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deps/SnoopCompile/precompile/precompile_AcuteML.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ function _precompile_()
precompile(Tuple{typeof(AcuteML.multiString),Float64})
precompile(Tuple{typeof(AcuteML.multiString),Int64})
precompile(Tuple{typeof(AcuteML.multiString),String})
precompile(Tuple{typeof(addelm!),Document,String,Nothing,Type{AbsAttribute}})
precompile(Tuple{typeof(addelm!),Node,String,Array{Any,1},Type{AbsNormal}})
precompile(Tuple{typeof(addelm!),Node,String,Array{Float64,1},Type{AbsNormal}})
precompile(Tuple{typeof(addelm!),Node,String,Array{Int64,1},Type{AbsNormal}})
Expand Down

2 comments on commit dbbb729

@aminya
Copy link
Owner Author

@aminya aminya commented on dbbb729 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 updated: JuliaRegistries/General/9144

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.6.0 -m "<description of version>" dbbb729a9f881bdfb63148c25a507fca596491a9
git push origin v0.6.0

Please sign in to comment.