Skip to content

WARNING: Spurious .git folder in library #70

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

Closed
ffissore opened this issue Nov 23, 2015 · 7 comments
Closed

WARNING: Spurious .git folder in library #70

ffissore opened this issue Nov 23, 2015 · 7 comments
Labels
type: imperfection Perceived defect in any part of project
Milestone

Comments

@ffissore
Copy link
Contributor

ffissore commented Nov 23, 2015

From @hryamzik on November 23, 2015 1:18

Due to #3237 there shouldn't be such a warning but I do get in in Arduino IDE v1.6.6.

Copied from original issue: arduino/Arduino#4204

@NicoHood
Copy link

I still get this warning for other folders like this:
WARNING: Spurious .dev folder in 'HID-Project' library

It would be cool to remove this as well.

@ffissore
Copy link
Contributor Author

The silenced warnings were about SCCS sofware. It's expected that warnings about actual spurious directories are notified

@ladyada
Copy link

ladyada commented Jun 20, 2016

heya @ffissore - could .github also be ignored? its used to store issue templates and (likely in the future) other github configurations and setups, and will get included in the library zip.

thank you :)

@ffissore
Copy link
Contributor Author

Hi @ladyada sorry you missed the news but I don't work for arduino any more. See this message. My former colleagues @facchinm @cmaglie and @sandeepmistry will take care of your issue

@ladyada
Copy link

ladyada commented Jun 20, 2016

@ffissore apologies for the mixup - and good luck with all your endeavours! :)

@matthijskooijman
Copy link
Collaborator

@ladyada, I created a PR for that: #162

Thanks for the suggestion :-)

@ladyada
Copy link

ladyada commented Jun 21, 2016

love it, thanks!

mfalkvidd added a commit to mfalkvidd/arduino-builder that referenced this issue Dec 18, 2016
Warning about unknown folders was considered bad in
arduino/Arduino#1692
but the problem is still present in arduino-builder.

This has caused issues like
arduino#70 (comment)
which resulted in
arduino#162

The original arguments in Arduino/pull/1692 still apply:
* It breaks forward compatibility if we later add more files or
  directories to the library format.
* It breaks for people who want to have some extra stuff in their
  library (say, .gitignore or a README file). We can't keep a list of
  "allowed" stuff, since there will always be stuff missing.
mfalkvidd added a commit to mfalkvidd/arduino-builder that referenced this issue Dec 18, 2016
Warning about unknown folders was considered bad in
arduino/Arduino#1692
but the problem is still present in arduino-builder.

This has caused issues like
arduino#70 (comment)
which resulted in
arduino#162

The original arguments in Arduino/pull/1692 still apply:
* It breaks forward compatibility if we later add more files or
  directories to the library format.
* It breaks for people who want to have some extra stuff in their
  library (say, .gitignore or a README file). We can't keep a list of
  "allowed" stuff, since there will always be stuff missing.

Signed-off-by: Mikael Falkvidd [email protected] <[email protected]>
mfalkvidd added a commit to mfalkvidd/arduino-builder that referenced this issue Dec 18, 2016
Warning about unknown folders was considered bad in
arduino/Arduino#1692
but the problem is still present in arduino-builder.

This has caused issues like
arduino#70 (comment)
which resulted in
arduino#162

The original arguments in Arduino/pull/1692 still apply:
* It breaks forward compatibility if we later add more files or
  directories to the library format.
* It breaks for people who want to have some extra stuff in their
  library (say, .gitignore or a README file). We can't keep a list of
  "allowed" stuff, since there will always be stuff missing.

Signed-off-by: Mikael Falkvidd [email protected] <[email protected]>
@rsora rsora added the type: imperfection Perceived defect in any part of project label Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

5 participants