This is an automated email from the ASF dual-hosted git repository.

ebenizzy pushed a change to branch feat/typescript-implementation
in repository https://gitbox.apache.org/repos/asf/burr.git


    from 0f1ee4ad WIP for application execution
     add 149bad3c Implement fork→launch→gather→commit execution pattern

No new revisions were added by this update.

Summary of changes:
 .../burr-core/src/__tests__/action.test.ts         |  13 +-
 .../burr-core/src/__tests__/application.test.ts    | 222 +++++++++++++++++++++
 .../burr-core/src/__tests__/execution.test.ts      |  90 ---------
 .../packages/burr-core/src/__tests__/state.test.ts | 141 +++++++++++++
 typescript/packages/burr-core/src/action.ts        |  10 +-
 typescript/packages/burr-core/src/application.ts   | 124 ++++++++++--
 typescript/packages/burr-core/src/state.ts         |  54 +++++
 7 files changed, 536 insertions(+), 118 deletions(-)

Reply via email to