Allow dictionary of qualifiers in e3.anod.deps Dependency
Open
@JulienBortolussiAda is already working on this.
Since Sep 13, 2023.
- Dominant language
- Python
- Stars
- 32
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
For now the qualifier must be passed as string. It is not really convenient since the qualifier are accessed through dictionary in the specs. We end up with error prone string formatting that could be avoided.
To be compatible with the name generator, the boo leans will be interpreted:
- True: replace with ""
- False: remove the qualifier (False is the default for tag qualifier)
Contributor guide
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.