-
Notifications
You must be signed in to change notification settings - Fork 6
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
can't seem to get this to work #8
Comments
Can you point me to your dub project (if it's public and online) or give me the contents of the .json and .d files that reproduce your issue please? |
basically just an empty project made by dub init. I am fairly new to using dub and d though, should i set the path manually in here? I am just relying on dub defaults in this project. |
D packages are directories, so that a file in |
that is strange, hmm I am going to look for possible conflicts with other packages, because it definitely is not including them into fiycheck, but it does compile just fine, and if i do as you describe it fixes the flycheck error, but it does not compile, saying that with the way my package is set up it needs to be included without the top level part of the package path. Moreover, i can't even seem to find flycheck-dmd-dub-set-include-path in my list of possible completions when using the minibuffer. |
I added the recommended line to my init.el, but when I open my app.d in emacs, flycheck still does not recognize the includes from inside my package directory. Is there anything additional I should be doing here? My dub project hierarchy is the same as the default made by dub init.
package_name/dub.json
package_name/source/app.d
package_name/source/package_name/{all the files I am including}
emacs version: 24.4.1
flycheck-dmd-dub version: 20140814.1259 (melpa)
flycheck version: 20150125.601 (melpa)
The text was updated successfully, but these errors were encountered: