-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IO Names not checked for uniqueness #2604
Comments
Seems to be violated often internally |
@jaeandersson can you comment please? |
Sorry for late answer. You say that it's violated internally. Do you have an example? I thought that was resolved. |
Just add a quick assertion internally and run the unittests.. |
Oh, I misunderstood. I meant that I thought that the issue of getting duplicate names because of differentiation had been resolved, but this is a different issue. |
Added an implementation of the check using hashes (should be faster than string comparison, but probably overkill): a426fa3 |
I believe that this is a breaking change. Currently, you'll get duplicate names internally as part of the derivative generation, cf. #2040. Don't think we should disallow duplicate names before we've resolved that issue |
#2040 has now been resolved |
The text was updated successfully, but these errors were encountered: