invenia / Wrangling.jl

Wrangle your data into shape. Deals with Columns and Files and Lags and Cattle.
MIT License
1 stars 0 forks source link

Add VERSION check to be compatible with Julia v1.5+ #15

Closed nickrobinson251 closed 4 years ago

nickrobinson251 commented 4 years ago

right now, if used on Julia v1.5 (which is as yet unreleased), you get something like

WARNING: Method definition startswith(Any) in module Base at strings/util.jl:128 overwritten in module Wrangling at /home/pkgeval/.julia/packages/Wrangling/XBqSn/src/symbol_searching.jl:42.
  ** incremental compilation may be fatally broken for this module **

WARNING: Method definition endswith(Any) in module Base at strings/util.jl:113 overwritten in module Wrangling at /home/pkgeval/.julia/packages/Wrangling/XBqSn/src/symbol_searching.jl:42.
  ** incremental compilation may be fatally broken for this module **

WARNING: both Wrangling and Base export "contains"; uses of it in module Main must be qualified
basic varients: Error During Test at /home/pkgeval/.julia/packages/Wrangling/XBqSn/test/symbol_searching.jl:50
  Got exception outside of a @test
  UndefVarError: contains not defined