Commit Graph

144 Commits

Author SHA1 Message Date
Tony Garnock-Jones 0a85fc232d Clean up unwanted state in bidi-gc A 2021-09-08 13:08:58 +02:00
Tony Garnock-Jones 88bd5e1cf4 Improved compatibility between During and Handler 2021-09-08 13:07:26 +02:00
Tony Garnock-Jones 4821f32e8b Demo of relay refcounting subtlety 2021-09-07 14:57:35 +02:00
Tony Garnock-Jones d6dc75e41d Fix refcounting in relay 2021-09-07 14:57:24 +02:00
Tony Garnock-Jones 03522c32ce Factor out facet-handling, allowing non-faceted Handler and faceted During 2021-09-07 14:43:30 +02:00
Tony Garnock-Jones f71b8b0790 Make it possible to retract handles from other facets within one's actor 2021-09-07 14:35:40 +02:00
Tony Garnock-Jones fffcd025ad Stdio transport 2021-08-19 18:40:05 -04:00
Tony Garnock-Jones 0ff8c2c872 Stdio transport 2021-08-19 18:17:51 -04:00
Tony Garnock-Jones e238d433ee Use argparse 2021-08-19 17:27:42 -04:00
Tony Garnock-Jones 79f433167c Slightly improve exiting of tcp connections 2021-08-19 17:27:33 -04:00
Tony Garnock-Jones aa2baa62f1 Yet another decorator 2021-08-19 17:09:07 -04:00
Tony Garnock-Jones a80e101a96 Clean up imports 2021-08-19 17:05:55 -04:00
Tony Garnock-Jones 026d1ec151 Further refinements 2021-08-19 17:04:35 -04:00
Tony Garnock-Jones 21aa08e75b Remove uninteresting connection/disconnection handlers 2021-08-19 16:10:08 -04:00
Tony Garnock-Jones 38f6f500c3 Better decorators; treat linked tasks as non-inert 2021-08-19 16:08:53 -04:00
Tony Garnock-Jones 82e5a2c07b Utility decorators 2021-08-19 15:50:21 -04:00
Tony Garnock-Jones c8cbc8cdb6 Update README and setup.py 2021-08-19 14:39:43 -04:00
Tony Garnock-Jones 822d38dcf9 Tighten 2021-08-19 14:06:33 -04:00
Tony Garnock-Jones 1f7832a358 Start on linked_task 2021-08-19 14:04:38 -04:00
Tony Garnock-Jones f942b6aefb Step toward linked tasks 2021-08-19 13:26:12 -04:00
Tony Garnock-Jones 3e538df711 Repair path to schema bundle 2021-08-19 12:59:58 -04:00
Tony Garnock-Jones 29fe7d1d97 Guard against non-callable, non-facet on_add results 2021-08-19 12:59:48 -04:00
Tony Garnock-Jones c2de82a2b7 schemas/transportAddress.prs 2021-08-18 22:59:59 -04:00
Tony Garnock-Jones 2b06fc2758 Relay and chat demo; not quite there yet 2021-08-18 22:59:04 -04:00
Tony Garnock-Jones 10f4bc9e34 Reimplement following novy design 2021-08-18 13:35:49 -04:00
Tony Garnock-Jones 9445a71b53 Use correct latest version of preserves-schemac 2021-08-11 16:05:36 -04:00
Tony Garnock-Jones 8cd601a777 Remove name field from DBind 2021-08-11 15:43:29 -04:00
Tony Garnock-Jones 0b2c7ecfe1 Rename RefAny -> Cap 2021-07-22 14:12:53 +02:00
Tony Garnock-Jones be6b30bba6 Switch Ref -> RefAny 2021-07-22 13:43:14 +02:00
Tony Garnock-Jones 993cf78a38 DeBruijn-like binding in patterns 2021-07-12 21:10:19 +02:00
Tony Garnock-Jones f7c6e7d164 Specify embedded type for sturdy.prs 2021-07-03 09:00:58 +02:00
Tony Garnock-Jones e7ddfdf311 EntityRef.Ref in dataspacePatterns 2021-07-02 16:51:21 +02:00
Tony Garnock-Jones dab79020f4 Variations on protocol for internal and external use 2021-07-02 16:48:15 +02:00
Tony Garnock-Jones a6639b5380 Error packets 2021-07-02 10:11:53 +02:00
Tony Garnock-Jones 06e922c511 Compiled schema bundle 2021-07-01 10:04:26 +02:00
Tony Garnock-Jones 93c196acaa Move schemas into subdirectory after subtree split 2021-07-01 09:51:53 +02:00
Tony Garnock-Jones e034486aaa Update schemas to match new identifier restrictions. 2021-06-25 09:45:38 +02:00
Tony Garnock-Jones 824b078eac Simpler stream connection protocol. 2021-06-18 13:48:12 +02:00
Tony Garnock-Jones cf93327ed6 Services and service activation 2021-06-17 14:57:06 +02:00
Tony Garnock-Jones 6cfe8c2ba4 `when` -> `on`; StreamConnection API; better `this-target`; tcp-listen errors
- spec-generic StreamConnection translators, for simple TCP API
 - `when` -> `on`, better use for event-expanders
 - Removal of special processing of `at`, making `this-target` properly lexically scopeable
 - TcpListenError and handling of tcp-listen errors
 - SYNDICATE_COLUMNS for pretty-printing of dataspace traces
 - Repair driver-support.rkt thread shutdown turn-taking
 - Refinements to stream protocols and implementation
 - Improvements to syntax location preservation in syntax.rkt
2021-06-17 13:38:30 +02:00
Tony Garnock-Jones b6bc816daf Split out experimental "stream" protocols; make tcp.rkt use them; more inertness checks
Also, a few other important changes:
 - Better printing of entity-ref structs
 - Inertness checks on assertion retraction (!) and preventer-disarm
 - Correct selection of active facet during dataflow recomputations
 - Repair silly omission in turn-assert/dataflow!
2021-06-16 21:44:07 +02:00
Tony Garnock-Jones a73b6a9f4a Whole-packet flow credit 2021-06-15 12:46:09 +02:00
Tony Garnock-Jones f6cb595709 Add ConnectionPeer assertions; rename TcpOutbound -> TcpRemote and TcpInbound -> TcpLocal 2021-06-15 12:37:14 +02:00
Tony Garnock-Jones afe36c630d Refactor/repair tcp.prs and tcp.rkt 2021-06-11 15:29:12 +02:00
Tony Garnock-Jones 5850c5b06d Credit-based flow control on tcp driver; line mode 2021-06-11 14:18:53 +02:00
Tony Garnock-Jones b0d0eb3a11 drivers/racket-event.rkt 2021-06-10 13:34:18 +02:00
Tony Garnock-Jones 21d09f81e5 ActiveSocket-close now gets a string, not an embedded exn 2021-06-10 13:33:16 +02:00
Tony Garnock-Jones 8b5e74048e Beginnings of a TCP driver 2021-06-10 10:00:43 +02:00
Tony Garnock-Jones 201f5433e1 Port timer driver from older syndicate/rkt implementation 2021-06-09 23:08:06 +02:00
Tony Garnock-Jones 8cbe2475e3 TAttenuate 2021-06-09 15:06:58 +02:00