Avatar
norio_nomura 7/18/2019 1:18 AM
API ChangesをCIでチェックする仕組みをSwiftNIOが取り入れたらしい。 https://twitter.com/johannesweiss/status/1151390949320384512 (edited)
#SwiftNIO now has automated public API breakage checking. Thanks @tomerdoron for integrating this & @xge_apple and team for making the awesome swift-api-digester. #SwiftNIOgrowingup The script to check API breakages should work for any SwiftPM project btw: https://t.co/kmf...
😲 1
1:18 AM
パブリックAPIに変更があった場合、CIが失敗する例。 https://github.com/apple/swift-nio/pull/1072 (edited)
deliberately breaking the public API to see if the tooling works.
1:20 AM
Event-driven network application framework for high performance protocol servers & clients, non-blocking. - apple/swift-nio