summaryrefslogtreecommitdiff
path: root/AUTHORS (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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. Poptsov2017-04-301-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. Poptsov2017-04-231-0/+2
* AUTHORS: UpdateArtyom V. Poptsov2016-11-041-1/+7
* AUTHORS: UpdateArtyom V. Poptsov2016-10-091-0/+4
* AUTHORS, THANKS: UpdateArtyom V. Poptsov2016-10-091-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. Poptsov2016-02-211-2/+2
* Thank Ludovic.•••* THANKS: Add to the repository. Thank Ludovic. * AUTHORS: Update. Artyom Poptsov2014-03-071-5/+7
* README, AUTHORS: Update.Artyom Poptsov2013-11-191-2/+3
* AUTHORS: Add to the repository.Artyom Poptsov2013-05-121-0/+9