Commit Graph

472 Commits

Author SHA1 Message Date
Tony Garnock-Jones 01f4286ffc Merge latest changes from the syndicate-protocols repository 2023-02-04 13:47:00 +01:00
Tony Garnock-Jones 6ecf6b37d1 Merge latest changes from the syndicate-protocols repository 2023-01-27 12:52:17 +01:00
Tony Garnock-Jones e6df614094 Merge latest changes from the syndicate-protocols repository 2023-01-27 12:45:11 +01:00
Tony Garnock-Jones 5d368fed95 First experimental noise relay 2023-01-19 16:21:26 +01:00
Tony Garnock-Jones 59f133a62f Refactor tcp relay support; add client support; add chat example 2023-01-19 14:47:02 +01:00
Tony Garnock-Jones 0d361dc065 Merge latest changes from the syndicate-protocols repository 2023-01-19 12:19:31 +01:00
Tony Garnock-Jones a41c6fb254 Merge latest changes from the syndicate-protocols repository 2023-01-16 16:21:57 +01:00
Tony Garnock-Jones 1225a468d1 Merge latest changes from the syndicate-protocols repository 2023-01-16 15:57:43 +01:00
Tony Garnock-Jones 89353fa84f Happy new year 2023-01-16 15:57:29 +01:00
Tony Garnock-Jones 639ceae231 instantiate-pattern 2023-01-16 15:56:25 +01:00
Tony Garnock-Jones 2124915de2 Allow various kinds of statelike processing during pattern analysis 2022-12-24 21:08:57 +13:00
Tony Garnock-Jones 55e5c36725 Remove seemingly-unnecessary case for ($ (unquote bp) p) in pattern.rkt 2022-12-15 11:45:49 +13:00
Tony Garnock-Jones afb887e649 Named arguments to analyse-pattern 2022-12-15 11:42:06 +13:00
Tony Garnock-Jones cfe2cc4af7 Update to latest racket-auxiliary-macro-context 2022-12-15 11:09:40 +13:00
Tony Garnock-Jones 7f84fb9d10 drivers/http: support 405 Method Not Allowed response 2022-12-14 12:10:53 +13:00
Tony Garnock-Jones 271da81942 drivers/http: avoid values, better async usage 2022-12-14 11:53:51 +13:00
Tony Garnock-Jones b4b44b6444 Update dependencies 2022-12-13 21:06:20 +13:00
Tony Garnock-Jones 9cbe11b32d HTTP driver 2022-12-13 21:03:44 +13:00
Tony Garnock-Jones bd5cb6e35c Merge latest changes from the syndicate-protocols repository 2022-12-13 18:08:59 +13:00
Tony Garnock-Jones 4878c40be5 Make suspend exit the async block 2022-12-09 21:24:13 +13:00
Tony Garnock-Jones 41b38e7fb2 define/await 2022-11-30 19:50:25 +00:00
Tony Garnock-Jones 092fb7eb2f async.rkt 2022-11-30 18:27:54 +00:00
Tony Garnock-Jones 4e79ff6db0 Repair schema-compiler 2022-11-25 13:50:42 +01:00
Tony Garnock-Jones e17aa14a44 Return void from let/query 2022-11-25 13:50:36 +01:00
Tony Garnock-Jones d4a03a3f7c Commit to having onStop shutdownActions run in parent facet context 2022-11-24 14:29:51 +01:00
Tony Garnock-Jones 83b0cd41e0 Repair quotation of ellipsis literals 2022-11-24 09:58:04 +01:00
Tony Garnock-Jones 094838bd2b Support for running Racket programs as inferior services 2022-05-26 17:07:40 +02:00
Tony Garnock-Jones 004bcbc5a8 Move syndicate-protocols inside the syndicate package, so that the package-builder can see it 2022-05-25 21:02:57 +02:00
Tony Garnock-Jones ad69faaca4 Rename launchers to avoid conflict with syndicate-rs syndicate-server 2022-04-30 20:20:17 +03:00
Tony Garnock-Jones 1b9eddc0b6 Update code to match latest schema changes 2022-01-20 09:54:07 +01:00
Tony Garnock-Jones 0b2b0f4dfa A new test 2022-01-16 09:48:31 +01:00
Tony Garnock-Jones d4d53fa9ba Bump copyright years 2022-01-16 09:48:18 +01:00
Tony Garnock-Jones 51422d2450 Use internal mutation instead of re-parameterization 2021-12-01 15:04:14 +01:00
Tony Garnock-Jones c5643fb1b1 No more distinction between internal/external protocol variants 2021-09-24 13:02:51 +02:00
Tony Garnock-Jones 701f5722f0 Error on sending transient references 2021-09-02 16:47:09 +02:00
Tony Garnock-Jones 5ff75d05ab Remove name from DBind 2021-08-11 15:52:01 -04:00
Tony Garnock-Jones f82b9094a0 Bring up to date with latest changes 2021-07-27 16:01:12 +02:00
Tony Garnock-Jones b4b5a443d1 Use external protocol variant 2021-07-03 16:33:10 +02:00
Tony Garnock-Jones 8008ca5a53 Rearrange protocols subtree 2021-07-01 09:51:17 +02:00
Tony Garnock-Jones 824c2e201c Rename NamedSimplePattern_ -> Binding 2021-06-25 10:25:39 +02:00
Tony Garnock-Jones f2063997ec Update schemas to match new identifier restrictions. 2021-06-25 09:45:38 +02:00
Tony Garnock-Jones 1d43b731f3 Repair embarrassing error in gen:custom-write for fields 2021-06-21 14:40:00 +02:00
Tony Garnock-Jones 1fb116630e Queries 2021-06-21 14:39:41 +02:00
Tony Garnock-Jones 6fe031e678 once 2021-06-18 22:19:54 +02:00
Tony Garnock-Jones dfd51a5235 Repair connection-state tracking 2021-06-18 18:12:23 +02:00
Tony Garnock-Jones 2e0b9505cc Sensible defaults; and return local source/sink from establish-connection 2021-06-18 17:43:16 +02:00
Tony Garnock-Jones 20eeb6cd55 Introduce "smart constructors" for patterns to merge literal chunks where possible, making patterns-over-patterns less annoying to express (hopefully) 2021-06-18 17:02:56 +02:00
Tony Garnock-Jones 8b1d3a5e3f Put pattern-expanders first 2021-06-18 14:57:21 +02:00
Tony Garnock-Jones 6284fd6ebc Slightly better error messages 2021-06-18 14:57:05 +02:00
Tony Garnock-Jones 28901e9d31 Simpler stream connection protocol. 2021-06-18 13:48:12 +02:00