Fix readall and isexecutable deprecations#40
Conversation
|
readstring needs to use the latest tag of Compat to work on release julia |
|
I don't understand. An unversioned |
|
Right but if some other package were to ever put an upper bound on Compat (unlikely but possible), an unversioned requirement would not flag a conflict but would break here. Best to version the lower bound to be on the safe side. |
|
The Travis failure is expected since Travis obviously doesn't have Matlab. I adjusted the settings to "only build if .travis.yml is present." We could maybe try something with the redistributable Matlab Compiler Runtime if that could be made to work, but would have to check the license very carefully for whether that's permitted usage. With a minimum version bound on Compat in |
|
Fair enough for the versioning. Should be good to go now. If it's desirable to have more widespread use of |
Fix readall and isexecutable deprecations
|
Yes good idea, that's worth a doc issue in Compat. |
Switching
isexecutabletoisfilewas mentioned previously here: JuliaLang/julia#12819 (comment)It would also be nice to get a new tagged release as the current one predates the release of
0.4and is stuffed with deprecation warnings.Thanks,
Josh