Skip to content

deferred.fulfill for a Promise<Void> has issue with latest PMK, Swift4 & Xcode 9 #7005

@dgaedcke

Description

@dgaedcke

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions