-
Notifications
You must be signed in to change notification settings - Fork 833
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
changed the title
Remove case-insensitive duplicate files within a directory.
[BUG] Remove case-insensitive duplicate files within a directory.
Apr 19, 2021
NiKiZe
approved these changes
Apr 19, 2021
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
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
Closed
crankyoldgit
added a commit
that referenced
this pull request
Apr 19, 2021
Merged
crankyoldgit
added a commit
that referenced
this pull request
Apr 20, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Doxygen
.See: https://github.com/crankyoldgit/IRremoteESP8266/wiki/Library-Maintainers-Guide#new-version-release-checklist
For #1451
Ref arduino/Arduino#11441 (comment)