Android question: how to connect to swank, running on android?
PR
polos.ruetz at gmail.com
Fri Aug 25 20:01:40 UTC 2017
...and finally the OK: problem solved (thanks to Luís Oliveira / Slime
mailing list):
This would be a possible patch to 'swank.lisp':
(defun repl-input-stream-read (connection stdin)
(loop
(let* ((socket (connection.socket-io connection))
+ (inputs (list socket #-android stdin))
- (inputs (list socket stdin))
(ready (wait-for-input inputs)))
(cond ((eq ready :interrupt)
(check-slime-interrupts))
(quickly tested by me on both Android and PC.)
Paul
More information about the ecl-devel
mailing list