diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-04-23 07:32:01 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2017-04-23 07:32:01 +0300 |
| commit | bc9969c895115903928da1f9db3b2f1543312509 (patch) | |
| tree | f7e803673045870da0f7aa3faec375fdcb8c5a5b /NEWS | |
| parent | node.scm (rrepl-get-result): Bugfix: Handle compilation errors (diff) | |
| download | guile-ssh-bc9969c895115903928da1f9db3b2f1543312509.tar.gz | |
NEWS: Fix markup a big
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -15,17 +15,17 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com> *** In (ssh tunnel) **** 'main-loop' now handles "interrupted system call" errors that sometimes occur on 'select' call. -** In (ssh dist node) -**** 'rrepl-get-result' now handles compilation errors - The procedure would always fail to read compilation errors properly - because it considered the message as "undefined" result. Now this bug - should be fixed. +*** In (ssh dist node) +***** 'rrepl-get-result' now handles compilation errors + The procedure 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. + 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> + 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 |
