I am getting the following warning when precompiling the package CSV:
julia> using CSV
INFO: Precompiling module CSV.
WARNING: static parameter R does not occur in signature for catvaluetype at /home/ufechner/.julia/v0.6/CategoricalArrays/src/value.jl:52.
The method will not be callable.
julia>
I get this warning after doing a completely clean install, before adding CSV nothing else was installed.
Output of Pkg.status():
julia> Pkg.status()
1 required packages:
- CSV 0.2.5
18 additional packages:
- BinaryProvider 0.3.3
- CategoricalArrays 0.3.14
- CodecZlib 0.4.4
- Compat 1.2.0
- DataFrames 0.11.7
- DataStreams 0.3.6
- DataStructures 0.8.4
- InternedStrings 0.6.2
- JSON 0.17.2
- Missings 0.2.10
- NamedTuples 4.0.2
- Nullables 0.0.8
- Reexport 0.1.0
- SHA 0.5.7
- SortingAlgorithms 0.2.1
- StatsBase 0.23.1
- TranscodingStreams 0.5.4
- WeakRefStrings 0.4.7
julia>
Any idea?