Closed GoogleCodeExporter closed 9 years ago
For most renamings and namemappings, the form (KEY, VALUE) means "The attribute
KEY should get its value from VALUE".
For RenamingStep and renaming(...) the current behavior is different. Here
(KEY, VALUE) means "rename KEY to VALUE".
It would probably make more sense to have a common behavior.
Original comment by c...@cs.aau.dk
on 10 Sep 2012 at 8:05
To remedy this issue, there are now (in r8) functions called renamefromto and
renametofrom in __init__.py. For backwards compatibility, rename is an alias
for renamefromto. Likewise, there are now steps called RenamingFromToStep and
RenamingToFromStep in steps.py. RenamingStep is an alias for
RenamingFromToStep.
Original comment by c...@cs.aau.dk
on 15 Sep 2012 at 3:50
Original issue reported on code.google.com by
julien.c...@gmail.com
on 6 Sep 2012 at 10:38