We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604333f commit 48245f7Copy full SHA for 48245f7
src/precompile.jl
@@ -2,7 +2,7 @@ const PRECOMPILE_DATA = "int,float,date,datetime,bool,null,str,catg,int_float\n1
2
function _precompile_()
3
ccall(:jl_generating_output, Cint, ()) == 1 || return nothing
4
while false; end
5
- # CSV.Context(IOBuffer(CSV.PRECOMPILE_DATA))
+ CSV.Context(IOBuffer(PRECOMPILE_DATA))
6
# foreach(row -> row, CSV.Rows(IOBuffer(PRECOMPILE_DATA)))
7
- CSV.Context(joinpath(dirname(pathof(CSV)), "promotions.csv"))
+ # CSV.Context(joinpath(dirname(pathof(CSV)), "promotions.csv"))
8
end
0 commit comments