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

Remove requirement for library.properties file for user libraries. #617

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

Conversation

AlfTetzlaff
Copy link

I removed the requirement for user libraries to provide a library.properties file, which caused quite a headache for me, because I wondered why my own written libraries were never found.

One could further alter the provided solution in order to allow for separate /include and /src subfolders, which is also a common file structure.

@sudar
Copy link
Owner

sudar commented Sep 3, 2020

@AlfTetzlaff Thanks for the PR.

@sej7278 I like the idea of using different directories for the user code and libraries. But I am not sure if it will break any of our existing assumptions. What are your thoughts on this?

@sej7278
Copy link
Collaborator

sej7278 commented Sep 3, 2020

i don't think this will break things and the missing library.properties thing has bitten me recently for my own libs 👍

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.

3 participants