summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2017-04-23 07:19:35 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2017-04-23 07:19:35 +0300
commitc217d63e3dae2f03e90944d72eae92cb4d089134 (patch)
treef30fb3fe8fccf81d2e657ffa4d81ab1aeb75f490 /AUTHORS
parentdoc/guile-ssh.texi: Fix a grammar error (diff)
downloadguile-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 'AUTHORS')
-rw-r--r--AUTHORS2
1 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 19a562b..9ba7293 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -23,3 +23,5 @@ See also files THANKS and ChangeLog.
session-func.c
Bug reports, various comments and suggestions.
+* Mathieu <https://github.com/mothacehe>
+ Pointed out to a bug in 'rrepl-get-result' from (ssh dist node). \ No newline at end of file