Skip to content

Fix byte-compilation for `flycheck-define-checker'#89

Open
yantar92 wants to merge 1 commit into
ppareit:masterfrom
yantar92:bugfix
Open

Fix byte-compilation for `flycheck-define-checker'#89
yantar92 wants to merge 1 commit into
ppareit:masterfrom
yantar92:bugfix

Conversation

@yantar92
Copy link
Copy Markdown

@yantar92 yantar92 commented Nov 2, 2025

  • graphviz-dot-flycheck.el (flycheck): Make sure that `flycheck-define-checker' is available at compile time and is not treated as a function by the byte-compiler.

The problem manifests when graphiviz-dot-flycheck.el is compiled in isolated Emacs process (by straight.el) and flycheck is not loaded at compile time.

* graphviz-dot-flycheck.el (flycheck): Make sure that
`flycheck-define-checker' is available at compile time and is not
treated as a function by the byte-compiler.

The problem manifests when graphiviz-dot-flycheck.el is compiled in
isolated Emacs process (by straight.el) and flycheck is not loaded at
compile time.
@yantar92
Copy link
Copy Markdown
Author

yantar92 commented Nov 2, 2025

Hmm. I missed a different fix for this. But mine is probably cleaner :) You may still consider it.

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.

1 participant