Age | Commit message (Collapse) | Author |
|
* guix/scripts/repl.scm: Remove imports of (guix scripts build), (gnu
packages), (guix utils), and (guix packages).
(%options): Define "--load-path" option right here.
|
|
* guix/scripts/repl.scm (show-help): Adjust "--listen" string.
|
|
* guix/scripts/repl.scm (%options, show-help): Add "-q".
(guix-repl): Add 'user-config' and use it. Honor 'ignore-dot-guile?'.
|
|
* guix/scripts/repl.scm: (show-help): Add '--listen' option message.
|
|
* guix/scripts/repl.scm (%option): Add '--load-path' option.
* doc/guix.texi: Document it.
|
|
* guix/scripts/repl.scm: Use (guix repl).
(self-quoting?, machine-repl): Remove.
* guix/repl.scm: New file.
* Makefile.am (MODULES): Add it.
|
|
* guix/scripts/repl.scm (guix-repl): Load user's initialization file.
|
|
* guix/scripts/repl.scm (guix-repl): Do not exit repl on SIGINT.
|
|
* guix/inferior.scm, guix/scripts/repl.scm, tests/inferior.scm: New
files.
* Makefile.am (MODULES): Add 'guix/scripts/repl.scm' and
'guix/inferior.scm'.
(SCM_TESTS): Add 'tests/inferior.scm'.
* doc/guix.texi (Invoking guix repl): New node.
|