bug#32300: [PATCH] database: Fix the builds limit issue.

2018-08-08 Thread Danny Milosavljevic
Hi, On Sat, 04 Aug 2018 18:10:51 +0200 Clément Lassieur wrote: > Clément Lassieur writes: > > > Fixes . > > > > * src/cuirass/database.scm (filters->order): New procedure. > > (db-get-builds): Remove FORMAT-OUTPUT, CONS-OUTPUT, COLLECT-OUTPUTS, > > FINISH-GROUP, SAM

bug#32300: [PATCH] database: Fix the builds limit issue.

2018-08-08 Thread Clément Lassieur
Clément Lassieur writes: > Hi Danny, > > Danny Milosavljevic writes: > >> The more complicated version is a LOT faster - and was added because >> the version in this patch was just way too slow (unusably slow). >> >> I think it's better to also remove the call to db-get-outputs (and >> the entry

bug#32190: [PATCH] database: Merge Derivations into Builds table.

2018-08-08 Thread Clément Lassieur
Clément Lassieur writes: > Makefile.am | 3 +- > src/cuirass/base.scm | 23 +++--- > src/cuirass/database.scm | 174 +-- > src/schema.sql | 28 ++- > src/sql/upgrade-2.sql| 49 +++ > tests/database.scm | 7

bug#32397: GCC 4.8 Failed to build.

2018-08-08 Thread fis trivial
guix Version: guix (GNU Guix) cc48997de56864191a4a4ed4bed8763139c3add6 Platform: Fedora 27 Original command: guix environment --ad-hoc gcc@4.8 Relevant build log: mv -f .deps/tsan_clock.Tpo .deps/tsan_clock.Plo /gnu/store/rbrandv7anzjxqkr40d7fkanzssslk4b-bash-minimal-4.4.19/bin/b

bug#32300: [PATCH] database: Fix the builds limit issue.

2018-08-08 Thread Clément Lassieur
Hi Danny, Danny Milosavljevic writes: > The more complicated version is a LOT faster - and was added because > the version in this patch was just way too slow (unusably slow). > > I think it's better to also remove the call to db-get-outputs (and > the entry #:outputs) entirely. I don't think o