Skip to content
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

Allow multiple nonblocking assignments, fix #321 #421

Merged
merged 2 commits into from
Oct 9, 2023

Conversation

mkorbel1
Copy link
Contributor

@mkorbel1 mkorbel1 commented Oct 7, 2023

Description & Motivation

Allow multiple non-blocking assignments in Sequential. See #321.

Added a allowMultipleAssignments flag to Sequential, defaulting to true.

Related Issue(s)

Fix #321

Testing

Updated existing tests for exception, and added new test allowing multiple assignments.

Backwards-compatibility

Is this a breaking change that will not be backwards-compatible? If yes, how so?

No, but default is now less strict

Documentation

Does the change require any updates to documentation? If so, where? Are they included?

API docs updated

@mkorbel1 mkorbel1 merged commit 270655a into intel:main Oct 9, 2023
2 checks passed
@mkorbel1 mkorbel1 deleted the multi_nonblock branch October 9, 2023 16:52
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.

Allow multiple nonblocking assignments
1 participant