| Commit message (Expand) | Author | Age | Files | Lines |
| * | AUTHORS: Update | Artyom V. Poptsov | 2017-05-08 | 1 | -1/+32 |
| * | 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.
| Artyom V. Poptsov | 2017-04-30 | 1 | -1/+1 |
| * | 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.
| Artyom V. Poptsov | 2017-04-23 | 1 | -0/+2 |
| * | AUTHORS: Update | Artyom V. Poptsov | 2016-11-04 | 1 | -1/+7 |
| * | AUTHORS: Update | Artyom V. Poptsov | 2016-10-09 | 1 | -0/+4 |
| * | AUTHORS, THANKS: Update | Artyom V. Poptsov | 2016-10-09 | 1 | -0/+3 |
| * | popen.scm (open-remote-pipe): Bugfix: Don't request PTY•••When PTY is requested, OpenSSH server merges stderr stream with stdout and the
Guile-SSH channel reads all the output as stdout even if the executed command
is failed. This patch fixes that.
Reported by: David Thompson in <https://github.com/artyom-poptsov/guile-ssh/issues/2>
* modules/ssh/popen.scm (open-remote-pipe): Bugfix: Don't request PTY.
* AUTHORS, NEWS, THANKS: Update.
| Artyom V. Poptsov | 2016-02-21 | 1 | -2/+2 |
| * | Thank Ludovic.•••* THANKS: Add to the repository. Thank Ludovic.
* AUTHORS: Update.
| Artyom Poptsov | 2014-03-07 | 1 | -5/+7 |
| * | README, AUTHORS: Update. | Artyom Poptsov | 2013-11-19 | 1 | -2/+3 |
| * | AUTHORS: Add to the repository. | Artyom Poptsov | 2013-05-12 | 1 | -0/+9 |