Drop support for 0.4 and 0.5, fix type and immutable depwarns#36
Conversation
e9746a5 to
316b9dc
Compare
mortenpi
left a comment
There was a problem hiding this comment.
LGTM, many thanks! I assume it's ready to go?
|
As for module Foo
foo() = current_module(), @__MODULE__
end
Foo.foo()If I remember correctly, |
|
Yep, ready to go as far as I'm concerned. Thanks! |
|
Nightly test failures are unrelated, due to a bug on Julia master as far as I can tell. |
Awaiting #35 decision.
BTW, I also tried to fix the
current_moduledepwarns using@__MODULE__, but that didn't work straight away; not sure why yet.Closes #35