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

check_library_properties: Check if the files in the includes field exist #24

Open
per1234 opened this issue Sep 13, 2018 · 0 comments
Open

Comments

@per1234
Copy link
Owner

per1234 commented Sep 13, 2018

  • This value could include a relative path to the file (e.g. includes=foobar.h,foo/bar.h) so I need to make sure that is correctly handled.
  • External dependencies are sometimes added to the includes field but #include directives in sketches for dependencies of a library aren't necessary with any modern IDE version (and the includes field is only supported by modern IDE versions) so this is still a legitimate error.
    • The error message could mention this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant