-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Update CHANGELOG.md to reflect 5.9 scope #6839
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
Conversation
Should we add something for https://developer.apple.com/documentation/packagedescription/swiftsetting/interoperabilitymode(_:_:)/? |
Co-authored-by: Max Desiatov <m_desiatov@apple.com>
Co-authored-by: Max Desiatov <m_desiatov@apple.com>
Co-authored-by: Yim Lee <yim_lee@apple.com>
Co-authored-by: Max Desiatov <m_desiatov@apple.com>
@swift-ci smoke test |
@swift-ci test windows |
Co-authored-by: Max Desiatov <m_desiatov@apple.com>
@swift-ci smoke test |
@swift-ci smoke test windows |
@swift-ci smoke test linux |
@swift-ci smoke test lnux |
@swift-ci smoke test linux |
@hyp ptal at the description for interoperablotyMode and suggest any changes |
* [#6067] | ||
|
||
Basic support for a new `.embedInCode` resource rule which allows embedding the contents of the resource into the executable code by generating a byte array, e.g. | ||
|
||
``` | ||
struct PackageResources { | ||
static let best_txt: [UInt8] = [104,101,108,108,111,32,119,111,114,108,100,10] | ||
static let best_txt: [UInt8] = [104,101,108,108,111,32,119,111,114,108,100,10] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, why is a space here? It definitely won't be there in the generated code :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just to improve formatting?
motivation: improve CHANGELOG.md
changes: