Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't be loaded on julia 0.6 #68

Closed
davidanthoff opened this issue Mar 18, 2017 · 4 comments
Closed

Can't be loaded on julia 0.6 #68

davidanthoff opened this issue Mar 18, 2017 · 4 comments

Comments

@davidanthoff
Copy link

davidanthoff commented Mar 18, 2017

I get this on the latest master of CSV:

   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: http://docs.julialang.org
   _ _   _| |_  __ _   |  Type "?help" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.6.0-pre.alpha.172 (2017-03-18 01:51 UTC)
 _/ |\__'_|_|_|\__'_|  |  Commit e097911* (0 days old master)
|__/                   |  x86_64-w64-mingw32

julia> using CSV
INFO: Precompiling module CSV.
WARNING: Method definition ==(Base.Nullable{S}, Base.Nullable{T}) in module Base at nullable.jl:244 overwritten in module NullableArrays at C:\Users\david\.julia\v0.6\NullableArrays\src\operators.jl:128
WARNING: Array{T}(::Type{T}, m::Int) is deprecated, use Array{T}(m) instead.
Stacktrace:
 [1] depwarn(::String, ::Symbol) at .\deprecated.jl:64
 [2] Array(::Type{Ptr{UInt8}}, ::Int64) at .\deprecated.jl:51
 [3] include_from_node1(::String) at .\loading.jl:539
 [4] include(::String) at .\sysimg.jl:14
 [5] include_from_node1(::String) at .\loading.jl:539
 [6] include(::String) at .\sysimg.jl:14
 [7] anonymous at .\<missing>:2
 [8] eval(::Module, ::Any) at .\boot.jl:235
 [9] process_options(::Base.JLOptions) at .\client.jl:286
 [10] _start() at .\client.jl:371
while loading C:\Users\david\.julia\v0.6\CSV\src\parsefields.jl, in expression starting on line 132
ERROR: LoadError: LoadError: TypeError: Type{...} expression: expected UnionAll, got Type{Slot}
Stacktrace:
 [1] include_from_node1(::String) at .\loading.jl:539
 [2] include(::String) at .\sysimg.jl:14
 [3] include_from_node1(::String) at .\loading.jl:539
 [4] include(::String) at .\sysimg.jl:14
 [5] anonymous at .\<missing>:2
while loading C:\Users\david\.julia\v0.6\CSV\src\io.jl, in expression starting on line 128
while loading C:\Users\david\.julia\v0.6\CSV\src\CSV.jl, in expression starting on line 146
ERROR: Failed to precompile CSV to C:\Users\david\.julia\lib\v0.6\CSV.ji.
Stacktrace:
 [1] compilecache(::String) at .\loading.jl:673
 [2] require(::Symbol) at .\loading.jl:460

julia>
@cjprybol
Copy link
Contributor

cjprybol commented Mar 18, 2017

maybe this thread will be helpful JuliaTime/TimeZones.jl#44 (comment)?

@davidanthoff
Copy link
Author

@quinnj Thanks for fixing this so quickly, things now work on master and my tests in Query that use CVS pass!

@davidanthoff
Copy link
Author

Oh, and of course would be really helpful for dependent packing CI testing if you could tag a version soon.

@quinnj
Copy link
Member

quinnj commented Mar 19, 2017

Going to get SQLite, Feather, and ODBC sorted out and then do tags all around (+ DataStreams).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants