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

Fix wrapper class ordering, to fix mis-association of methods with prefixed class names

parent 3ebb7c16
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,8 @@ class Method:
CLASSES = [
# /!\ Order matters, class names that are prefixes of others should go last.
"options",
"ctx",
......@@ -165,7 +167,7 @@ CLASSES = [
"qpolynomial", "pw_qpolynomial",
"term",
"band", "schedule", "schedule_constraints",
"band", "schedule_constraints", "schedule",
"schedule_node",
"access_info", "flow", "restriction",
......
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