You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: