Skip to content

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