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

Automatically validate patch after evaluating them #48

Closed
musjj opened this issue Dec 11, 2020 · 1 comment
Closed

Automatically validate patch after evaluating them #48

musjj opened this issue Dec 11, 2020 · 1 comment

Comments

@musjj
Copy link

musjj commented Dec 11, 2020

It would be nice if patches would get automatically validated right after its definition is evaluated. This would eliminate the need of remembering to manually validate them every once in a while.

@raxod502
Copy link
Member

You wouldn't want to do this during startup due to the heavy performance implications, but since el-patch is (due to #11) entirely computable at compile-time, I would not be opposed to adding an option for this to be done automatically in the case that patches are being compiled.

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

No branches or pull requests

2 participants