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

Fix d-mode flycheck imports on dub projects #7086

Closed
wants to merge 1 commit into from

Conversation

Dietr1ch
Copy link
Contributor

The d layer was missing a hook that caused dub projects to have wrong dependencies for flycheck.

:init (add-hook 'd-mode-hook 'flycheck-dmd-dub-set-include-path)))
:init (progn
(add-hook 'd-mode-hook 'flycheck-dmd-dub-set-include-path)
(add-hook 'd-mode-hook 'flycheck-dmd-dub-set-variables)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See this for the missing setup.

@TheBB
Copy link
Collaborator

TheBB commented May 30, 2017

Thanks! Cherry-picked in develop. You can safely delete your branch.

@TheBB TheBB closed this May 30, 2017
@Dietr1ch Dietr1ch deleted the dietr1ch-d-mode-dub branch September 3, 2017 17:59
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.

None yet

2 participants