mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
Merge branch 'master' into core-updates
Note: this merge actually changes the 'curl' and 'python-attrs' derivations, as part of solvingcaf4a7a277and12964df69arespectively.4604d43c0e(gnu: gnutls@3.6.16: Fix cross-compilation.) was ignored because it cannot currently be tested. Conflicts: gnu/local.mk gnu/packages/aidc.scm gnu/packages/boost.scm gnu/packages/curl.scm gnu/packages/nettle.scm gnu/packages/networking.scm gnu/packages/python-xyz.scm gnu/packages/tls.scm
This commit is contained in:
@@ -160,6 +160,13 @@
|
||||
(description "This is a 'quoted' thing."))))
|
||||
(check-description-style pkg))))
|
||||
|
||||
(test-equal "description: trailing whitespace"
|
||||
"description contains trailing whitespace"
|
||||
(single-lint-warning-message
|
||||
(let ((pkg (dummy-package "x"
|
||||
(description "Whitespace. "))))
|
||||
(check-description-style pkg))))
|
||||
|
||||
(test-equal "synopsis: not a string"
|
||||
"invalid synopsis: #f"
|
||||
(single-lint-warning-message
|
||||
@@ -271,6 +278,13 @@
|
||||
(description "Imagine this is Taylor UUCP."))))
|
||||
(check-synopsis-style pkg)))
|
||||
|
||||
(test-equal "synopsis: contains trailing whitespace"
|
||||
"synopsis contains trailing whitespace"
|
||||
(single-lint-warning-message
|
||||
(let ((pkg (dummy-package "x"
|
||||
(synopsis "Whitespace "))))
|
||||
(check-synopsis-style pkg))))
|
||||
|
||||
(test-equal "name: use underscore in package name"
|
||||
"name should use hyphens instead of underscores"
|
||||
(single-lint-warning-message
|
||||
|
||||
Reference in New Issue
Block a user