Skip to content

Make 'sendCtrlMsg' strict in the local case. #195

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

Merged
merged 1 commit into from
Jun 12, 2015
Merged

Conversation

facundominguez
Copy link
Contributor

Now it evaluates the input message to HNF. If left non-strict, the NC would stop when evaluating a message fails or blocks.

It is still possible to crash the NC if deeper evaluation of the message produces errors. For this sake we make a precondition of 'sendCtrlMsg' that further evaluation of the message should not produce errors in the local case.

Now it evaluates the input message to HNF. If left non-strict, the NC
would stop when evaluating a message fails or blocks.

It is still possible to crash the NC if deeper evaluation of the
message produces errors. For this sake we make a precondition of
'sendCtrlMsg' that further evaluation of the message should not
produce errors in the local case.
@mboes
Copy link
Contributor

mboes commented Jun 12, 2015

test case?

@facundominguez
Copy link
Contributor Author

Will come in separate PR. There are no tests in d-p itself.

@mboes
Copy link
Contributor

mboes commented Jun 12, 2015

true.

mboes added a commit that referenced this pull request Jun 12, 2015
Make 'sendCtrlMsg' strict in the local case.
@mboes mboes merged commit a35cc21 into master Jun 12, 2015
@mboes mboes deleted the strict-sendCtrlMsg branch June 12, 2015 17:22
@qnikst qnikst modified the milestone: distributed-process-0.6 Jun 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants