swagger-api/swagger-codegen
deferred.fulfill for a Promise<Void> has issue with latest PMK, Swift4 & Xcode 9
Offen
#7.005 geöffnet am 20.11.2017
Client: SwiftIssue: Bughelp wanted
Repository-Metriken
- Stars
- (12.701 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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