Commit Graph

269 Commits

Author SHA1 Message Date
Tony Garnock-Jones f669f053ea Restructure broker protocol adapters; add loopback 2019-03-25 12:14:35 +00:00
Tony Garnock-Jones ab6f83a281 Split out server-connection.rkt 2019-03-24 17:17:26 +00:00
Tony Garnock-Jones 25d3656e09 strong-gensym 2019-03-24 17:16:57 +00:00
Tony Garnock-Jones 2ee25068b9 Configurable broker tcp/http ports 2019-03-22 12:51:59 +00:00
Tony Garnock-Jones f0db94c102 module+ main in reload.rkt 2019-03-20 22:36:13 +00:00
Tony Garnock-Jones 856cad237f extend-ground-boot! 2019-03-20 22:36:05 +00:00
Tony Garnock-Jones 239b0810e5 broker: client; ping for keepalive; client example 2019-03-18 23:29:12 +00:00
Tony Garnock-Jones 3bfef265a5 tcp-rejected; reassert-on 2019-03-18 23:27:59 +00:00
Tony Garnock-Jones 1d51d1d014 Initial broker implementation 2019-03-18 15:34:14 +00:00
Tony Garnock-Jones fd8a749cd0 NOTICE support 2019-02-09 10:36:03 +00:00
Tony Garnock-Jones 31dc143437 Cope with libpurple weirdness 2019-02-05 13:37:18 +00:00
Tony Garnock-Jones 91bf17f57e Force membership of channel on login 2019-02-05 13:37:04 +00:00
Tony Garnock-Jones fa0a0c0c4d PASS; better NICK collision avoidance 2019-02-05 13:30:18 +00:00
Tony Garnock-Jones 0835257e1c Nested reloaders; simple greeter 2019-01-30 16:40:52 +00:00
Tony Garnock-Jones 39b70ff9ee Make reloaders in turn reloadable 2019-01-30 16:40:12 +00:00
Tony Garnock-Jones c6d907c518 Filesystem driver: add background-activity signal 2019-01-30 16:39:13 +00:00
Tony Garnock-Jones 363995a9c0 Scriptlet for starting a client 2019-01-29 23:08:04 +00:00
Tony Garnock-Jones 9215682e5c /LIST 2019-01-29 20:47:17 +00:00
Tony Garnock-Jones 894ae9d238 User count; define/query-count 2019-01-29 20:47:06 +00:00
Tony Garnock-Jones f306fface5 Pinned channels 2019-01-29 20:46:38 +00:00
Tony Garnock-Jones f6d0c6868e Parity with the other version 2019-01-28 13:54:18 +00:00
Tony Garnock-Jones 97376bc67c Ported ircd example to imperative-syndicate 2019-01-28 13:50:49 +00:00
Tony Garnock-Jones a4e38295f0 config driver 2019-01-28 13:47:29 +00:00
Tony Garnock-Jones 69b70d6256 Enable immediate-query 2019-01-28 13:46:54 +00:00
Tony Garnock-Jones 6f499203d2 tcp-connection-peer 2019-01-28 01:14:58 +00:00
Tony Garnock-Jones 97df84f0f0 Supervision and reloading 2019-01-28 01:14:33 +00:00
Tony Garnock-Jones 73a9d9cfd8 Note in HOWITWORKS about `opaque-placeholder`. 2018-11-20 13:22:44 +00:00
Tony Garnock-Jones b4f1d36329 Identify, expose, and repair bug (using the new `opaque-placeholder`) 2018-11-20 13:20:31 +00:00
Tony Garnock-Jones 0021f7f1a9 Support binary/text websocket payloads 2018-11-15 06:49:31 +00:00
Tony Garnock-Jones 4c0e291658 Repair longstanding, subtle bug in both old- and new-syndicate.
during/spawn used not to add linkage assertions to its
initial-assertion set. In addition, if a spawned actor died in its
initial boot procedure, its initial assertions would never be visible.
These two problems interlocked to cause a space leak in during/spawn,
where monitoring facets would never be cleaned up.

This change does two things:
 - adds linkage assertions to the initial-assertion set in during/spawn
 - properly briefly signals initial-assertions even when a new actor
   immediately crashes.

Together, these repair the space leak in during/spawn with a crashy
child startup procedure.
2018-11-04 13:43:17 +00:00
Tony Garnock-Jones 24fa4834ea Silly mistake 2018-11-02 15:09:20 +00:00
Tony Garnock-Jones f07fcb9081 More notes 2018-11-02 12:18:44 +00:00
Tony Garnock-Jones 40fa2ca620 Improve (?) test ergonomics. 2018-11-02 12:15:21 +00:00
Tony Garnock-Jones 5c5316f37e Detect and repair error in error-handling and -recovery. 2018-11-02 12:15:04 +00:00
Tony Garnock-Jones 57d7ec505d Ensure patched assertions are added before being removed, to avoid glitching 2018-11-02 00:38:40 +00:00
Tony Garnock-Jones 143abcf4c1 Separate out narration 2018-10-24 16:14:54 +01:00
Tony Garnock-Jones dd8a7861d4 The problem specifies 10 elves 2018-10-24 14:29:10 +01:00
Tony Garnock-Jones 3fec2d2f57 Supply #f as cleanup function in multicast udp-dataspace, instead of void; notes on cleanup functions and visibility-restrictions 2018-10-24 13:21:20 +01:00
Tony Garnock-Jones ce706583e5 Santa Claus Problem, in Syndicate/rkt 2018-10-24 11:40:16 +01:00
Tony Garnock-Jones fe40d6b804 Present-to-absent check is necessary in assertion removal handler 2018-10-21 13:32:06 +01:00
Tony Garnock-Jones e9d510d658 Tweaks 2018-10-21 01:04:05 +01:00
Tony Garnock-Jones d08a7536f1 Minor corrections and tweaks 2018-10-21 00:59:38 +01:00
Tony Garnock-Jones a2ade911f6 First JavaScript steps, based on HOWITWORKS.md 2018-10-21 00:58:40 +01:00
Tony Garnock-Jones f3152fe1c1 Update to explain the "dummy" outermost wrapper constructor 2018-10-20 21:54:58 +01:00
Tony Garnock-Jones a40fb01839 Nope, unsafe-struct-ref is still not measurably faster than the safe variants 2018-10-20 21:47:47 +01:00
Tony Garnock-Jones f1a787b17f Avoid a few gratuitous conversions during `skeleton-modify!`. 2018-10-20 21:42:38 +01:00
Tony Garnock-Jones d490b26dc2 Minor tweak 2018-10-20 19:52:37 +01:00
Tony Garnock-Jones b6063b4d95 Remove superfluous update-path helper 2018-10-20 19:13:07 +01:00
Tony Garnock-Jones 52cf4c3ae5 Fix bug exposed by previous commit 2018-10-20 19:09:25 +01:00
Tony Garnock-Jones 4f6ab9bd77 Eliminate one set of dummy wrappers 2018-10-20 18:27:15 +01:00
Tony Garnock-Jones c2fdd8a37e Describe how the efficient index structure works 2018-10-14 21:25:13 +01:00
Tony Garnock-Jones 4141529854 Split out preserves into its own repository 2018-09-29 17:22:34 +01:00
Tony Garnock-Jones 1114b5b6b9 SOH-prefixed embedded format considered harmful 2018-09-29 00:07:49 +01:00
Tony Garnock-Jones cc0a7c5a2d Notes on embedded binary values 2018-09-29 00:04:56 +01:00
Tony Garnock-Jones 153466bd10 Notes on NaNs 2018-09-28 11:48:58 +01:00
Tony Garnock-Jones 3ae9d28d37 Grammar 2018-09-28 11:12:58 +01:00
Tony Garnock-Jones 34553f4752 Typo 2018-09-28 11:12:53 +01:00
Tony Garnock-Jones 3669b99525 Clarification 2018-09-28 11:12:35 +01:00
Tony Garnock-Jones 3b869709fb More tests and fixes 2018-09-28 11:00:50 +01:00
Tony Garnock-Jones ec8c91270f Disallow whitespace between a label and its open-parenthesis 2018-09-28 11:00:40 +01:00
Tony Garnock-Jones 5e6b479279 More tests, coverage and fixes 2018-09-27 23:14:43 +01:00
Tony Garnock-Jones bbe9950148 More tests and fixes 2018-09-27 22:13:46 +01:00
Tony Garnock-Jones bf2d20f40d Bug fixes to text reader, and more tests 2018-09-27 21:35:03 +01:00
Tony Garnock-Jones 19e9623358 More TODOs in the text; initial textual reader in Racket 2018-09-27 19:25:28 +01:00
Tony Garnock-Jones 49f64a1058 Handle a couple of TODOs 2018-09-27 13:34:32 +01:00
Tony Garnock-Jones 120c4ee1c4 WIP from the early hours of this morning, adding textual syntax 2018-09-27 11:42:55 +01:00
Tony Garnock-Jones 54073eb164 Python preserves 2018-09-25 15:53:56 +01:00
Tony Garnock-Jones 5683332cc8 Small fix and new question 2018-09-25 15:53:42 +01:00
Tony Garnock-Jones 6e98757e85 Remove version; improve tests 2018-09-25 15:53:35 +01:00
Tony Garnock-Jones 39449a1f50 Bring preserve.rkt up to spec 2018-09-25 11:49:32 +01:00
Tony Garnock-Jones c479faf9a9 Python SignedInteger rep needs long as well as int 2018-09-25 10:20:35 +01:00
Tony Garnock-Jones 1fcfebf8d9 Link to Racket docs for prefab struct labels 2018-09-25 10:08:22 +01:00
Tony Garnock-Jones 3dcc9edea4 Streamed binaries always use ByteString chunks 2018-09-24 23:15:36 +01:00
Tony Garnock-Jones 55927716bc Squeak Smalltalk mapping 2018-09-24 19:54:59 +01:00
Tony Garnock-Jones 15ddbdc479 Improve (?) Erlang mapping 2018-09-24 19:54:52 +01:00
Tony Garnock-Jones c1b7ab9fd5 Remove page-break override 2018-09-24 19:54:43 +01:00
Tony Garnock-Jones d5c44ba0d3 Improve formatting now that section numbers exist 2018-09-24 19:54:23 +01:00
Tony Garnock-Jones f16a911892 RFC7159 -> RFC8259 2018-09-24 19:12:43 +01:00
Tony Garnock-Jones 711afb4922 Specially number appendices 2018-09-24 19:12:29 +01:00
Tony Garnock-Jones f6bec07f5e Tweaks; python mapping 2018-09-24 18:34:07 +01:00
Tony Garnock-Jones 3dd2366a55 Single-colon pseudoselectors 2018-09-24 18:11:34 +01:00
Tony Garnock-Jones 585cbcdb9e Fix the jolly section numbering 2018-09-24 18:11:19 +01:00
Tony Garnock-Jones da5a60f42c Split out CSS; attempt to get section numbering (grrr!) 2018-09-24 16:45:39 +01:00
Tony Garnock-Jones 67d5d1c71f Minor print layout tweaks, and minor content fixes 2018-09-24 16:08:48 +01:00
Tony Garnock-Jones a7aa13818d Tighten 2018-09-24 15:33:19 +01:00
Tony Garnock-Jones cb2f2e6853 Literal small integers 2018-09-24 14:09:26 +01:00
Tony Garnock-Jones 13d34e035a Trim and improve 2018-09-24 12:59:22 +01:00
Tony Garnock-Jones acc4def15f Tweak print stylesheet 2018-09-24 10:36:10 +01:00
Tony Garnock-Jones 0120875d15 Print makefile 2018-09-23 22:56:41 +01:00
Tony Garnock-Jones 935ac403b4 Tweaks for Chrome and for print 2018-09-23 22:56:36 +01:00
Tony Garnock-Jones 8c501a6591 Fixes 2018-09-23 22:44:43 +01:00
Tony Garnock-Jones 7dee4c9b35 Progress 2018-09-23 22:35:00 +01:00
Tony Garnock-Jones 8cecaec69b Many improvements 2018-09-23 18:14:58 +01:00
Tony Garnock-Jones 9883d2bc5f move codec.md together with preserve.md 2018-09-23 14:39:46 +01:00
Tony Garnock-Jones efd6bc72ea codec.md draft 2018-09-23 14:39:02 +01:00
Tony Garnock-Jones 2b44d82c37 preserve.md based on codec.md which I'm about to check in 2018-09-23 14:37:20 +01:00
Tony Garnock-Jones 181e6a87a0 sqlite driver 2018-08-29 15:03:12 +01:00
Tony Garnock-Jones 8e88d4643c Rename codec --> preserve 2018-08-27 10:24:11 +01:00
Tony Garnock-Jones a1c9af708d Explore struct inheritance 2018-08-21 10:54:17 +01:00
Tony Garnock-Jones 710029ea9b Better codec 2018-08-19 22:13:42 +01:00