Skip to content

Commit

Permalink
releae: 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
b committed May 2, 2020
1 parent aac10de commit 057d15a
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 3 deletions.
Binary file added devtool/extension/img/android-icon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added devtool/extension/img/apple-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added devtool/extension/img/courtesan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added devtool/extension/img/favicon.ico
Binary file not shown.
Binary file added devtool/extension/img/icon256.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kingly",
"sideEffects": false,
"version": "0.24.1",
"version": "0.25.0",
"description": "Extended Hierarchical State Transducer library",
"repository": {
"type": "git",
Expand Down
2 changes: 0 additions & 2 deletions src/synchronous_fsm.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ export function createStateMachine(fsmDef, settings) {
return outputs
}

// TODO: review the error notification
function process_event(hash_states, event, event_data, extendedState) {
const current_state = hash_states[INIT_STATE].current_state_name;
const event_handler = hash_states[current_state][event];
Expand Down Expand Up @@ -406,7 +405,6 @@ export function createStateMachine(fsmDef, settings) {
console.info("left state", wrap(from));
}

// TODO: maybe add some trace debug here?
function enter_next_state(to, updatedExtendedState, hash_states) {
let state_to;
let state_to_name;
Expand Down

0 comments on commit 057d15a

Please sign in to comment.