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

Packet factory is no longer recursive #292

Merged
merged 3 commits into from Dec 29, 2014
Merged

Packet factory is no longer recursive #292

merged 3 commits into from Dec 29, 2014

Conversation

codemercenary
Copy link
Contributor

This is a breaking change, and comes with a bump to the version number. The bottom line is that AutoFilters are no longer recursive with respect to contexts. This change was necessary because, unlike events, AutoFilters operating under recursion can violate the confinement principle by attaching decorations. This could cause a situation where two subcontexts interfere indirectly with each other due to attached decorations.

Rather than trying to provide a backwards-compatible path for this feature, the feature has instead been completely deprecated. This feature's theory of operation will require closer examination and justification at a later time.

Incidentally, this should also fix #40 by obviation

This is a breaking change, and comes with a bump to the version number.  The bottom line is that AutoFilters are no longer recursive with respect to contexts.  This change was necessary because, unlike events, AutoFilters operating under recursion can violate the confinement principle by attaching decorations.  This could cause a situation where two subcontexts interfere indirectly with each other due to attached decorations.

Rather than trying to provide a backwards-compatible path for this feature, the feature has instead been completely deprecated.  This feature's theory of operation will require closer examination and justification at a later time.
Conflicts:
	src/autowiring/AutoPacketFactory.cpp
tnitz added a commit that referenced this pull request Dec 29, 2014
Packet factory is no longer recursive
@tnitz tnitz merged commit a300b9f into develop Dec 29, 2014
@tnitz tnitz deleted the dep-subreceipt branch December 29, 2014 22:31
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.

None yet

3 participants