Get removal round 2
Note to applications developers
Applications developers should use fix-getters-calls
0.3.0 to ease migration of their applications. If you also wish to change your get functions definition to comply with the standards implemented here, use fix-getters-def
0.3.0.
Object
This MR addresses two concerns identified during !639 (merged):
-
enum
getters generated automatically required specific renames inGir.toml
because they were consumingself
. -
get
elision was not applied in thesubclass
infrastructure.
These are 2/3 of the items listed in #325 (closed).
This second round addresses other important concerns. See the details in this gir PR.
Edited by François Laignel