Replies: 1 comment 2 replies
-
Great idea, thanks. I see two issues with the check as it is implemented right now:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to add support for memlet range overlap warning(in context of #424) and my solution involves sorting a list of elements of type
subsets.Range
. For using python's inbuilt sorting function, I can overload '<' operator forsubsets.Range
class or provide a custom compare function specifically for that call site. Which one is more feasible?Beta Was this translation helpful? Give feedback.
All reactions