summaryrefslogtreecommitdiff
path: root/guix/scripts/repl.scm
AgeCommit message (Collapse)Author
2020-01-19repl: Avoid dependency on high-level package modules.Ludovic Courtès
* guix/scripts/repl.scm: Remove imports of (guix scripts build), (gnu packages), (guix utils), and (guix packages). (%options): Define "--load-path" option right here.
2020-01-19repl: Adjust "--listen" help message.Ludovic Courtès
* guix/scripts/repl.scm (show-help): Adjust "--listen" string.
2020-01-19repl: Add "-q".Ludovic Courtès
* guix/scripts/repl.scm (%options, show-help): Add "-q". (guix-repl): Add 'user-config' and use it. Honor 'ignore-dot-guile?'.
2020-01-16repl: Fix '--help' message.zimoun
* guix/scripts/repl.scm: (show-help): Add '--listen' option message.
2020-01-16repl: Add '--load-path' option.zimoun
* guix/scripts/repl.scm (%option): Add '--load-path' option. * doc/guix.texi: Document it.
2019-07-04Add (guix repl).Ludovic Courtès
* guix/scripts/repl.scm: Use (guix repl). (self-quoting?, machine-repl): Remove. * guix/repl.scm: New file. * Makefile.am (MODULES): Add it.
2018-12-03repl: Load user's initialization file.Oleg Pykhalov
* guix/scripts/repl.scm (guix-repl): Load user's initialization file.
2018-11-26repl: Do not exit repl on SIGINT.Oleg Pykhalov
* guix/scripts/repl.scm (guix-repl): Do not exit repl on SIGINT.
2018-07-13Add (guix inferior) and (guix scripts repl).Ludovic Courtès
* 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.