alire icon indicating copy to clipboard operation
alire copied to clipboard

[RFC] In manifest known problems entries

Open Fabien-Chouteau opened this issue 2 years ago • 0 comments

Having a way to list known problems in a release could be nice for the documentation and perceived quality of crates:

known_problems = [{title = "Bug in this", workaround = "Don't use it", fixed_in = "1.2.1"},
                  {title = "Bug in that", workaround = "Call this before", fixed_in = "1.2.1"}]

Fabien-Chouteau avatar Oct 25 '21 08:10 Fabien-Chouteau