-
Notifications
You must be signed in to change notification settings - Fork 36
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
Index keys need to support case-insensitive compares #96
Comments
This is a good idea. |
@jkrech Are |
CMSIS-Pack is case sensitive and all we are prescribing in the specification is that each Dvendor is responsible for the uniqueness of the Dname / Dvariant descriptions distributed by their own packs. This shall ensure that the touple |
Thanks. That's helpful. @flit We may have to find another way to search case-insensitively. I also need to have |
Ok, well, I've already implemented case-insensitivity in pyOCD, anyway. More generally, I agree the DFP attributes must be case-sensitive. Those contain device vendor names or part numbers. But from a usability perspective in pyOCD, making target type names case-insensitive is a must. |
The keys for
Cache.index
should be all lower-case so that devices can be found with a case-insensitive match.The text was updated successfully, but these errors were encountered: