Skip to content

Comments

jextract/jni: fix support for optional strings in protocols#569

Merged
ktoso merged 1 commit intoswiftlang:mainfrom
madsodgaard:proto-optional-string
Feb 24, 2026
Merged

jextract/jni: fix support for optional strings in protocols#569
ktoso merged 1 commit intoswiftlang:mainfrom
madsodgaard:proto-optional-string

Conversation

@madsodgaard
Copy link
Contributor

Fixes support for protocols that accept or return optional strings:

protocol MyProtocol {
  func takeAndReturnString(_ string: String?) -> String?
}

@madsodgaard madsodgaard requested a review from ktoso as a code owner February 23, 2026 12:58
@madsodgaard
Copy link
Contributor Author

@ktoso maybe the Android CI needs a retry

@ktoso ktoso merged commit 243e487 into swiftlang:main Feb 24, 2026
96 of 100 checks passed
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.

2 participants