swagger-api/swagger-codegen
deferred.fulfill for a Promise<Void> has issue with latest PMK, Swift4 & Xcode 9
開放
#7,005 建立於 2017年11月20日
Client: SwiftIssue: Bughelp wanted
倉庫指標
- 星標
- (12,701 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Problem with your promises implementation....for the latest PromiseKit for a Promise{Void}, you are generating: deferred.fulfill( ) when you should generate deferred.fulfill( () ) Note the extra parens as the void arg