AutoRefactor
AutoRefactor copied to clipboard
Ease writing API migrations with AutoRefactor
When writing libraries, newer major versions can sometimes break API compatibility. It would be nice if AutoRefactor allowed to easily write migration tools. Most changes would entail:
- method renames
- converting from old to new APIs
Depends on #110.
There is an existing tool for this use case: walkmod