Age | Commit message (Collapse) | Author |
|
* gnu/packages/golang-check.scm (go-github-com-alecthomas-assert-v2): Update to 2.10.0.
Change-Id: I61bf0c639efb2304896f03756725f9c98d212060
|
|
* gnu/packages/golang-check.scm (go-github-com-marvinjwendt-testza): New variable.
Change-Id: I7aae5264286beda3462fd17304a68d62fdcd3cdb
|
|
* gnu/packages/golang-check.scm (go-github-com-otiai10-mint): New variable.
Change-Id: I2b203256756bf9dbeb838e2b289f4ffb9c902404
|
|
* gnu/packages/golang-check.scm (go-atomicgo-dev-assert): New variable.
Change-Id: I987bdc50978da3cb6758d99bb4330e0a3bf3d14a
|
|
Rename go-github-com-golang-protobuf-proto to the Golang module name as
seen in go.mod. Due to lack of support of building submodules in
go-build-system 'build phase is omitted and 'check phase is substituted by
custom one providing nested path tests.
* gnu/packages/golang.scm (go-github-com-golang-protobuf-proto): Rename to...
(go-github-com-golang-protobuf): ... this.
<#:unpack-path>: Remove argument.
<#:phases>: Delete 'build phase. Add custom 'check phase and run tests
for all submodules.
(go-github-com-prometheus-common,
go-github-com-matttproud-golang-protobuf-extensions-pbutil)
[propagated-inputs]: Adjust accordingly.
* gnu/packages/golang-check.scm (go-github-com-onsi-gomega)
[propagated-inputs]: Likewise
* gnu/packages/golang-web.scm (go-github-com-golang-groupcache,
go-github-com-quic-go-quic-go)
[propagated-inputs]: Likewise
* gnu/packages/golang-xyz.scm (go-github-com-prometheus-client-model)
[propagated-inputs]: Likewise
* gnu/packages/syncthing.scm (go-github-com-matttproud-golang-protobuf-extensions-pbutil)
[propagated-inputs]: Likewise
Change-Id: I28c11739247a5ebafefd032d04a548a683fa0454
Co-authored-by: Hilton Chain <hako@ultrarare.space>
|
|
* gnu/packages/golang-check.scm (go-go-etcd-io-gofail): New variable.
Change-Id: I86478db4267cd8559c1d87497f1b635ffe86192d
|
|
* gnu/packages/golang-check.scm (go-github-com-sasha-s-go-deadlock): Update to 0.3.1.
Change-Id: Ief7fcbf1b6d68deb1e8c47a9dcf6f12c5a5bb291
|
|
* gnu/packages/golang-check.scm (go-github-com-petermattis-goid): Update to 0.0.0-2.bb94eb5.
Change-Id: I8403c200037dccac6c65def47e97a0218ff3f9a9
|
|
* gnu/packages/syncthing.scm (go-github-com-sasha-s-go-deadlock): Move
from here ...
* gnu/packages/golang-check.scm: ... to here.
Change-Id: Id3d101897b4ac056cfe48a52289dd3e4f51402d8
|
|
* gnu/packages/syncthing.scm (go-github-com-petermattis-goid): Move from
here ...
* gnu/packages/golang-check.scm: ... to here.
Change-Id: I68182d8131afdcb346076d4f1e69ccf680b48cdb
|
|
* gnu/packages/golang-check.scm (go-github-com-warpfork-go-testmark): New variable.
Change-Id: Ie8c4524ead7f6199dc9de92c1de86e6ad2289512
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/golang-check.scm (go-ginkgo): New variable.
Change-Id: I5c56c87a75c383ec159cee4e7eaa7808bfdcd1f7
|
|
* gnu/packages/golang-check.scm (go-github-com-onsi-gomega): Update to 1.33.1.
[arguments] <#:go>: Swap to go-1.21.
[propagated-inputs]: Remove go-gopkg-in-yaml-v2; add go-gopkg-in-yaml-v3.
Change-Id: I910206fd44198550bdc7da1ebdaff3874d89f1ed
|
|
* gnu/packages/golang-check.scm (go-github-com-onsi-ginkgo-v2): Update to 2.18.0.
[propagated-inputs]: Remove go-github-com-go-task-slim-sprig; add
go-github-com-go-task-slim-sprig-v3 and go-github-com-google-pprof.
Change-Id: I3af9d36e1428745557173135fcaa1e4623d4f57f
|
|
* gnu/packages/golang-check.scm (go-go-uber-org-mock): New variable.
Change-Id: I9028edc15f1acd3301fde3a49eae8cc28568c6a5
|
|
* gnu/packages/golang-check.scm (go-github-com-elgris-jsondiff): New variable.
Change-Id: Ie0b85240bd0a9e68f9274edab6a15f34f42de26c
|
|
* gnu/packages/golang-check.scm (go-github-com-warpfork-go-wish): New variable.
* gnu/packages/patches/go-github-com-warpfork-go-wish-fix-tests.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Add
"go-github-com-warpfork-go-wish-fix-tests.patch".
Change-Id: Ic3245a1112ef2e04b22cf26be23f27bf3ff90e9e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
Ammend a lint warning: URI https://go.uber.org/goleak returned
suspiciously small file (581 bytes).
* gnu/packages/golang-check.scm (go-go-uber-org-goleak): Fix home page.
Change-Id: Id911550e750c35a7e1bab1428e9f393974c78c84
|
|
* gnu/packages/golang.scm (go-go-uber-org-goleak): Move from here ...
* gnu/packages/golang-check.scm: ... to here.
Change-Id: Iaadd6506457cb3487df8f27f71442a6dcabce816
|
|
* gnu/packages/golang-check.scm (go-github-com-stretchr-testify-next):
New variable.
Change-Id: Ib24b9f68be04ba4066fb130909e59e1df71e4bf7
|
|
* gnu/packages/golang-check.scm (go-github-com-pkg-profile): New
variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I135b3f0ccadd27847a5745a71d75ec6c5b4d2b9e
|
|
* gnu/packages/golang-check.scm (go-github-com-felixge-fgprof): New
variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ib97bfc180e1bfffbc01aee348feb15431650ddb5
|
|
* gnu/packages/golang-check.scm (go-github-com-google-pprof, go-pprof):
New variables.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I5faecfa8ef9318fe3e2de4af62b9876cc3732714
|
|
* gnu/packages/golang-check.scm (go-github-com-chzyer-test): New
variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ibbc266255bbc29737be3971516b5eef567a1175b
|
|
* gnu/packages/golang.scm (go-github-com-onsi-gomega): Move from here ...
* gnu/packages/golang-check.scm: ... to here.
Change-Id: Ia9a7d0e88ebda2fcfb3fe623163e270756900e94
|
|
* gnu/packages/golang-check.scm (go-github-com-onsi-ginkgo)
[arguments]: Place <#:import-path> on new line.
[propagated-inputs]: Sort inputs alphabetically.
Change-Id: I70b7f1838c8d8fc6744ad724ed4b79fdd645f6c4
|
|
* gnu/packages/golang-check.scm (go-github-com-onsi-ginkgo-v2): New
variable.
Change-Id: Ied8167b850d5e5262713d0858ef7160d5c3d74c2
|
|
* gnu/packages/golang-check.scm (go-pgregory-net-rapid): New variable.
Change-Id: I09a89c779a352e6a102d0b4c7af3aa1f7c3cac70
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/golang-check.scm (go-github-com-jbenet-go-cienv): New variable.
Change-Id: I3a24335bff63f4364695cad6a1c88ea09dc8d357
|
|
* gnu/packages/golang-check.scm (go-github-com-alecthomas-assert-v2): Update to 2.5.0.
Change-Id: Ie0a1ad0488b499092437ce56f9df83d90d1be1e9
|
|
The package go-github-com-alecthomas-assert is succeeded by
go-github-com-alecthomas-assert-v2 not in use by any others and
failed to build, see <https://ci.guix.gnu.org/build/3490314/log/raw>.
* gnu/packages/golang-check.scm (go-github-com-alecthomas-assert):
Remove variable.
Change-Id: Ia3f7b039c4de9b1b2956f0bfc2629d791aa9cf5a
|
|
* gnu/packages/golang-check.scm (go-github-com-go-playground-assert-v2):
New variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I18a67488291313c18a8e973614d78b6344d4dc45
|
|
* gnu/packages/golang-check.scm (go-github-com-alecthomas-assert-v2):
New variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/golang-check.scm (go-github-com-hexops-gotextdiff): New
variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Id133f1970759e104213726d4243600f86097aaad
|
|
* gnu/packages/golang.scm (go-github-com-go-test-deep): Move from here ...
* gnu/packages/golang-check.scm: ... to here.
Change-Id: I47fec9c4e399067494eb20c214a47958b3cf755d
|
|
* gnu/packages/golang-check.scm (go-golang-org-sql-mock) [source]:
Remove examples.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I51454ed64c9beda076120d9ef635a43e4b85d6a1
|
|
* gnu/packages/golang.scm (go-github-com-burntsushi-toml): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.
* gnu/packages/golang-check.scm: Add (gnu packages golang-xyz) module.
* gnu/packages/golang.scm: As above.
* gnu/packages/shellutils.scm: As above.
Change-Id: If8a645431a1fb17159681daae70db49fd21b37c1
|
|
* gnu/packages/golang.scm (go-github-com-davecgh-go-spew): Move
from here ...
* gnu/packages/golang-check.scm: ... to here.
* gnu/packages/high-availability.scm: Add (gnu packages golang-check) module.
Change-Id: I935006c3656b7bf18b91e529296778672338f094
|
|
* gnu/packages/golang.scm (go-golang-org-x-net,
go-golang-org-x-net-0.17, go-golang-org-x-net-html): Move from here ...
* gnu/packages/golang-build.scm: ... to here.
* gnu/packages/configuration-management.scm: Add (gnu packages golang-build) module.
* gnu/packages/education.scm: As above ...
* gnu/packages/file-systems.scm: As above ...
* gnu/packages/golang-check.scm: As above ...
* gnu/packages/golang-crypto.scm: As above ...
* gnu/packages/golang-web.scm: As above ...
* gnu/packages/golang-xyz.scm: As above ...
* gnu/packages/golang.scm: As above ...
* gnu/packages/ipfs.scm: As above ...
* gnu/packages/messaging.scm: As above ...
* gnu/packages/networking.scm: As above ...
* gnu/packages/uucp.scm: As above ...
* gnu/packages/version-control.scm: As above ...
Change-Id: If009e62555ada293f17cf0f42fde82c21ef4615e
|
|
* gnu/packages/golang-check.scm (go-github-com-prashantv-gostub): New variable.
Change-Id: I2ffde6cb83e4c7f6b2e412b38341add952803719
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/golang-check.scm (go-structlayout-pretty) [arguments]
<#:go>: Swap to go-1.20.
Change-Id: I3afe393468d69e8ec78c6bb62d8ac6714b15a611
|
|
* gnu/packages/golang-check.scm (go-structlayout-optimize) [arguments]
<#:go>: Swap to go-1.20.
Change-Id: I8ca2f7be5749e8f54c7decc84853ae3f665ba97c
|
|
* gnu/packages/golang-check.scm (go-structlayout) [arguments] <#:go>:
Swap to go-1.20.
Change-Id: I97721cec7624a89439113cf089599d4229ff1d33
|
|
* gnu/packages/golang-check.scm (go-staticcheck) [arguments] <#:go>:
Swap to go-1.20.
Change-Id: Ic4550e063326d19247098f0713002359a4cc2750
|
|
* gnu/packages/golang-check.scm (go-keyify) [arguments] <#:go>: Swap to
go-20.
Change-Id: Ida1aafbbbf4c6a0ff8104c81b82b66c7ecb64218
|
|
* gnu/packages/golang-check.scm (go-honnef-co-go-tools): Update to 0.4.6.
Change-Id: Iac26c3147104a06a72e5910edb9fb3deba6be486
|
|
This commit is a housekeeping measure to prepare for natural and
structured enlargement.
* gnu/packages/golang-check.scm: Improve module commentary introduce
sections for libraries and executables and sort packages alphabetically.
Change-Id: Ifcac216c1c04e569cfdf2a7d902165a36ed06b32
|
|
Fixing lint warning by updating home page to actual one found on
project's GitHub page: URI <https://honnef.co/go/tools> returned
suspiciously small file (333 bytes)
* gnu/packages/golang-check.scm (go-honnef-co-go-tools) [home-page]:
Update it.
Change-Id: I8956b146ff3f826c11b03212c365cf91120380b6
|
|
* gnu/packages/golang-check.scm (go-honnef-co-go-tools): Improve
synopsis and description.
Change-Id: I357626457418f8c6f1b05918226c33f7faa88d49
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
* gnu/packages/golang-check.scm (go-structlayout-pretty): New variable.
Change-Id: I622a991b12708ee52eb412a3c6b3fbeeb512843d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|