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

Doesn't handle lazy-loaded patches well #1

Closed
raxod502 opened this issue Jan 3, 2017 · 1 comment
Closed

Doesn't handle lazy-loaded patches well #1

raxod502 opened this issue Jan 3, 2017 · 1 comment

Comments

@raxod502
Copy link
Member

raxod502 commented Jan 3, 2017

If I have a patch that is only loaded after clojure-mode, then:

  • It isn't validated by el-patch-validate-all unless I've loaded clojure-mode.
  • The patch is validated when I load clojure-mode, which is undesirable.

Suggested remedy:

  • Add el-patch-register-feature or somesuch.
  • Make el-patch-validation smarter.
@raxod502
Copy link
Member Author

raxod502 commented Jan 3, 2017

The second problem is resolved by 1ede6d8.

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

No branches or pull requests

1 participant