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

Remove default dynamicity of WorkChain port namespaces #2825

Merged
merged 1 commit into from
May 2, 2019

Conversation

sphuber
Copy link
Contributor

@sphuber sphuber commented May 2, 2019

Fixes #2822

This was already removed recently for the Process base class but was
overridden by the WorkChain class. Given that having the input and
output port namespace can lead to unexpected behavior for novice users,
it was decided to have them non-dynamic by default.

@sphuber sphuber requested review from ltalirz and giovannipizzi May 2, 2019 12:28
@sphuber sphuber force-pushed the fix_2822_workchains_non_dynamic branch from 522ff33 to f136840 Compare May 2, 2019 13:22
This was already removed recently for the `Process` base class but was
overridden by the `WorkChain` class. Given that having the input and
output port namespace can lead to unexpected behavior for novice users,
it was decided to have them non-dynamic by default.
@sphuber sphuber force-pushed the fix_2822_workchains_non_dynamic branch from f136840 to c7ee88f Compare May 2, 2019 14:17
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.007%) to 71.664% when pulling c7ee88f on sphuber:fix_2822_workchains_non_dynamic into 68b33b2 on aiidateam:develop.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.007%) to 71.664% when pulling c7ee88f on sphuber:fix_2822_workchains_non_dynamic into 68b33b2 on aiidateam:develop.

@sphuber sphuber merged commit c7fd2d6 into aiidateam:develop May 2, 2019
@sphuber sphuber deleted the fix_2822_workchains_non_dynamic branch May 2, 2019 15:00
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.

Consider setting dynamic=False on Workchain input and output namespaces
3 participants