Commit graph

19 commits

Author SHA1 Message Date
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
e55ce25190 use Addressable interface for generic Send() and action receivers 2023-07-25 10:41:48 +02:00
f55416dddf starting with 'matrix' (cells) sub-project: tests 2023-07-23 18:58:12 +02:00
91322dae3a forge: Exec() basically working 2023-07-21 19:47:57 +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
2f1efc9731 rename package common to lib 2023-06-04 09:43:31 +02:00
d9e109e3a5 implement Context interface from standard library 2023-06-03 17:21:34 +02:00
bcbf567a7a code clean-up; use standardized Run... functions for async calls 2023-06-03 16:53:20 +02:00
0f0ed437d9 work in progress: use go routines for app (and testing) 2023-06-03 14:49:35 +02:00
92cefca3cb testing: use testing.Start as app starter 2023-06-03 11:44:32 +02:00
4119d61c56 some code improvements and rearrangements 2023-06-03 09:16:24 +02:00
9797c3515a services map as own type; function makeCtx; record context children 2023-06-03 08:41:55 +02:00
87ff5d5d93 improve testing for correct set up of application (context) structure 2023-06-02 19:41:51 +02:00
e30052b297 basic context implementations + start of component instances 2023-06-02 12:19:23 +02:00
968bdc925d provide basic Context interface and StartFct for components 2023-06-01 17:13:17 +02:00