Update the ESP-IDF tooling to master (or v5.4 when released) to fix Embedded Swift Crashes#25
Merged
rauhul merged 2 commits intoswiftlang:mainfrom Oct 14, 2024
Merged
Conversation
…ues for Embedded Swift. Random numbers do not work on 5.1.2 - 5.3.1, the fix is on master, but we don't have a 5.4 release yet. There are other fixes as well.
Member
|
I'd like to hold off on this until 5.4 is released |
Member
|
@erhankur do we have a rough idea of when 5.4.0 will be released? |
|
@rauhul We plan to make the final release in February next year. |
Member
|
Oh ok thats a while away, we can use the |
rauhul
approved these changes
Oct 14, 2024
Contributor
Author
This file contains hidden or 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
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.
Fixes Embedded Swift issues. Random numbers do not work on 5.1.2 - 5.3.1 in addition to several issues.
Note: The fix is on master, but we don't have a 5.4 release yet. Since Embedded Swift is experimental, it makes sense to be recommending tooling that solves current problems. There is some risk in not having a stable ESP-IDF release.
swiftlang/swift-embedded-examples#17 (comment)