-
Notifications
You must be signed in to change notification settings - Fork 80
Fix remaining deprecations #358
Comments
I fixed the
Is that ok for now @vtjnash? Otherwise we need a fix for The module thing has been worked around by
That certainly is not ok, since that function is not present in 1.0 anymore. @vtjnash or @JeffBezanson: I would be very thankful for a fix. I don't fully get the interaction between |
No, this function is supposed to be deleted. That function call usages should be replaced with a macro to create the function pointer of the correct type at each use site. |
Then I need you help. The |
The other ones are here: Line 90 in 9e7b9da
So its these 3 |
Yes, |
Those other ones can just be deleted (optionally keep the |
Are the deleted in Julia 1.0? Or not. If it is still there my "hotfix" is probably ok and we can redesign
I understand this, but doesn't this mean that one cannot apply closures anymore to the function? What about all those What is with the simple So in summary, we will have |
Gtk master now passes test on Julia 0.7 but there are remaining things:
the
current_module
deprecations cannot be replaced by@__MODULE__
since it says thatGtk is not defined
the remaining
cfunction
replacements do not work, because the depend on local scope@vtjnash: I definitely need help on the remaining
cfunction
deprecations. Would be wonderful if you could have a look.The text was updated successfully, but these errors were encountered: