tonyhffong / Lint.jl

A lint tool for Julia code
Other
168 stars 33 forks source link

fixed julia 1.0 incompatibilities #258

Closed rssdev10 closed 5 years ago

rssdev10 commented 5 years ago

1) open(readstring, f) replaced by read(f, String) 2) Base.println_with_color replaced by Base.printstyled

scls19fr commented 5 years ago

Hello,

I noticed that https://travis-ci.org/tonyhffong/Lint.jl/jobs/487834494 shows a lot of error with occursin

MethodError: no method matching occursin(::String)

Kind regards