GNU bug report logs -
#57326
[PATCH 0/7] gnu: Add hydroxide.
Previous Next
Reported by: Cairn <cairn <at> pm.me>
Date: Sun, 21 Aug 2022 21:44:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On Mon Aug 22, 2022 at 12:42 AM BST, Cairn via Guix-patches via wrote:
> + (arguments
> + `(#:tests? #f ;Undefined test flag causes fail
> + #:import-path "github.com/boltdb/bolt"))
fail -> failure. Also, might be better as:
(arguments
(list #:import-path "github.com/boltdb/bolt"
;; undefined test flag causes test failure
#:tests? #f))
> + (description "Bolt is a pure Go key/value store inspired by Howard Chu's
> +LMDB project. The goal of the project is to provide a simple, fast, and
> +reliable database for projects that don't require a full database server
> +such as Postgres or MySQL.")
And a slight formatting nit,
(description
"yadda yadda")
is preferred over
(description "yadda yadda")
-- (
This bug report was last modified 358 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.