GNU bug report logs - #58841
repl ignores modules from the channel added to time-machine

Previous Next

Package: guix;

Reported by: "alexander barakin (aka sash-kan)" <alex <at> barak.in>

Date: Fri, 28 Oct 2022 16:28:02 UTC

Severity: normal

Full log


View this message in rfc822 format

From: zimoun <zimon.toutoune <at> gmail.com>
To: Ludovic Courtès <ludo <at> gnu.org>, "alexander barakin (aka sash-kan)" <alex <at> barak.in>
Cc: 58841 <at> debbugs.gnu.org
Subject: bug#58841: repl ignores modules from the channel added to time-machine
Date: Sat, 21 Jan 2023 17:18:35 +0100
Hi Ludo,

On Sat, 05 Nov 2022 at 11:31, Ludovic Courtès <ludo <at> gnu.org> wrote:

> Currently you have to start with:
>
>   (use-modules (gnu packages))
>
> This will set up ‘%load-path’ so that channel modules become visible.
> Let me know if it works for you!
>
> This is a bug we should fix.

Ah, I thought it was expected. :-)  Well, my ~/.guile looks like:

--8<---------------cut here---------------start------------->8---
(use-modules
 (ice-9 readline)
 (ice-9 format)
 (ice-9 pretty-print)

 (guix)
 (gnu packages)
 (gnu packages base))
(activate-readline)
--8<---------------cut here---------------end--------------->8---

so it avoids me this kind of annoyance.

Well, do we open another ticket or just retitle this one?


Cheers,
simon




This bug report was last modified 2 years and 177 days ago.

Previous Next


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