bug#46390: “guix lint -L relative/path foo“ fails

2021-02-22 Thread Ludovic Courtès
Hi, zimoun skribis: > …but breaks with relative path: > > $ cd /tmp/ > $ guix lint -L example hi -c source-file-name > Backtrace: > 13 (primitive-load "/home/sitour/.config/guix/current/bin/guix") > In guix/ui.scm: > 2150:12 12 (run-guix-command _ . _) > In ice-9/boot-9.scm: > 1736

bug#46390: “guix lint -L relative/path foo“ fails

2021-02-08 Thread zimoun
Hi, Here an example to reproduce. Everything is fine with the full path… --8<---cut here---start->8--- $ cat /tmp/example/hello.scm (define-module (hello) #:use-module (guix packages) #:use-module (guix build-system gnu) #:use-module (guix git-download)