nim reported a new issue against the project: `golist` that you are following: `` Right now `golist` does not permit querying the imports of a project and its tests in a single pass. You can emulate most of it with two separate commands: ```sh golist --imported --package-path github.com/sirupsen/logrus --skip-self golist --imported --package-path github.com/sirupsen/logrus --skip-self --tests ``` However the second line can request things the first line decided to filter out, because they are provided by the project itself. And that will probably break some builds once https://github.com/rpm-software-management/rpm/pull/593 or https://pagure.io/fesco/issue/2004 are done.
For dynamic BuildRequires to work reliably, we really need a single codebase+tests call (we can still use the codebase-only line when a packager disables tests in its specs).
``
To reply, visit the link below or just reply to this email https://pagure.io/golist/issue/3
The issue: `golist needs a switch to process a codebase and its tests in a single pass` of project: `golist` has been assigned to `qulogic` by qulogic.
qulogic added a new comment to an issue you are following: `` Do you have any example packages that trigger this problem?
It is not too difficult to implement, but so far, I haven't been able to find a package that outputs itself in the `--tests --skip-self` results ``
To reply, visit the link below or just reply to this email https://pagure.io/golist/issue/3
The status of the issue: `golist needs a switch to process a codebase and its tests in a single pass` of project: `golist` has been updated to: Closed as Fixed by qulogic.
golang@lists.fedoraproject.org