You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2022. It is now read-only.
right now, if used on Julia v1.5 (which is as yet unreleased), you get something like
WARNING: Method definition startswith(Any) inmodule Base at strings/util.jl:128 overwritten inmodule 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) inmodule Base at strings/util.jl:113 overwritten inmodule 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 inmodule 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
right now, if used on Julia v1.5 (which is as yet unreleased), you get something like
contains
PR add contains (argument flipped occursin) JuliaLang/julia#35132 andendswith
/startswith
PR Curried versions of endswith and startswith JuliaLang/julia#35052)if VERSION < 1.5
to our code.The text was updated successfully, but these errors were encountered: