Skip to content

Remove eval-when-compile for using package functions #21

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

syohex
Copy link
Contributor

@syohex syohex commented Dec 29, 2016

Fix following byte-compile warnings.

helm-flx.el:243:1:Warning: the following functions might not be defined at runtime:
    flx-make-filename-cache, flx-score,
    helm-fuzzy-matching-default-sort-fn,
    helm-fuzzy-default-highlight-match, helm-basename

@PythonNut
Copy link
Owner

Hey thanks for making this and my sincere apologies for my massive delay in responding. I do things this way currently because I would like the dependencies (especially flx) to be lazily loaded.

I believe there is a different way to silence the warnings without actually loading the packages but I don't remember what it is at the moment.

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

Successfully merging this pull request may close these issues.

2 participants