summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-07-26 20:50:09 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-07-26 20:50:09 +0300
commitab1e624519a28e8a981567f9889aef2398869a45 (patch)
treec12f787d7bc1bee2d9861d19b48a580e4d28383e /TODO
parentnode.scm (rrepl-get-result): Use '*unspecified*' (diff)
downloadguile-ssh-ab1e624519a28e8a981567f9889aef2398869a45.tar.gz
TODO: Update "Known Bugs"
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index a117caf..7679652 100644
--- a/TODO
+++ b/TODO
@@ -7,3 +7,13 @@
in (ssh dist node)
* Known Bugs
+** distributed forms
+ - 'dist-map' sometimes failes during the job migration with the
+ following error:
+#+BEGIN_EXAMPLE
+In thread:
+ERROR: Could not open forward channel #<tunnel 127.0.0.1:0 -> localhost:37147 91b72a8> error
+#+END_EXAMPLE
+** rrepl
+ - Does not handle output very well.
+ - Does not handle REPL commands such as ',h'.