Skip to content

Commit

Permalink
strip out old precompilation code
Browse files Browse the repository at this point in the history
AFAIK this isn't necessary anymore in recent versions of Julia
  • Loading branch information
tlnagy committed Feb 22, 2017
1 parent f315cfe commit c6ade7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 865 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
This is a log of major changes in Gadfly between releases. It is not exhaustive.
Each release typically has a number of minor bug fixes beyond what is listed here.

# Version 0.5.4 (WIP)

- Dramatically speed up precompilation by removing old, duplicate code (#958)

# Version 0.5.3

* Support for size aesthetic for `Geom.point` (#952, @tlnagy & @Mattriks)
Expand Down
3 changes: 0 additions & 3 deletions src/Gadfly.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,4 @@ end
const x_axis_label_aesthetics = [:x, :xmin, :xmax]
const y_axis_label_aesthetics = [:y, :ymin, :ymax]

include("precompile.jl")
_precompile_()

end # module Gadfly
Loading

0 comments on commit c6ade7e

Please sign in to comment.