bug#36592: no output for guix package -f when the file evaluates to nothing

2019-09-20 Thread Ludovic Courtès
Hello, Julien Lepiller skribis: > Users tend to copy what they see in our code base, so it's not rare to have > to help them realise that if their last statement is (define-public ...), the > file doesn't evaluate to a package. > > Running guix build -f mypackage.scm at least gives an error sa

bug#36592: no output for guix package -f when the file evaluates to nothing

2019-07-11 Thread Julien Lepiller
Users tend to copy what they see in our code base, so it's not rare to have to help them realise that if their last statement is (define-public ...), the file doesn't evaluate to a package. Running guix build -f mypackage.scm at least gives an error saying it doesn't know how to compile #. Run