Hi,

Closing old submission, I hit this one:

    https://issues.guix.gnu.org/issue/61574

On Sun, 03 Mar 2024 at 00:54, Richard Sent <[email protected]> wrote:

>  guix/scripts/repl.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/guix/scripts/repl.scm b/guix/scripts/repl.scm
> index cb71e59b05..c8e875eb05 100644
> --- a/guix/scripts/repl.scm
> +++ b/guix/scripts/repl.scm
> @@ -26,6 +26,7 @@ (define-module (guix scripts repl)
>    #:use-module (srfi srfi-37)
>    #:use-module (ice-9 match)
>    #:autoload   (guix describe) (current-profile)
> +  #:autoload   (gnu packages) (%package-module-path)
>    #:autoload   (system repl repl) (start-repl)
>    #:autoload   (system repl server)
>                    (make-tcp-server-socket make-unix-domain-server-socket)
> @@ -192,8 +193,8 @@ (define-command (guix-repl . args)
>           ;; (%package-module-path) will contain entries for the channels
>           ;; available in the current profile.
>           (current-profile)
> -
>           (set-program-arguments script)
> +         (%package-module-path)
>           (set-user-module)
>  
>           ;; When passed a relative file name, 'load-in-vicinity' searches the
> @@ -209,7 +210,6 @@ (define-command (guix-repl . args)
>                ((guile)
>                 (save-module-excursion
>                  (lambda ()
> -                  (current-profile) ;populate (%package-module-path); see 
> above
>                    (set-user-module)
>                    ;; Do not exit repl on SIGINT.
>                    ((@@ (ice-9 top-repl) call-with-sigint)
>
> base-commit: 6f5ea7ac1acb3d1c53baf7620cca66cc87fe5a73

If I read correctly the thread and ’git log’, the problem had not been
solved and this patch had been applied.

Therefore, what’s the status of this?

Cheers,
simon



Reply via email to