-
Notifications
You must be signed in to change notification settings - Fork 446
Description
Because of the difference between git checkout vs package, we are having lot of issues. The latest ones are #147 #148 and #149. @sej7278 has been kind enough and has so far tried to fix most of them. But the more we fix it, the more we are breaking. It is like a can of worms.
I am partly responsible for this issue. When I took over the project last year, I wasn't fully aware of the user base through package and made lot of changes that broke the packaging. In retrospect, I should had been a little more careful. My sincere apologies for that.
I want to fix this issue once for all and remove all git checkout vs package difference, so that we don't want to spend time debugging this issue again and again. I am even fine if this breaks certain things in git checkout but I don't want to break anything for package users.
If my understanding is correct, then I guess the bulk of the issue is because we have the *.mk files inside the arduino-mk directory. Does moving all the *.mk files to the root directory will fix it? Are there any other things which is causing the package to break?
@sej7278, @maqifrnswa let me know your thoughts. Thanks.