Tony Garnock-Jones tonyg
tonyg pushed tag syndicate-tools-v0.18.0 to syndicate-lang/syndicate-rs 2024-04-10 15:04:29 +00:00
tonyg pushed tag syndicate-v0.40.0 to syndicate-lang/syndicate-rs 2024-04-10 15:04:29 +00:00
tonyg pushed to main at syndicate-lang/syndicate-rs 2024-04-10 15:04:28 +00:00
65101e900e Release independent packages
tonyg pushed tag syndicate-macros-v0.32.0 to syndicate-lang/syndicate-rs 2024-04-10 15:04:28 +00:00
tonyg pushed tag syndicate-schema-plugin-v0.9.0 to syndicate-lang/syndicate-rs 2024-04-10 15:04:28 +00:00
tonyg pushed tag syndicate-server-v0.45.0 to syndicate-lang/syndicate-rs 2024-04-10 15:04:28 +00:00
tonyg pushed to main at syndicate-lang/syndicate-rs 2024-04-10 15:03:17 +00:00
581886835a New dataspace pattern implementation; update HTTP server
dcb1aec142 Merge latest changes from the syndicate-protocols repository
c0239cf322 And with that we are almost back where we started with http.prs!
9cc4175f24 Cope with HTTP/1.0's optional Host header
70f42dd931 Another revision of http.prs
Compare 6 commits »
tonyg pushed to main at syndicate-lang/syndicate-rkt 2024-04-10 13:42:26 +00:00
c538c577c3 Many improvements to drivers/http.rkt
bd973f069a Direct response example in http-server.rkt
c7e8c55b58 Merge latest changes from the syndicate-protocols repository
c0239cf322 And with that we are almost back where we started with http.prs!
9cc4175f24 Cope with HTTP/1.0's optional Host header
Compare 7 commits »
tonyg pushed to main at syndicate-lang/syndicate-protocols 2024-04-10 13:16:40 +00:00
c0239cf322 And with that we are almost back where we started with http.prs!
tonyg pushed to main at syndicate-lang/syndicate-protocols 2024-04-10 12:54:22 +00:00
9cc4175f24 Cope with HTTP/1.0's optional Host header
tonyg pushed to main at syndicate-lang/syndicate-protocols 2024-04-10 12:31:56 +00:00
70f42dd931 Another revision of http.prs
tonyg pushed to main at syndicate-lang/syndicate-protocols 2024-04-10 11:24:32 +00:00
ef1ebe6412 Sigh. <done> turns out to be a good idea in addition to <processing>
tonyg pushed to main at syndicate-lang/syndicate-rs 2024-04-10 09:07:27 +00:00
deec008c66 No taskset on osx
008671d0b2 Bump deps incl preserves-schema for a keyword-avoiding fix
9fcf22e1b5 Merge latest changes from the syndicate-protocols repository
ca18ca08df Alternative representation of dataspacePatterns
40ca168eac Repair typo
Compare 6 commits »
tonyg pushed to main at syndicate-lang/syndicate-py 2024-04-09 13:06:13 +00:00
d9e1be2e98 Update for new dataspace pattern language
6de5e96aa1 Merge latest changes from the syndicate-protocols repository
ca18ca08df Alternative representation of dataspacePatterns
40ca168eac Repair typo
5a73e8d4c3 Alter dataspacePatterns language to make rec and arr more like dict
Compare 9 commits »
tonyg pushed to main at syndicate-lang/syndicate-rkt 2024-04-09 12:57:53 +00:00
2a88896e09 Further checks
tonyg pushed to main at syndicate-lang/syndicate-rkt 2024-04-09 12:49:50 +00:00
3bbad3df6d Repair latent error of mismatched key types
tonyg pushed to main at syndicate-lang/syndicate-rkt 2024-04-09 12:41:25 +00:00
86b74cd807 Better items->entries routine
tonyg commented on issue syndicate-lang/syndicate-protocols#9 2024-04-09 12:10:24 +00:00
Make dataspace patterns over compound data extensible

Updating syndicate-rkt involved:

  • simplification of computation of "selector" pop/step datastructure to use "moves"/"relative paths" - this is kind of optional but does simplify the code rather…
tonyg pushed to main at syndicate-lang/syndicate-rkt 2024-04-09 12:00:43 +00:00
9a0697e3c5 New dataspace pattern language.
0370c19e43 New http server protocol implementation and example
e6234b7713 Update noise implementation for new protocol
c97069375a More dataspace logging
6673c2b68c Repair comment syntax in config files
Compare 14 commits »
tonyg pushed to main at synit/synit-manual 2024-04-09 09:07:10 +00:00
e4d0be69ba Further updates to dataspacePatterns