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

Preassembly should be idempotent and extensible #225

Open
bgyori opened this issue Jun 12, 2017 · 0 comments
Open

Preassembly should be idempotent and extensible #225

bgyori opened this issue Jun 12, 2017 · 0 comments
Milestone

Comments

@bgyori
Copy link
Member

bgyori commented Jun 12, 2017

Currently it is not fully safe to run preassembly multiple times on the same set of statements. It is also not safe to add new statements to an already preassembled set and run preassembly again. In some cases when attempting to do this, cycles are introduced in the supports/supported_by graph. Making sure that these operations are safe would allow for more flexibility in structuring assembly pipelines.

@bgyori bgyori added this to the Refactoring milestone Apr 4, 2018
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

No branches or pull requests

1 participant