Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

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

Closed
nickrobinson251 opened this issue May 27, 2020 · 0 comments · Fixed by #16
Closed

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

nickrobinson251 opened this issue May 27, 2020 · 0 comments · Fixed by #16

Comments

@nickrobinson251
Copy link
Contributor

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant