Comments in Variant Definition Table
Open
@markh-de is already working on this.
Since Aug 8, 2025.
enhancement
priority::low
rfc
syntax-change
- Dominant language
- Python
- Stars
- 63
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to mark some rows and columns in Variant Definition Table as comments, so KiVar will just ignore them?
Example:
| comment for variant | Aspect_A | Aspect_B | Aspect_C | ... | |
|---|---|---|---|---|---|
| comment for choice | this sets the voltage | this sets the current | only C1 is for production, others are for testing during development process | ... | |
| Variant_One | low voltage variant | Choice_A1 | Choice_B1 | Choice_C1 | ... |
| Variant_Two | high voltage variant | Choice_A2 | Choice_B2 | Choice_C2 | ... |
| Variant_Three | same as low voltage, but uses different MPNs due to transistors inavailability | Choice_A3 | Choice_B3 | Choice_C3 | ... |
| ... | ... | ... | ... | ... | ... |
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.