Skip to content

Commit

Permalink
Merge pull request JuliaLang#162 from timholy/pull-request/074c5b49
Browse files Browse the repository at this point in the history
Turn on precompilation
  • Loading branch information
johnmyleswhite committed Aug 24, 2015
2 parents b26774c + 074c5b4 commit ac288f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DataArrays.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
VERSION >= v"0.4.0-dev+6641" && __precompile__()

module DataArrays
using Base.Cartesian, Compat, Reexport
@reexport using StatsBase
Expand Down

0 comments on commit ac288f7

Please sign in to comment.