diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-04-23 07:19:35 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-04-23 07:19:35 +0300 |
| commit | c217d63e3dae2f03e90944d72eae92cb4d089134 (patch) | |
| tree | f30fb3fe8fccf81d2e657ffa4d81ab1aeb75f490 /doc | |
| parent | doc/guile-ssh.texi: Fix a grammar error (diff) | |
| download | guile-ssh-c217d63e3dae2f03e90944d72eae92cb4d089134.tar.gz | |
node.scm (rrepl-get-result): Bugfix: Handle compilation errors
Guile-SSH would always fail to read compilation errors properly because it
considered the message as "undefined" result. Now this bug should be fixed.
An example of an error that now should be handled is "no code for module" due
to using a non-existing module in 'with-ssh' expression.
Reported by Mathieu, in
<https://github.com/artyom-poptsov/guile-ssh/issues/3>
* modules/ssh/dist/node.scm (rrepl-get-result): Bugfix: Do not consider
compilation errors as undefined results.
(rrepl-eval): Call 'exit' on the remote side to ensure that the remote side
closed a channel.
* tests/dist.scm: Improve logging.
("rrepl-get-result, compilation error"): New TC.
* doc/guile-ssh.texi (Acknowledgments): Update.
* AUTHORS, NEWS, THANKS: Update.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guile-ssh.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/guile-ssh.texi b/doc/guile-ssh.texi index c7df6d7..9653a53 100644 --- a/doc/guile-ssh.texi +++ b/doc/guile-ssh.texi @@ -229,6 +229,7 @@ through bug reports or patches: @item David Thompson @email{davet@@gnu.org} @item SaffronSnail @url{https://github.com/SaffronSnail} @item David Kastrup @email{dak@@gnu.org>} +@item Mathieu @url{https://github.com/mothacehe} @end itemize |
