We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
md5: e8322f29848b43de18ed3689d4d43a2b
Issue Description:
Ahead of ABI stability, every existing runtime function will need to be audited for its desirability and behavior.
For every function, we need to evaluate whether we want the API as is:
If yes, then we need to precisely specify the semantics and guarantees of the API.
If not, we need to either change, remove, or replace the API, and precisely specify the new semantics.
The text was updated successfully, but these errors were encountered:
@swift-ci create
Sorry, something went wrong.
Prerequisite: SR-6209 Allow @_silgen_name to create a hidden symbol because otherwise @_silgen_name creates unwanted exported symbols.
Greg has completed an audit of the runtime APIs. He made a number of changes, including:
#12853
#12988
#13005
#13202
#13230
Things look pretty good now except for:
undesirable exports to support excessive @_inlineable (rdar://35863717)
scrapping the old Mirror machinery (rdar://20356017)
gparker42
No branches or pull requests
Additional Detail from JIRA
md5: e8322f29848b43de18ed3689d4d43a2b
Issue Description:
Ahead of ABI stability, every existing runtime function will need to be audited for its desirability and behavior.
For every function, we need to evaluate whether we want the API as is:
If yes, then we need to precisely specify the semantics and guarantees of the API.
If not, we need to either change, remove, or replace the API, and precisely specify the new semantics.
The text was updated successfully, but these errors were encountered: