-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
Currently function renaming behavior is handled ambigously, it seems we use the function name from the new version in C/C++/Java and the function name from the old version in Python.
I would like to modify this behavior so that we explicitly record that the function has been renamed.
Perhaps an entry in the row that looks something like:
old_name -> new_name