Commit 5cb5996
committed
Don't forbid unknown files in a library
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]>1 parent bc2c38f commit 5cb5996
File tree
2 files changed
+0
-11
lines changed- src/arduino.cc/builder
- constants
2 files changed
+0
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
196 | 195 | | |
197 | 196 | | |
198 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | 156 | | |
167 | 157 | | |
168 | 158 | | |
| |||
0 commit comments