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

Proper incremental builds #24

Open
zenhack opened this issue Dec 3, 2019 · 1 comment
Open

Proper incremental builds #24

zenhack opened this issue Dec 3, 2019 · 1 comment

Comments

@zenhack
Copy link
Contributor

zenhack commented Dec 3, 2019

Per the readme:

Note that continuous building is the only way to do incremental builds with Ekam -- any time you run a new Ekam process, it always starts from scratch. I generally just leave Ekam running in a console window 24/7.

Leaving ekam running seems like a reasonable strategy for a workstation that you can leave on anyway, but I generally work from my laptop, and would prefer not to have to start a cold build each time I boot up the machine.

So it would be nice to have proper incremental builds that don't require a continuously running ekam.

@kentonv
Copy link
Member

kentonv commented Dec 4, 2019

Yeah, big project though. Basically we'd need to serialize the internal state to a file that we could reload later.

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

2 participants