unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#75102] [PATCH rust-team 1/8] gnu: rust-quinn-proto-0.10: Wrap comment.
@ 2024-12-25 21:37 Herman Rimm via Guix-patches via
  2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 2/8] gnu: rust-clap-3: Wrap comment of triple digit length Herman Rimm via Guix-patches via
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Herman Rimm via Guix-patches via @ 2024-12-25 21:37 UTC (permalink / raw)
  To: 75102; +Cc: Efraim Flashner

* gnu/packages/crates-io.scm (rust-quinn-proto-0.10): Wrap comment.

Change-Id: I682460d5f65bc6b823187df4beef06dbcfe6d194
---
 gnu/packages/crates-io.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b3d9bcd783..153269950b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -66233,7 +66233,9 @@ (define-public rust-quinn-proto-0.10
     (arguments
      `(#:cargo-test-flags
        '("--release" "--"
-         "--skip=connection::mtud::tests::mtu_discovery_with_peer_max_udp_payload_size_after_search_panics")
+         (string-append
+           "--skip=connection::mtud::tests::mtu_discovery_with_peer_max"
+           "_udp_payload_size_after_search_panics"))
        #:cargo-inputs
        (("rust-arbitrary" ,rust-arbitrary-1)
         ("rust-bytes" ,rust-bytes-1)

base-commit: 32ab343e03e998ada27c063ef7d8a00aa88436dd
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#75102] [PATCH rust-team 2/8] gnu: rust-clap-3: Wrap comment of triple digit length.
  2024-12-25 21:37 [bug#75102] [PATCH rust-team 1/8] gnu: rust-quinn-proto-0.10: Wrap comment Herman Rimm via Guix-patches via
@ 2024-12-25 21:40 ` Herman Rimm via Guix-patches via
  2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 3/8] gnu: rust-poem-1: " Herman Rimm via Guix-patches via
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Herman Rimm via Guix-patches via @ 2024-12-25 21:40 UTC (permalink / raw)
  To: 75102; +Cc: Efraim Flashner

* gnu/packages/crates-io.scm (rust-clap-3)[arguments]: Wrap comment.

Change-Id: I159f51a55cc0f0d5f786b43528933a7bd92761c6
---
 gnu/packages/crates-io.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 153269950b..27f82440ba 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -14103,8 +14103,10 @@ (define-public rust-clap-3
      (list #:cargo-test-flags
            '(list "--release" "--"
                   ;; thread 'main' panicked at 'assertion failed: `(left == right)`
-                  ;;   left: `"_AnonymousValueParser(ValueParser::other(TypeId { t: 3349385470118513432 }))"`,
-                  ;;  right: `"_AnonymousValueParser(ValueParser::other(usize))"`', src/builder/value_parser.rs:18:1
+                  ;;   left: `"_AnonymousValueParser(ValueParser::other(
+                  ;;         TypeId { t: 3349385470118513432 }))"`,
+                  ;;  right: `"_AnonymousValueParser(ValueParser::other(
+                  ;;         usize))"`', src/builder/value_parser.rs:18:1
                   "--skip=builder::value_parser::value_parser")
            #:cargo-inputs
            `(("rust-atty" ,rust-atty-0.2)
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#75102] [PATCH rust-team 3/8] gnu: rust-poem-1: Wrap comment of triple digit length.
  2024-12-25 21:37 [bug#75102] [PATCH rust-team 1/8] gnu: rust-quinn-proto-0.10: Wrap comment Herman Rimm via Guix-patches via
  2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 2/8] gnu: rust-clap-3: Wrap comment of triple digit length Herman Rimm via Guix-patches via
@ 2024-12-25 21:40 ` Herman Rimm via Guix-patches via
  2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 4/8] gnu: rust-gstreamer-sys-0.21: Truncate comment Herman Rimm via Guix-patches via
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Herman Rimm via Guix-patches via @ 2024-12-25 21:40 UTC (permalink / raw)
  To: 75102; +Cc: Efraim Flashner

* gnu/packages/crates-web.scm (rust-poem-1): Wrap comment.

Change-Id: I9d7262fdd2874a9c2d9102768884057274285223
---
 gnu/packages/crates-web.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index 9c44c58547..fcb744adf0 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -5018,7 +5018,8 @@ (define-public rust-poem-1
                        ;("rust-opentelemetry" ,rust-opentelemetry-0.21)
                        ;("rust-opentelemetry-http" ,rust-opentelemetry-http-0.10)
                        ;("rust-opentelemetry-prometheus" ,rust-opentelemetry-prometheus-0.14)
-                       ;("rust-opentelemetry-semantic-conventions" ,rust-opentelemetry-semantic-conventions-0.13)
+                       ;("rust-opentelemetry-semantic-conventions"
+                       ;,rust-opentelemetry-semantic-conventions-0.13)
                        ("rust-parking-lot" ,rust-parking-lot-0.12)
                        ("rust-percent-encoding" ,rust-percent-encoding-2)
                        ("rust-pin-project-lite" ,rust-pin-project-lite-0.2)
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#75102] [PATCH rust-team 4/8] gnu: rust-gstreamer-sys-0.21: Truncate comment.
  2024-12-25 21:37 [bug#75102] [PATCH rust-team 1/8] gnu: rust-quinn-proto-0.10: Wrap comment Herman Rimm via Guix-patches via
  2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 2/8] gnu: rust-clap-3: Wrap comment of triple digit length Herman Rimm via Guix-patches via
  2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 3/8] gnu: rust-poem-1: " Herman Rimm via Guix-patches via
@ 2024-12-25 21:40 ` Herman Rimm via Guix-patches via
  2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 5/8] gnu: packages: crates-tls: Add rustls-platform-verifier-test-flags Herman Rimm via Guix-patches via
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Herman Rimm via Guix-patches via @ 2024-12-25 21:40 UTC (permalink / raw)
  To: 75102; +Cc: Efraim Flashner

* gnu/packages/crates-io.scm (rust-gstreamer-sys-0.21)[arguments]:
Truncate comment.

Change-Id: I3fe527bac7638aab95f390f2ad3a1b56ad55f835
---
 gnu/packages/crates-gtk.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-gtk.scm b/gnu/packages/crates-gtk.scm
index 29469cd0ae..595f1cdf0e 100644
--- a/gnu/packages/crates-gtk.scm
+++ b/gnu/packages/crates-gtk.scm
@@ -3886,9 +3886,10 @@ (define-public rust-gstreamer-sys-0.21
                 "1i1vrqs9ys5y0ljl4nxh1x25dnwlcyh9hiybh4dysviy5dwdlk2n"))))
     (build-system cargo-build-system)
     (arguments
-     (list #:tests? #f ;; tests/constant.c:193:20: error:
-                       ;; ?GST_ELEMENT_FACTORY_TYPE_TIMESTAMPER? undeclared (first use in this function);
-                       ;; did you mean ?GST_ELEMENT_FACTORY_TYPE_MUXER??
+     (list ;; tests/constant.c:193:20: error:
+           ;; ?GST_ELEMENT_FACTORY_TYPE_TIMESTAMPER? undeclared (firs...
+           ;; did you mean ?GST_ELEMENT_FACTORY_TYPE_MUXER??
+           #:tests? #f
            #:cargo-inputs `(("rust-glib-sys" ,rust-glib-sys-0.18)
                             ("rust-gobject-sys" ,rust-gobject-sys-0.18)
                             ("rust-libc" ,rust-libc-0.2)
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#75102] [PATCH rust-team 5/8] gnu: packages: crates-tls: Add rustls-platform-verifier-test-flags.
  2024-12-25 21:37 [bug#75102] [PATCH rust-team 1/8] gnu: rust-quinn-proto-0.10: Wrap comment Herman Rimm via Guix-patches via
                   ` (2 preceding siblings ...)
  2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 4/8] gnu: rust-gstreamer-sys-0.21: Truncate comment Herman Rimm via Guix-patches via
@ 2024-12-25 21:40 ` Herman Rimm via Guix-patches via
  2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 6/8] gnu: rust-rustls-platform-verifier-0.5: Use variable Herman Rimm via Guix-patches via
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Herman Rimm via Guix-patches via @ 2024-12-25 21:40 UTC (permalink / raw)
  To: 75102; +Cc: Efraim Flashner

* gnu/packages/crates-tls.scm (rustls-platform-verifier-test-flags):
Add variable.

Change-Id: I23b644e697b54be0b367115d601730178f99159e
---
 gnu/packages/crates-tls.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/crates-tls.scm b/gnu/packages/crates-tls.scm
index b86cc37b90..fb108c6220 100644
--- a/gnu/packages/crates-tls.scm
+++ b/gnu/packages/crates-tls.scm
@@ -1920,6 +1920,22 @@ (define-public rust-rustls-pki-types-1
      "This crate provides shared types for the rustls PKI ecosystem.")
     (license (list license:expat license:asl2.0))))
 
+(define rustls-platform-verifier-test-flags
+  '(cons* "--"
+          (string-append "--skip=tests::verification_mock::test"
+                         "_verification_without_mock_root")
+          (map (lambda (suffix)
+                 (string-append
+                   "--skip=tests::verification_real_world::tests::"
+                   suffix))
+               '("_1password_com_valid"
+                 "letsencrypt"
+                 "my_1password_com_valid"
+                 "my_1password_com_valid_no_stapled"
+                 "unrelated_chain_not_valid_for_my_1password_com"
+                 "unrelated_chain_valid_for_unrelated_domain"
+                 "unrelated_domain_invalid"))))
+
 (define-public rust-rustls-platform-verifier-0.5
   (package
     (name "rust-rustls-platform-verifier")
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#75102] [PATCH rust-team 6/8] gnu: rust-rustls-platform-verifier-0.5: Use variable.
  2024-12-25 21:37 [bug#75102] [PATCH rust-team 1/8] gnu: rust-quinn-proto-0.10: Wrap comment Herman Rimm via Guix-patches via
                   ` (3 preceding siblings ...)
  2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 5/8] gnu: packages: crates-tls: Add rustls-platform-verifier-test-flags Herman Rimm via Guix-patches via
@ 2024-12-25 21:40 ` Herman Rimm via Guix-patches via
  2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 7/8] gnu: rust-rustls-platform-verifier-0.4: " Herman Rimm via Guix-patches via
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Herman Rimm via Guix-patches via @ 2024-12-25 21:40 UTC (permalink / raw)
  To: 75102; +Cc: Efraim Flashner

* gnu/packages/crates-tls.scm (rust-rustls-platform-verifier-0.5):
Use rustls-platform-verifier-test-flags.

Change-Id: I5f756548167aebef01dc887adc7c30546850fdbd
---
 gnu/packages/crates-tls.scm | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/gnu/packages/crates-tls.scm b/gnu/packages/crates-tls.scm
index fb108c6220..d6e23e5d72 100644
--- a/gnu/packages/crates-tls.scm
+++ b/gnu/packages/crates-tls.scm
@@ -1949,16 +1949,7 @@ (define-public rust-rustls-platform-verifier-0.5
         (base32 "1nlrxbw2i5q7dxz2gnif14hz5ph67b5d8viqr4r06yd18icc84p0"))))
     (build-system cargo-build-system)
     (arguments
-     (list #:cargo-test-flags
-           '(list "--"
-                  "--skip=tests::verification_mock::test_verification_without_mock_root"
-                  "--skip=tests::verification_real_world::tests::_1password_com_valid"
-                  "--skip=tests::verification_real_world::tests::letsencrypt"
-                  "--skip=tests::verification_real_world::tests::my_1password_com_valid"
-                  "--skip=tests::verification_real_world::tests::my_1password_com_valid_no_stapled"
-                  "--skip=tests::verification_real_world::tests::unrelated_chain_not_valid_for_my_1password_com"
-                  "--skip=tests::verification_real_world::tests::unrelated_chain_valid_for_unrelated_domain"
-                  "--skip=tests::verification_real_world::tests::unrelated_domain_invalid")
+     (list #:cargo-test-flags rustls-platform-verifier-test-flags
            #:cargo-inputs
            (list rust-android-logger-0.13
                  rust-base64-0.22
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#75102] [PATCH rust-team 7/8] gnu: rust-rustls-platform-verifier-0.4: Use variable.
  2024-12-25 21:37 [bug#75102] [PATCH rust-team 1/8] gnu: rust-quinn-proto-0.10: Wrap comment Herman Rimm via Guix-patches via
                   ` (4 preceding siblings ...)
  2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 6/8] gnu: rust-rustls-platform-verifier-0.5: Use variable Herman Rimm via Guix-patches via
@ 2024-12-25 21:40 ` Herman Rimm via Guix-patches via
  2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 8/8] gnu: rust-rustls-platform-verifier-0.3: " Herman Rimm via Guix-patches via
  2024-12-26 13:44 ` [bug#75102] [PATCH rust-team 1/8] gnu: rust-quinn-proto-0.10: Wrap comment Efraim Flashner
  7 siblings, 0 replies; 9+ messages in thread
From: Herman Rimm via Guix-patches via @ 2024-12-25 21:40 UTC (permalink / raw)
  To: 75102; +Cc: Efraim Flashner

* gnu/packages/crates-tls.scm (rust-rustls-platform-verifier-0.4):
Use rustls-platform-verifier-test-flags.

Change-Id: I5c0eba7fe95760065b84947496b97bfd40733791
---
 gnu/packages/crates-tls.scm | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/gnu/packages/crates-tls.scm b/gnu/packages/crates-tls.scm
index d6e23e5d72..6628825392 100644
--- a/gnu/packages/crates-tls.scm
+++ b/gnu/packages/crates-tls.scm
@@ -1992,16 +1992,7 @@ (define-public rust-rustls-platform-verifier-0.4
        (sha256
         (base32 "0dnij2d9029i06x4bhyzj5izwv3370233czaqkk1fmgc1wjdrix4"))))
     (arguments
-     (list #:cargo-test-flags
-           '(list "--"
-                  "--skip=tests::verification_mock::test_verification_without_mock_root"
-                  "--skip=tests::verification_real_world::tests::_1password_com_valid"
-                  "--skip=tests::verification_real_world::tests::letsencrypt"
-                  "--skip=tests::verification_real_world::tests::my_1password_com_valid"
-                  "--skip=tests::verification_real_world::tests::my_1password_com_valid_no_stapled"
-                  "--skip=tests::verification_real_world::tests::unrelated_chain_not_valid_for_my_1password_com"
-                  "--skip=tests::verification_real_world::tests::unrelated_chain_valid_for_unrelated_domain"
-                  "--skip=tests::verification_real_world::tests::unrelated_domain_invalid")
+     (list #:cargo-test-flags rustls-platform-verifier-test-flags
            #:cargo-inputs
            (list rust-android-logger-0.13
                  rust-base64-0.22
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#75102] [PATCH rust-team 8/8] gnu: rust-rustls-platform-verifier-0.3: Use variable.
  2024-12-25 21:37 [bug#75102] [PATCH rust-team 1/8] gnu: rust-quinn-proto-0.10: Wrap comment Herman Rimm via Guix-patches via
                   ` (5 preceding siblings ...)
  2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 7/8] gnu: rust-rustls-platform-verifier-0.4: " Herman Rimm via Guix-patches via
@ 2024-12-25 21:40 ` Herman Rimm via Guix-patches via
  2024-12-26 13:44 ` [bug#75102] [PATCH rust-team 1/8] gnu: rust-quinn-proto-0.10: Wrap comment Efraim Flashner
  7 siblings, 0 replies; 9+ messages in thread
From: Herman Rimm via Guix-patches via @ 2024-12-25 21:40 UTC (permalink / raw)
  To: 75102; +Cc: Efraim Flashner

* gnu/packages/crates-tls.scm (rust-rustls-platform-verifier-0.3):
Use rustls-platform-verifier-test-flags.

Change-Id: Ic9d0c92230057dda61158461c25aee7276aca39d
---
 gnu/packages/crates-tls.scm | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/gnu/packages/crates-tls.scm b/gnu/packages/crates-tls.scm
index 6628825392..e4d6a59da4 100644
--- a/gnu/packages/crates-tls.scm
+++ b/gnu/packages/crates-tls.scm
@@ -2028,16 +2028,7 @@ (define-public rust-rustls-platform-verifier-0.3
        (sha256
         (base32 "145lhjn9w5khp0fn4lagaa8qqyjyhfqn2dg6llva6qyzvy5qgfxg"))))
     (arguments
-     `(#:cargo-test-flags
-       '("--release" "--"
-         "--skip=tests::verification_mock::test_verification_without_mock_root"
-         "--skip=tests::verification_real_world::tests::_1password_com_valid"
-         "--skip=tests::verification_real_world::tests::letsencrypt"
-         "--skip=tests::verification_real_world::tests::my_1password_com_valid"
-         "--skip=tests::verification_real_world::tests::my_1password_com_valid_no_stapled"
-         "--skip=tests::verification_real_world::tests::unrelated_chain_not_valid_for_my_1password_com"
-         "--skip=tests::verification_real_world::tests::unrelated_chain_valid_for_unrelated_domain"
-         "--skip=tests::verification_real_world::tests::unrelated_domain_invalid")
+     `(#:cargo-test-flags ,rustls-platform-verifier-test-flags
        #:cargo-inputs
        (("rust-android-logger" ,rust-android-logger-0.13)
         ("rust-base64" ,rust-base64-0.22)
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [bug#75102] [PATCH rust-team 1/8] gnu: rust-quinn-proto-0.10: Wrap comment.
  2024-12-25 21:37 [bug#75102] [PATCH rust-team 1/8] gnu: rust-quinn-proto-0.10: Wrap comment Herman Rimm via Guix-patches via
                   ` (6 preceding siblings ...)
  2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 8/8] gnu: rust-rustls-platform-verifier-0.3: " Herman Rimm via Guix-patches via
@ 2024-12-26 13:44 ` Efraim Flashner
  7 siblings, 0 replies; 9+ messages in thread
From: Efraim Flashner @ 2024-12-26 13:44 UTC (permalink / raw)
  To: Herman Rimm; +Cc: 75102

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

Yes, some of the lines are too long, but I don't think it adds to
readability to wrap them just because of that.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-12-26 13:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-25 21:37 [bug#75102] [PATCH rust-team 1/8] gnu: rust-quinn-proto-0.10: Wrap comment Herman Rimm via Guix-patches via
2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 2/8] gnu: rust-clap-3: Wrap comment of triple digit length Herman Rimm via Guix-patches via
2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 3/8] gnu: rust-poem-1: " Herman Rimm via Guix-patches via
2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 4/8] gnu: rust-gstreamer-sys-0.21: Truncate comment Herman Rimm via Guix-patches via
2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 5/8] gnu: packages: crates-tls: Add rustls-platform-verifier-test-flags Herman Rimm via Guix-patches via
2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 6/8] gnu: rust-rustls-platform-verifier-0.5: Use variable Herman Rimm via Guix-patches via
2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 7/8] gnu: rust-rustls-platform-verifier-0.4: " Herman Rimm via Guix-patches via
2024-12-25 21:40 ` [bug#75102] [PATCH rust-team 8/8] gnu: rust-rustls-platform-verifier-0.3: " Herman Rimm via Guix-patches via
2024-12-26 13:44 ` [bug#75102] [PATCH rust-team 1/8] gnu: rust-quinn-proto-0.10: Wrap comment Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).