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

Add ability to only rebuild things that actually need to be rebuilt. #45

Open
NHDaly opened this issue Apr 11, 2019 · 0 comments
Open
Labels
enhancement New feature or request needs-design

Comments

@NHDaly
Copy link
Owner

NHDaly commented Apr 11, 2019

Maybe integration with something like make?

Or maybe we can use julia's Pkg manager to do this?

Been thinking about hermetically including dependencies by recreating a .julia structure inside the .app (via JULIA_DEPOT_PATH), and if we do that, maybe we could wrap the user's code all up in a Package inside there, and only re-run things if it's modified somehow?

@NHDaly NHDaly added enhancement New feature or request needs-design labels Apr 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs-design
Projects
None yet
Development

No branches or pull requests

1 participant