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

Incremental builds #5

Closed
gakimball opened this issue Jan 13, 2016 · 1 comment
Closed

Incremental builds #5

gakimball opened this issue Jan 13, 2016 · 1 comment

Comments

@gakimball
Copy link
Contributor

If an instance of Supercollider is run multiple times on the same files (which will always happen in a task runner that re-runs tasks when files change), the initial component tree generated is added to instead of replaced.

Every component (file) is one object in the Supercollider.tree array. When a file comes through, a check should be done to see if a component/file with the same name already exists in the tree. If it does, the old object should be replaced with the new one. This will prevent duplicate entires from appearing.

@gakimball
Copy link
Contributor Author

Implemented via cd2bb18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant