-
Notifications
You must be signed in to change notification settings - Fork 92
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
exception on variant matching #101
Comments
I've found some more potential issues in the original code and in the patch above but I'm not 100% sure about the DNC stuff because I've never come across that property before. I've already committed fixes and a new feature to a fork of your repo but would like to discuss this before submitting a PR to make sure my understanding is correct. For what I understand so far, a part marked DNC is considered to never change in any variant, effectively meaning, 'always populate.' In that case, and according to the function name,
Is that correct? |
The meaning is different: parts marked as DNC shouldn't be replaced by generic equivalents. |
@t3hcatpaw has this been fixed for you now with the update in #106 ? |
This should be fixed by #105
This comparisson was removed by #105 |
I'm getting an exception when running KiBoM, using the
+<VARIANT>
and-<VARIANT>
syntaxin the config field:
this patch fixes it
The text was updated successfully, but these errors were encountered: