Skip to content

Commit

Permalink
Merge pull request #56 from JuliaMusic/SnoopCompile_AutoPR_refs/heads…
Browse files Browse the repository at this point in the history
…/master

[AUTO] Update precompiles
  • Loading branch information
aminya authored Nov 27, 2020
2 parents 0d8c69a + fdbc4c8 commit bddfb90
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ function _precompile_()
Base.precompile(Tuple{Core.kwftype(typeof(MusicXML.Type)),NamedTuple{(:rest, :duration),Tuple{Rest,Int64}},Type{Note}})
Base.precompile(Tuple{Core.kwftype(typeof(MusicXML.Type)),NamedTuple{(:scoreparts,),Tuple{Array{ScorePart,1}}},Type{PartList}})
Base.precompile(Tuple{Core.kwftype(typeof(MusicXML.Type)),NamedTuple{(:time, :divisions, :clef, :staves, :key),Tuple{Time,Int64,Array{Clef,1},Int64,Key}},Type{Attributes}})
Base.precompile(Tuple{typeof(Base.vect),Clef,Vararg{Clef,N} where N})
Base.precompile(Tuple{typeof(Base.vect),Note,Vararg{Note,N} where N})
Base.precompile(Tuple{typeof(Base.vect),Part,Vararg{Part,N} where N})
Base.precompile(Tuple{typeof(Base.vect),ScorePart,Vararg{ScorePart,N} where N})
Base.precompile(Tuple{typeof(println),Base.PipeEndpoint,Pitch})
Base.precompile(Tuple{typeof(println),Pitch})
Base.precompile(Tuple{typeof(readmusicxml),String})
Base.precompile(Tuple{typeof(vcat),Measure,Measure})
Base.precompile(Tuple{typeof(writemusicxml),String,Vararg{Any,N} where N})
end

0 comments on commit bddfb90

Please sign in to comment.