summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2017-04-23 07:32:01 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2017-04-23 07:32:01 +0300
commitbc9969c895115903928da1f9db3b2f1543312509 (patch)
treef7e803673045870da0f7aa3faec375fdcb8c5a5b /NEWS
parentnode.scm (rrepl-get-result): Bugfix: Handle compilation errors (diff)
downloadguile-ssh-bc9969c895115903928da1f9db3b2f1543312509.tar.gz
NEWS: Fix markup a big
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 9 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index bf1ef5b..f40eed7 100644
--- a/NEWS
+++ b/NEWS
@@ -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