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
omit bced2c12 Adds basic graph builder interface + application builder
add 51bc94bd Adds basic graph builder interface + application builder
add fa0366e4 Adds creation of state with defaults
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (bced2c12)
\
N -- N -- N refs/heads/feat/typescript-implementation (fa0366e4)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
typescript/packages/burr-core/README.md | 5 ++
.../burr-core/scratch-examples/counter-hw.ts | 18 +++++++-
.../burr-core/src/__tests__/application.test.ts | 8 ++--
.../packages/burr-core/src/__tests__/state.test.ts | 53 +++++++++++++++++++++-
typescript/packages/burr-core/src/index.ts | 1 +
typescript/packages/burr-core/src/state.ts | 28 ++++++++++++
6 files changed, 107 insertions(+), 6 deletions(-)