Commit graph

105 commits

Author SHA1 Message Date
32acd23f26 server: fix message / action handling 2023-08-14 09:51:36 +02:00
049998d5ec server: Sync message processor (work in progress) 2023-08-13 22:24:43 +02:00
ec1ab12cef unifying data structures for message payload and server response 2023-08-13 17:05:20 +02:00
d03b3ab11d work in progress: unify data structures for message payload and server response 2023-08-13 14:44:57 +02:00
efb09c9019 server: put specific config in Start() (= factory) call 2023-08-13 08:33:18 +02:00
a8e266e039 make listener configurable - and use for delaying client access in tests 2023-08-12 19:10:24 +02:00
eef9fba161 core.Delayed(): more generally usable version 2023-08-11 20:57:50 +02:00
a67c31e0b5 provide DelayedStart() (proof-of-concept): parameterized handler (factory) 2023-08-11 17:27:26 +02:00
1d7d1f3b1b server: provide message processor for fine-tuned handling of remote messages - start with Async() 2023-08-10 17:50:11 +02:00
d1732dd851 server message handling: simplify, with hard-coded Forward action 2023-08-10 15:33:33 +02:00
399b3576b0 server, work in progress: handling of remote (request) messages 2023-08-10 09:36:12 +02:00
cbe209643c routing and calling RCell handler basically working 2023-08-09 19:15:47 +02:00
10908bbd61 server: first basic route config 2023-08-09 17:06:22 +02:00
ca08bbb9c7 server: work in progress: routing config 2023-08-09 12:02:08 +02:00
591191deb0 remove obsolete 'funky' package 2023-08-07 13:54:50 +02:00
0027b21a44 forge: create scalar variable with 'var1' - defined as forge code 2023-08-05 16:53:26 +02:00
0852ba19fd put XT definitions in separate source file; get rid of 'name' type 2023-08-04 09:20:57 +02:00
86fe7ca04f forge: refactorings of register functionality 2023-08-03 09:40:57 +02:00
b88ef658ee forge: create: allocate variable with optional 'does' code 2023-08-02 16:17:19 +02:00
cea36b0320 forge/rep: first level of parsing and compiling an JSON array OK 2023-08-02 09:09:48 +02:00
434fba79d8 forge/rep: Compile() basically working 2023-07-31 20:02:05 +02:00
373c9484c8 do not use funky.Maybe for results - stick to Go idiom with ok or error 2023-07-31 14:47:04 +02:00
84d81a681a forge/rep: code representations (work in progress) 2023-07-31 13:44:50 +02:00
3866991b75 provide 'Body' built-in for access to XT's code/data 2023-07-30 16:12:55 +02:00
025ac92c6f get rid of 'data' XT implementation + more simplifications 2023-07-30 09:56:27 +02:00
a8e32f86e8 forge: code and data definitions: simplifications, provide explicit (test) code for variable definition 2023-07-29 18:45:40 +02:00
465cfe7aa9 forge: work in progress: code and data definitions 2023-07-29 18:18:33 +02:00
1f27700334 mimic Def and Const using core definitions 2023-07-29 14:15:03 +02:00
08b9391559 forge: add data manipulation definitions (Create, Get, Put) 2023-07-29 10:33:58 +02:00
0bb39f022f forge: method Const() for storing and retrieving constant values 2023-07-28 09:45:51 +02:00
419bd2617b common/ptr: add Advance() method (for allowing relative jumps in forge code) 2023-07-27 09:19:23 +02:00
7b191b1eb2 common/ptr: fix scalar implementation 2023-07-26 14:57:24 +02:00
d0f2fbc346 minor improvements; matrix: use message parts for setting up action pattern 2023-07-25 14:51:42 +02:00
e55ce25190 use Addressable interface for generic Send() and action receivers 2023-07-25 10:41:48 +02:00
fbff96dcc0 work in progress: matrix.connect() 2023-07-25 09:39:59 +02:00
e21499234b provide minimal default config, + some clean-up and standardization 2023-07-24 17:58:56 +02:00
0f054c36e8 matrix: send 'connect' message upon cell creation 2023-07-24 14:54:24 +02:00
5a7cbba536 cell creation basically working 2023-07-24 14:00:43 +02:00
9a609ce880 work in progress: matrix; message: sender as Addressable type 2023-07-24 10:32:25 +02:00
f55416dddf starting with 'matrix' (cells) sub-project: tests 2023-07-23 18:58:12 +02:00
8d8e13d8ed define and call forge code 2023-07-23 12:35:18 +02:00
c724ad89bd forge: execute simple forge code 2023-07-23 10:20:25 +02:00
91322dae3a forge: Exec() basically working 2023-07-21 19:47:57 +02:00
503990f180 define and set up ForgeEnv 2023-07-21 17:22:30 +02:00
1487629123 forge (work in progress): copy ptr package from go-schema 2023-07-21 12:58:49 +02:00
b6325392a8 rename lib to core; move lib code (mainly interfaces) to top-level scopes package 2023-07-21 10:12:20 +02:00
e35e7796ac move testing to common 2023-07-21 09:32:11 +02:00
a64f621997 new package 'commmon' - move funky, stack, voc 2023-07-21 09:14:06 +02:00
ec6172f07e work in progress: add some 'Forge' (Forth by Go) functionality 2023-07-20 19:51:43 +02:00
3f16eb44ca rename Either methods, functions, fields 2023-07-18 08:49:23 +02:00