Closed sbromberger closed 9 years ago
Probably needs JuliaLang/Compat.jl#107 not to break 0.3
of course. One sec.
Not sure why that test is failing.
because https://github.com/JuliaLang/Compat.jl/issues/107 has not been fixed or tagged yet
I have no idea why, but with these deprecation warnings the GC state was not turning back on for me. Could it be because of depwarn()
? So +1 to merging this PR ASAP.
Also, should the GC state be saved and restored to the original one instead of "true"?
I just tagged a Compat.jl release that implements JuliaLang/Compat.jl#107. But there's no need to use the @compat
macro here.
I restarted the build (which should pass), but as @simonster pointed out, you should remove @compat
, as nothing needs to be rewritten.
@sbromberger Looks good. Squash the commits?
Not easily, I don't think - I edited within github.
Okay, I pushed your first commit to master b998284b9627361cab8c3a22e00191d19a1c09d1
Thanks. Sorry - I've been out all day.
No problem. Thanks for tracking down and fixing the issue.
My pleasure. Would you mind tagging so I can update my REQUIRE? Thanks!
Pending in JuliaLang/METADATA.jl#2824
Awesome! Thanks again.
Remove deprecation warnings in latest 0.4