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.
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
>>
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
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
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
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
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,