JuliaComputing / Deprecations.jl

A database of julia deprecations and how to fix them
Other
17 stars 7 forks source link

List of deprecations to implement #20

Open KristofferC opened 6 years ago

KristofferC commented 6 years ago

Will keep adding to this:

Some of these might be unsafe to do without semantic analysis. Look into using https://github.com/ZacLN/StaticLint.jl and see how well it can be used to figure out where the binding originate from.

miguelraz commented 6 years ago

From NEWS.md... Not a final list, but rather to start weeding them out.


Simple renames ... as well as the case for all other stdlib deprecations.

stdlib exports

Done

Light Expression mangling

More Expression mangling

bjarthur commented 6 years ago

+1 for auto-fixing a positional dimensions argument!

bjarthur commented 6 years ago

ismatch -> contains can be checked off this list