[golist] Issue #3: golist needs a switch to process a codebase and its tests in a single pass

2019-05-26 Thread Elliott Sales de Andrade
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. https://pagure.io/golist/issue/3 ___ golang mailing list --

[golist] Issue #3: golist needs a switch to process a codebase and its tests in a single pass

2019-05-07 Thread Elliott Sales de Andrade
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

[golist] Issue #3: golist needs a switch to process a codebase and its tests in a single pass

2019-04-25 Thread Elliott Sales de Andrade
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. https://pagure.io/golist/issue/3 ___ golang mailing list -- golang@lists.fedoraproject.org To

[golist] Issue #3: golist needs a switch to process a codebase and its tests in a single pass

2019-04-25 Thread Nicolas Mailhot
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