nim reported a new issue against the project: `golist` that you are following: `` `golist` only implements a single output format, which means this output needs to be reprocessed in shell before being fed to other software, like rpm¹.
This shell reprocessing is brittle and adds noise to Go package build logs.
Mature utilities allow specifying an output format template, which simplifies their integration with other software. This can be done:
* either by defining a custom format string using predefined variables (as [done](http://man7.org/linux/man-pages/man1/time.1.html) by the `time -f`command), * or by specifying a specific package dep format built-in (as done by the `fcquery --format '%{=pkgkit}'` command, that allowed direct integration [within rpm](https://github.com/rpm-software-management/rpm/blob/ff4b9111aeba01dd025dd133...) in [2009](https://bugs.freedesktop.org/show_bug.cgi?id=17107)).
`golist` should implement something similar.
¹ Typically to [add `golang()`](https://pagure.io/go-rpm-macros/blob/master/f/rpm/macros.d/macros.go-rpm#_22...) around dependencies, would need more processing if it ever evolves to list version constrains ``
To reply, visit the link below or just reply to this email https://pagure.io/golist/issue/13
qulogic added a new comment to an issue you are following: `` Do you need format string for file lists (or just the provided/installed)? ``
To reply, visit the link below or just reply to this email https://pagure.io/golist/issue/13
The issue: `golist should permit specifying its output format` of project: `golist` has been assigned to `qulogic` by qulogic.
nim added a new comment to an issue you are following: ``
Do you need format string for file lists (or just the provided/installed)?
There's no need to format file lists, as long as the installation is left to something else.
If golist was to take over installation (as is done by modist install) it would need to output directories with `%dir` in rpm mode. ``
To reply, visit the link below or just reply to this email https://pagure.io/golist/issue/13
The status of the issue: `golist should permit specifying its output format` of project: `golist` has been updated to: Closed by qulogic.
qulogic added a new comment to an issue you are following: `` I'm going to say this is done well enough for now by #23. ``
To reply, visit the link below or just reply to this email https://pagure.io/golist/issue/13
golang@lists.fedoraproject.org