Ludovic Courtès 3b4d7cdccc
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'.
2020-04-02 16:07:08 +02:00
..
2019-05-09 00:22:37 -04:00
2020-01-23 23:34:09 +01:00
2019-01-06 00:22:05 +01:00
2018-05-07 11:21:36 +02:00
2019-04-27 17:13:18 +02:00
2019-11-26 12:31:39 +01:00
2019-11-13 22:49:47 +01:00
2019-06-17 16:13:36 +02:00