Re: [swift-users] Type inference issue with map and filter chained

2017-10-04 Thread Mark Lacey via swift-users
> On Sep 24, 2017, at 1:52 AM, Trevör ANNE DENISE via swift-users > wrote: > > Hello everyone, I found this on StackOverflow : > https://stackoverflow.com/questions/46381752/swift-4-methods-chaining/ >

Re: [swift-users] Type inference issue with map and filter chained

2017-10-03 Thread Vladimir.S via swift-users
On 03.10.2017 21:32, Will Stanton via swift-users wrote: Is this a REPL-only issue perhaps? The code below compiles `swift build` without error for me (pasted into Sources/main.swift, Ubuntu 17.04, Swift 4 release; haven’t tried in Xcode). A similar issue, but apparently not REPL-only:

Re: [swift-users] Type inference issue with map and filter chained

2017-10-03 Thread Will Stanton via swift-users
Is this a REPL-only issue perhaps? The code below compiles `swift build` without error for me (pasted into Sources/main.swift, Ubuntu 17.04, Swift 4 release; haven’t tried in Xcode). A similar issue, but apparently not REPL-only: https://bugs.swift.org/browse/SR-1856 Regards, Will Stanton

[swift-users] Type inference issue with map and filter chained

2017-09-24 Thread Trevör ANNE DENISE via swift-users
Hello everyone, I found this on StackOverflow : https://stackoverflow.com/questions/46381752/swift-4-methods-chaining/ Is this a bug of Swift 4 or is this normal ? I don't understand why the problem only happens when