factor/basis/io
Doug Coleman 7d8fe2b54c io.sockets.secure.unix: Stop these tests from hanging on errors.
Specifically, the server writes its port to a mailbox. On Mac 10.11.6, the last macOS for my old computers, TLS1.0 is the last supported SSL protocol, and there is a yet-undebugged error. This patch at least exposes the error for debugging.
2017-12-17 18:49:52 -06:00
..
backend io.backend.unix.tests: missed this none reference 2016-09-16 19:38:02 +02:00
buffers io.buffers: refactor buffer-read-until to use buffer-find. 2016-11-09 10:43:47 -08:00
crlf io.crlf-docs: mark related words 2017-08-25 11:57:41 -07:00
directories io: Add with-ensure-directory and ?file-info. 2017-08-03 18:42:32 -05:00
encodings *-docs: replace double spaces with single spaces 2017-06-05 13:16:07 -07:00
files Update some copyright headers to follow the current convention 2017-09-11 15:43:03 -07:00
launcher factor: Add newlines to every line. 2017-06-01 13:46:32 -05:00
mmap basis/,core/,extra/: more tags 2017-07-08 18:31:39 +02:00
monitors basis,extra: refactorings to use the ignore-error and ignore-error/f words 2016-11-18 23:41:36 +01:00
pipes io.pipes: allow "|" separated strings in run-pipeline. 2016-11-09 09:56:34 -08:00
pools
ports core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ; 2017-06-02 11:57:05 -05:00
servers io.servers: using ?adjoin and ?delete in add/remove-running-server. 2017-02-07 13:31:57 -08:00
sockets io.sockets.secure.unix: Stop these tests from hanging on errors. 2017-12-17 18:49:52 -06:00
standard-paths io.standard-paths.unix: ofc /bin/ps should be included... 2017-07-03 00:56:55 +02:00
streams *-docs: replace double spaces with single spaces 2017-06-05 13:16:07 -07:00
styles *-docs: replace double spaces with single spaces 2017-06-05 13:16:07 -07:00
thread ui.debugger: quotation stack effect wants ( .. -- * ), throw causes infinite loop, but rethrow works. change previous patch to rethrow everywhere. 2016-04-06 17:35:13 -07:00
timeouts