JuliaIO / MAT.jl

Julia module for reading MATLAB files
MIT License
278 stars 71 forks source link

fix 0.5 depwarns #55

Closed Cody-G closed 8 years ago

Cody-G commented 8 years ago

Tests should pass on 0.3, 0.4, and 0.5. Unfortunately in 0.4 there are lots of these warnings:

WARNING: Base.String is deprecated, use AbstractString instead.

It seems to me like those warnings are no longer necessary. Is there any plan to remove them from 0.4?

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 90.485% when pulling c484a85cf5ba9bb1ced1a9fca62b10e7a772674b on Cody-G:cjg/05_depwarn into 2c0304321b1def601ffecaa1282b47eb666fb948 on simonster:master.