Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kemchenj authored May 20, 2019
1 parent b18fcd2 commit 16a5e86
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Reports/2019/#68-2019.05.20.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@

### [SE-0260 Library Evolution for Stable ABIs](https://github.com/apple/swift-evolution/blob/master/proposals/0260-library-evolution.md)

[四娘](kemchenj.github.io):ABI 稳定的进程还没有完全结束,Swift 5 里达成的是标准库的 ABI 稳定但这种 Module ABI 稳定的机制还没有暴露给用户使用,目前标准库是通过一些私有的注解和编译选项来使用这个机制,所以这次的提案内容就是讨论如何将它作为一个功能暴露给用户
[四娘](kemchenj.github.io)目前 ABI 稳定的工作正在逐步收尾,Swift 5.0 达成的是标准库的 ABI 稳定但这种 Module ABI 稳定的机制还没有提供给外部用户使用

需要跟 SDK 打交道的同学点击可以看一下更具体的提案内容
当前标准库是通过一些私有的注解和编译选项来使用这一套机制的,所以这次提案讨论的内容就是如何将它作为一个功能提供给我们使用,里面涉及的主要是一些语法和编译选项的设计

需要跟 SDK 打交道的同学可以点击查看更具体的内容

### [(SE-0253)Callable values of user-defined nominal types](https://github.com/apple/swift-evolution/blob/master/proposals/0253-callable.md)

Expand Down

0 comments on commit 16a5e86

Please sign in to comment.