Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SCXML implementation of BT Control Nodes #58
SCXML implementation of BT Control Nodes #58
Changes from 45 commits
b5ea3be
5cb16d3
1e353c3
7fd7fc6
8bd28ed
02b7454
019d6c3
045f5f7
1f8f6ff
f86b904
f7e8f90
f11c651
dab8efe
64e1ed4
44651f8
a9bf8de
bc16c96
5d2f706
f93c9e3
54ea01e
e00f599
dc64bac
dd6f908
84a3e57
c018af3
6e2692a
3a9704e
9797151
bc24073
0a69d0e
02307be
8c91364
8164302
29e7a56
5301d90
bb267d7
46478bd
aeafe3d
5cb1a43
ad544f4
0a61598
6eb2c4c
c5cb74e
18712ea
2a3c64c
e5d3666
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because with the new handling we have a single bt_response event per BT node (from here https://github.com/convince-project/AS2FM/pull/58/files#diff-8021c3394c29f60e934c8bf2dff081894800c6ccead20ed8b4550085cfe4ef9cR276), containing the response result as a param. This means that, with the new version, bt_response events are expected to be always sent, and there is no reason for skipping them anymore (that was the main reason for this method to exist)