summary refs log tree commit diff
path: root/gnu/packages/mate.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-04-02 14:17:36 +0200
committerLudovic Courtès <ludo@gnu.org>2020-04-02 16:07:08 +0200
commit3b4d7cdccce97dbffee538812c86bc03a6ae35d9 (patch)
tree53aaba00ac3da5820a26e12b2b36278a875ebe5a /gnu/packages/mate.scm
parent725862ef53687c77ea08aa837436d14747839c41 (diff)
downloadguix-3b4d7cdccce97dbffee538812c86bc03a6ae35d9.tar.gz
bournish: Prevent inlining of run-time support procedures.
On Guile 3, those procedures could be inlined, leading to
unbound-variable errors:

  scheme@(guile-user)> ,bournish
  Welcome to Bournish, a minimal Bourne-like shell!
  To switch back, type `,L scheme'.
  bournish@(guile-user)> ls
  ice-9/boot-9.scm:1669:16: In procedure raise-exception:
  Unbound variable: ls-command-implementation

Reported by Ricardo Wurmus.

* guix/build/bournish.scm (define-command-runtime): New macro.
(ls-command-implementation, wc-command-implementation)
(wc-l-command-implementation, wc-c-command-implementation): Use it
instead of 'define'.
Diffstat (limited to 'gnu/packages/mate.scm')
0 files changed, 0 insertions, 0 deletions