Skip to content
Snippets Groups Projects
Commit 67b65da2 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Add FIXME in rename_iname

parent e096ad32
No related branches found
No related tags found
No related merge requests found
...@@ -1101,6 +1101,7 @@ def rename_iname(knl, old_iname, new_iname, existing_ok=False, within=None): ...@@ -1101,6 +1101,7 @@ def rename_iname(knl, old_iname, new_iname, existing_ok=False, within=None):
var_name_gen = knl.get_var_name_generator() var_name_gen = knl.get_var_name_generator()
# FIXME: Distinguish existing iname vs. existing other variable
does_exist = var_name_gen.is_name_conflicting(new_iname) does_exist = var_name_gen.is_name_conflicting(new_iname)
if old_iname not in knl.all_inames(): if old_iname not in knl.all_inames():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment