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

Implement some kind of effective entr #90

Closed
rikhuijzer opened this issue Apr 13, 2021 · 2 comments
Closed

Implement some kind of effective entr #90

rikhuijzer opened this issue Apr 13, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@rikhuijzer
Copy link
Collaborator

It would be very convenient if there would be some kind of entr_gen(; M) which tracks the changed methods. If a method changes, then it will re-run the code. However, it should not run all unchanged methods.

@rikhuijzer
Copy link
Collaborator Author

This issue is waiting on timholy/Revise.jl#622.

@rikhuijzer
Copy link
Collaborator Author

This is less of an issue if one uses

f() = gen(["myfile.md"]; M)
entr(f, ["contents"], [M])

because this will update all the code inside contents/myfile.md as soon as anything changes in contents/ or M.

@rikhuijzer rikhuijzer added the enhancement New feature or request label Jul 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant