diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-04-30 05:49:07 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-04-30 05:49:07 +0300 |
| commit | a4f37fb6683c332e09e597a6eb19d26f4005a08c (patch) | |
| tree | cd70b3f5aaca076adbda50fccee2aeeea6c383f2 /NEWS | |
| parent | tests/tunnel.scm ("call-with-ssh-forward"): Wait for 1s before polling (diff) | |
| download | guile-ssh-a4f37fb6683c332e09e597a6eb19d26f4005a08c.tar.gz | |
node.scm (rrepl-get-result): Handle "unbound variable" errors
The procedure would always fail to read "unbound variable" errors properly,
returning wrong result with only two values (current module name and current
language name). Now this bug should be fixed.
Reported by Mathieu, in
<https://github.com/artyom-poptsov/guile-ssh/issues/3>
* modules/ssh/dist/node.scm (rrepl-get-result): Handle "unbound variable"
errors.
* tests/dist.scm ("rrepl-get-result, unbound variable error"): New test case.
* AUTHORS, NEWS: Update.
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -26,6 +26,13 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com> Reported by Mathieu, in <https://github.com/artyom-poptsov/guile-ssh/issues/3> +***** 'rrepl-get-result' now handles "unbound variable" errors + The procedure would always fail to read "unbound variable" errors + properly, returning wrong result with only two values (current module + name and current language name). Now this bug should be fixed. + + Reported by Mathieu, in + <https://github.com/artyom-poptsov/guile-ssh/issues/3> ** Changes in (ssh dist node) *** 'node-eval' now can work without procps The procedure now checks if procps package is present on a node and uses |
