Re: mumi issue tracker interface for Guile

2025-04-12 Thread Arun Isaac
Hi Arne, > $ cd path/to/guile && LANG=C guix shell mumi -- mumi search submitter:arne > is:open > > ERROR: In procedure open-file: > In procedure open-file: No such file or directory: > "path/to/guile/.mumi/config" There needs to be better error reporting here. I have registered a bug report.

Re: mumi issue tracker interface for Guile

2025-04-06 Thread Dr. Arne Babenhauserheide
Hi Maxim, Hi Arun, Maxim Cournoyer writes: >> Arun Isaac writes: >>> https://issues.guix.gnu.org/guile . I hope the Guile project can benefit >> In general for mumi I tried to use it, but failed at the initial steps: >> if I do not have it set up yet (nothing set up), what do I need to do to >>

Re: mumi issue tracker interface for Guile

2025-04-06 Thread Maxim Cournoyer
Hi Arne, "Dr. Arne Babenhauserheide" writes: > Hi Arun, > > Arun Isaac writes: >> Recently, the mumi instance run by the Guix project also started >> indexing Guile issues. Please try out mumi for guile at >> https://issues.guix.gnu.org/guile . I hope the Guile project can benefit > > This look

Re: mumi issue tracker interface for Guile

2025-04-05 Thread Arun Isaac
Hi Arne, You need to have the following .mumi/config file set up in your guile repo. (Once https://issues.guix.gnu.org/77534 is merged, you won't have to do this manually). $ cd /path/to/guile/repo $ cat .mumi/config ((debbugs-host . "debbugs.gnu.org") (patch-email-address . "bug-gu...@gnu.org

Re: mumi issue tracker interface for Guile

2025-04-04 Thread Dr. Arne Babenhauserheide
Arun Isaac writes: > But, perhaps your question is more about the mumi CLI? The mumi CLI is > documented in the Guix manual at > https://guix.gnu.org/manual/devel/en/html_node/Debbugs-User-Interfaces.html#index-mumi-command_002dline-interface > But first, this patch adding mumi CLI configuration

Re: mumi issue tracker interface for Guile

2025-04-04 Thread Arun Isaac
Hi Arne, > In general for mumi I tried to use it, but failed at the initial steps: > if I do not have it set up yet (nothing set up), what do I need to do to > use it for Guile? To use the mumi web interface at https://issues.guix.gnu.org/guile , you don't need to set up anything special—just a

Re: mumi issue tracker interface for Guile

2025-04-04 Thread Dr. Arne Babenhauserheide
Hi Arun, Arun Isaac writes: > Recently, the mumi instance run by the Guix project also started > indexing Guile issues. Please try out mumi for guile at > https://issues.guix.gnu.org/guile . I hope the Guile project can benefit This looks neat — thank you! In general for mumi I tried to use it,