Skip to content

Commit

Permalink
Remove breaking precompilation code
Browse files Browse the repository at this point in the history
  • Loading branch information
essenciary authored May 4, 2023
1 parent 4950842 commit 73f5c88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Charts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ end
Base.convert(::Type{Vector{<:PlotData}}, dd::Vector) = PlotData[convert(PlotData, d) for d in dd]

# enhance precompilation

#=
pl = PlotLayout(
xaxis = [
PlotLayoutAxis(index = 1, title = "1"),
Expand All @@ -967,5 +967,6 @@ pl = PlotLayout(
d = JSON3.read(json(render(pl)), Dict{String, Any})
convert(PlotLayout, d)
=#

end

2 comments on commit 73f5c88

@essenciary
Copy link
Member Author

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.

Error while trying to register: "Tag with name v0.13.4 already exists and points to a different commit"

Please sign in to comment.