all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72601] cuirass: Color the failures that are because of a dependency light red (differently from red)
@ 2024-08-13  8:18 Danny Milosavljevic
  2024-08-20 13:13 ` bug#72601: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Danny Milosavljevic @ 2024-08-13  8:18 UTC (permalink / raw)
  To: 72601

[-- Attachment #1: Type: text/html, Size: 643 bytes --]

[-- Attachment #2: 0001-js-Color-failures-where-a-dependency-has-failed-alre.patch --]
[-- Type: text/x-diff, Size: 1081 bytes --]

From 2e1ddf5bc553ee2218489fd9ef2467bd1e5cf7c0 Mon Sep 17 00:00:00 2001
Message-ID: <2e1ddf5bc553ee2218489fd9ef2467bd1e5cf7c0.1723458264.git.dannym@scratchpost.org>
From: Danny Milosavljevic <dannym@scratchpost.org>
Date: Mon, 12 Aug 2024 12:16:12 +0200
Subject: [PATCH] js: Color failures where a dependency has failed already
 light red.

* src/static/js/cuirass.js (color): Modify.
---
 src/static/js/cuirass.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/static/js/cuirass.js b/src/static/js/cuirass.js
index 42f28f1..b09fab2 100644
--- a/src/static/js/cuirass.js
+++ b/src/static/js/cuirass.js
@@ -150,7 +150,9 @@ ready(() => {
                 case 0:
                     return '#9f9';	/* high contrast with others */
                 case 1:
-                case 2:
+                    return 'red';
+                case 2: // failed-dependency
+                    return 'lightcoral';
                 case 3:
                 case 4:
                     return 'red';

base-commit: 19c09d53395bf50810fce679e07187304b9f9a8c
-- 
2.45.2


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

* bug#72601: cuirass: Color the failures that are because of a dependency light red (differently from red)
  2024-08-13  8:18 [bug#72601] cuirass: Color the failures that are because of a dependency light red (differently from red) Danny Milosavljevic
@ 2024-08-20 13:13 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-08-20 13:13 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 72601-done

Hi Danny,

"Danny Milosavljevic" <dannym@scratchpost.org> skribis:

>>From 2e1ddf5bc553ee2218489fd9ef2467bd1e5cf7c0 Mon Sep 17 00:00:00 2001
> Message-ID: <2e1ddf5bc553ee2218489fd9ef2467bd1e5cf7c0.1723458264.git.dannym@scratchpost.org>
> From: Danny Milosavljevic <dannym@scratchpost.org>
> Date: Mon, 12 Aug 2024 12:16:12 +0200
> Subject: [PATCH] js: Color failures where a dependency has failed already
>  light red.
>
> * src/static/js/cuirass.js (color): Modify.

Good idea.  Pushed, thanks!

Ludo’.




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

end of thread, other threads:[~2024-08-20 13:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-13  8:18 [bug#72601] cuirass: Color the failures that are because of a dependency light red (differently from red) Danny Milosavljevic
2024-08-20 13:13 ` bug#72601: " Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.