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

[BUG] Remove case-insensitive duplicate files within a directory. #1464

Merged
merged 1 commit into from
Apr 19, 2021

Conversation

crankyoldgit
Copy link
Owner

@crankyoldgit crankyoldgit commented Apr 19, 2021

For #1451
Ref arduino/Arduino#11441 (comment)

* Apparently this can the Arduino IDE to fail to install the library if there is a duplicate file in the zip archive.
* Clean up any orphaned files created by `Doxygen`.
* Add a CI test for this to ensure this **never** happens again.

Ref #1451
Ref arduino/Arduino#11441 (comment)
@crankyoldgit crankyoldgit self-assigned this Apr 19, 2021
@crankyoldgit crankyoldgit changed the title Remove case-insensitive duplicate files within a directory. [BUG] Remove case-insensitive duplicate files within a directory. Apr 19, 2021
@NiKiZe
Copy link
Collaborator

NiKiZe commented Apr 19, 2021

Should doxygen generation be updated to delete all existing files before running and creating new files?

@crankyoldgit
Copy link
Owner Author

Should doxygen generation be updated to delete all existing files before running and creating new files?

Already updated the procedure/docs to do just that, prior to creating the PR.

Great minds etc.

@crankyoldgit crankyoldgit merged commit 9fd9295 into master Apr 19, 2021
crankyoldgit added a commit that referenced this pull request Apr 19, 2021
_v2.7.17 (20210420)_
**[News]**
- The library now supports 100 IR protocols! \o/

**[Bug Fixes]**
- Fix `IRAcUtils::decodeToState()` for different length Samsung msgs (#1447 #1448)
- Fix issues with installing the library under the Arduino IDE on Win10 & OSX (#1451 #1464)

**[Features]**
- Fujitsu: Add support for `ARREW4E` model. (#1455 #1456)
- Experimental detailed support for Truma A/Cs. (#1440 #1449)

**[Misc]**
- Fix Arduino library linter issues. (#1451 #1452 #1453 #1460)
- Reduce the library's zip download size. (#1451 #1463)
- An experiment in using Github Actions to do some of the CI work. (#1462)
crankyoldgit added a commit that referenced this pull request Apr 19, 2021
_v2.7.17.1 (20210420)_

**[Misc]**
- Fix issues with installing the library under the Arduino IDE on Win10 & OSX (#1451 #1464)
- Reduce the library's github zip download size. (#1451 #1463)
- An experiment in using Github Actions to do some of the CI work. (#1462)
@crankyoldgit crankyoldgit mentioned this pull request Apr 19, 2021
crankyoldgit added a commit that referenced this pull request Apr 19, 2021
_v2.7.18 (20210420)_

**[Misc]**
- Fix issues with installing the library under the Arduino IDE on Win10 & OSX (#1451 #1464)
- Reduce the library's github zip download size. (#1451 #1463)
- An experiment in using Github Actions to do some of the CI work. (#1462)
@crankyoldgit crankyoldgit mentioned this pull request Apr 19, 2021
crankyoldgit added a commit that referenced this pull request Apr 20, 2021
_v2.7.18 (20210420)_

**[Misc]**
- Fix issues with installing the library under the Arduino IDE on Win10 & OSX (#1451 #1464)
- Reduce the library's github zip download size. (#1451 #1463)
- An experiment in using Github Actions to do some of the CI work. (#1462)
@crankyoldgit crankyoldgit deleted the Issue1451Doxygen branch April 20, 2021 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants