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

Pin Ace* libraries at last compatible version in CI workflow #607

Merged
merged 1 commit into from
Mar 29, 2021
Merged

Pin Ace* libraries at last compatible version in CI workflow #607

merged 1 commit into from
Mar 29, 2021

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Feb 23, 2021

Due to incompatibilities introduced during the initial ArduinoCore-API incorporation (#587), the author of the AceTime and AceCommon libraries has added an #error directive that is triggered when the libraries are compiled by any version of arduino:samd that uses ArduinoCore-API :

Ironically, compilation of the AceTime example sketch was added with the goal of avoiding any future breakage of compatibility with that library (#588).

Pinning the libraries to the version before the intentional breakage of compatibility by the libraries gets us back to the sketch compilations failing due to the original unintentional breakage by arduino:samd.

Closes #606 (CC: @stonehippo)

Due to incompatibilities introduced during the initial ArduinoCore-API incorporation, the author of the AceTime and AceCommon libraries has added an #error directive that is triggered when the libraries are compiled by any version of arduino;samd that uses ArduinoCore-API:

- https://github.com/bxparks/AceTime/blob/v1.6/src/AceTime.h#L25-L26
- https://github.com/bxparks/AceCommon/blob/v1.4.3/src/AceCommon.h#L44-L45

Ironically, compilation of the AceTime examples was added specifically to avoid any future breakage of compatibility with that library. Now the shoe is on the other foot.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AceTime example compilation is breaking checks
2 participants