Re: [swift-dev] Anonymous closure arguments vs varargs

2017-01-05 Thread Slava Pestov via swift-dev
> On Jan 5, 2017, at 1:05 AM, Tino Heth <2...@gmx.de> wrote: > > Hi there, > >> I think it would be better if we permitted an implicit conversion between >> (T…) -> () and ([T]) -> () > There has been a proposal to replace the "…" with a "variadic"-annotation (on > arrays, or even on all

[swift-lldb-dev] Merged master into swift-3.1-branch

2017-01-05 Thread mishal_shah via swift-lldb-dev
I just merged master into swift-3.1-branch for following projects. https://github.com/apple/swift https://github.com/apple/swift-lldb https://github.com/apple/swift-corelibs-foundation https://github.com/apple/swift-corelibs-libdispatch https://github.com/apple/swift-corelibs-xctest

[swift-dev] Merged master into swift-3.1-branch

2017-01-05 Thread mishal_shah via swift-dev
I just merged master into swift-3.1-branch for following projects. https://github.com/apple/swift https://github.com/apple/swift-lldb https://github.com/apple/swift-corelibs-foundation https://github.com/apple/swift-corelibs-libdispatch https://github.com/apple/swift-corelibs-xctest

Re: [swift-dev] Anonymous closure arguments vs varargs

2017-01-05 Thread Tino Heth via swift-dev
Hi there, > I think it would be better if we permitted an implicit conversion between > (T…) -> () and ([T]) -> () There has been a proposal to replace the "…" with a "variadic"-annotation (on arrays, or even on all types that can be expressed as arrays):