all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#32331: Cuirass: Restarting Cuirass get it to build a huge lot of duplicate derivations
@ 2018-07-31  9:56 Clément Lassieur
  2018-07-31 10:05 ` Clément Lassieur
  2018-07-31 23:40 ` Clément Lassieur
  0 siblings, 2 replies; 3+ messages in thread
From: Clément Lassieur @ 2018-07-31  9:56 UTC (permalink / raw)
  To: 32331

That's because DB-GET-PENDING-DERIVATIONS tries to select *distinct*
derivations but it doesn't work because they all have a distinct id even
though they are the same.

That's a direct consequence of https://bugs.gnu.org/32190.

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

* bug#32331: Cuirass: Restarting Cuirass get it to build a huge lot of duplicate derivations
  2018-07-31  9:56 bug#32331: Cuirass: Restarting Cuirass get it to build a huge lot of duplicate derivations Clément Lassieur
@ 2018-07-31 10:05 ` Clément Lassieur
  2018-07-31 23:40 ` Clément Lassieur
  1 sibling, 0 replies; 3+ messages in thread
From: Clément Lassieur @ 2018-07-31 10:05 UTC (permalink / raw)
  To: 32331

Clément Lassieur <clement@lassieur.org> writes:

> That's because DB-GET-PENDING-DERIVATIONS tries to select *distinct*
> derivations but it doesn't work because they all have a distinct id even
> though they are the same.

I meant they have a distinct *evaluation* even though they are the same.

> That's a direct consequence of https://bugs.gnu.org/32190.

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

* bug#32331: Cuirass: Restarting Cuirass get it to build a huge lot of duplicate derivations
  2018-07-31  9:56 bug#32331: Cuirass: Restarting Cuirass get it to build a huge lot of duplicate derivations Clément Lassieur
  2018-07-31 10:05 ` Clément Lassieur
@ 2018-07-31 23:40 ` Clément Lassieur
  1 sibling, 0 replies; 3+ messages in thread
From: Clément Lassieur @ 2018-07-31 23:40 UTC (permalink / raw)
  To: 32331-done

Clément Lassieur <clement@lassieur.org> writes:

> That's because DB-GET-PENDING-DERIVATIONS tries to select *distinct*
> derivations but it doesn't work because they all have a distinct id even
> though they are the same.
>
> That's a direct consequence of https://bugs.gnu.org/32190.

I think I misunderstood what DISINCT meant.  Closing :-)

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

end of thread, other threads:[~2018-07-31 23:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-31  9:56 bug#32331: Cuirass: Restarting Cuirass get it to build a huge lot of duplicate derivations Clément Lassieur
2018-07-31 10:05 ` Clément Lassieur
2018-07-31 23:40 ` Clément Lassieur

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.