OpenPrinting / OpenPrinting/libcups
ipptool: Add DISPLAY-WARNING predicate
Open
@michaelrsweet is already working on this.
Since May 17, 2022.
enhancement
priority-low
- Dominant language
- C
- Stars
- 81
- Forks
- 48
- Avg merge
- 23h 58m
- Merged PRs (30d)
- 2
Description
It would be nice to support warnings when running tests, e.g. if a Printer supports a deprecated operation or attribute, we could write:
EXPECT operations-supported WITH-VALUE 0x0012 DISPLAY-WARNING "The Purge-Jobs operation is DEPRECATED and SHOULD NOT be implemented any longer."
Similarly, we could display a warning for a status code that is unexpected:
STATUS client-error-not-found DISPLAY-WARNING "client-error-not-found is not defined for this operation."
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.