GNU bug report logs - #63278
[DOCUMENTATION] doc: Update dicod-configuration example

Previous Next

Package: guix-patches;

Reported by: Nathaniel Nicandro <nathanielnicandro <at> gmail.com>

Date: Thu, 4 May 2023 16:04:03 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63278 in the body.
You can then email your comments to 63278 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#63278; Package guix-patches. (Thu, 04 May 2023 16:04:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nathaniel Nicandro <nathanielnicandro <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 04 May 2023 16:04:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nathaniel Nicandro <nathanielnicandro <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [DOCUMENTATION] doc: Update dicod-configuration example
Date: Thu, 04 May 2023 09:58:27 -0500
* doc/guix.texi (Dictionary Service): Update dicod-configuration example to
fix outdated WordNet database configuration.
---
 doc/guix.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 46e7fd3908..6a35bf83f8 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -114,6 +114,7 @@
 Copyright @copyright{} 2023 Giacomo Leidi@*
 Copyright @copyright{} 2022 Antero Mejr@*
 Copyright @copyright{} 2023 Karl Hallsby
+Copyright @copyright{} 2023 Nathaniel Nicandro
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -38094,15 +38095,14 @@
           (handlers (list
                      (dicod-handler
                       (name "wordnet")
-                      (module "dictorg")
+                      (module "wordnet")
                       (options
-                       (list #~(string-append "dbdir=" #$wordnet))))))
+                       (list #~(string-append "wnhome=" #$wordnet))))))
           (databases (list
                       (dicod-database
                        (name "wordnet")
                        (complex? #t)
-                       (handler "wordnet")
-                       (options '("database=wn")))
+                       (handler "wordnet"))
                       %dicod-database:gcide))))
 @end lisp
 

base-commit: 4884ee6dd4b1694a4a502dd8058d6c61fa0c0199
-- 
2.39.1




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 11 May 2023 13:39:02 GMT) Full text and rfc822 format available.

Notification sent to Nathaniel Nicandro <nathanielnicandro <at> gmail.com>:
bug acknowledged by developer. (Thu, 11 May 2023 13:39:03 GMT) Full text and rfc822 format available.

Message #10 received at 63278-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Nathaniel Nicandro <nathanielnicandro <at> gmail.com>
Cc: 63278-done <at> debbugs.gnu.org
Subject: Re: bug#63278: [DOCUMENTATION] doc: Update dicod-configuration example
Date: Thu, 11 May 2023 15:38:45 +0200
Hi,

Nathaniel Nicandro <nathanielnicandro <at> gmail.com> skribis:

> * doc/guix.texi (Dictionary Service): Update dicod-configuration example to
> fix outdated WordNet database configuration.

Applied, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 09 Jun 2023 11:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 321 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.