Project compat - CSV
Closed this issue · 0 comments
thazhemadam commented
Running using Xtals
in a freshly instantiated environment causes the following error.
julia> using Xtals
[ Info: Precompiling Xtals [ede5f01d-793e-4c47-9885-c447d1f18d6d]
ERROR: LoadError: TypeError: in Type{...} expression, expected UnionAll, got Type{Parsers.Options}
Stacktrace:
[1] top-level scope
@ ~/.julia/packages/CSV/Zl2ww/src/detection.jl:164
[2] include(mod::Module, _path::String)
@ Base ./Base.jl:417
[3] include(x::String)
@ CSV ~/.julia/packages/CSV/Zl2ww/src/CSV.jl:1
[4] top-level scope
@ ~/.julia/packages/CSV/Zl2ww/src/CSV.jl:27
[5] include
@ ./Base.jl:417 [inlined]
[6] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt64}}, source::String)
@ Base ./loading.jl:1318
[7] top-level scope
@ none:1
[8] eval
@ ./boot.jl:373 [inlined]
[9] eval(x::Expr)
@ Base.MainInclude ./client.jl:453
[10] top-level scope
@ none:1
This is the same as this issue and should be fixed by relaxing the compat
constraints.
This issue breaks downstream packages (such as ChemistryFeaturization.jl) as well.