Re: [swift-users] Data fix for Linux

2017-04-25 Thread Tim Hawkins via swift-users
Do you know if that will include a backend for grandcentral to support epoll instead of kqueue/kevent? The later is not supported on many linux distros. I wish swift supported fedora directly instead of all the hacks i have to do to get it to work. On Tue, Apr 25, 2017, 00:21 Proyb P via swift-us

Re: [swift-users] Data fix for Linux

2017-04-24 Thread Proyb P via swift-users
There is an official release (April 21 2017) for 3.1.1 for Ubuntu on Swift download page. On Monday, 24 April 2017, Bridger Maxwell via swift-users < swift-users@swift.org> wrote: > Swift 3.1 contained a bug in Data which causes memory corruption when > using methods like base64EncodedString. Th

[swift-users] Data fix for Linux

2017-04-24 Thread Bridger Maxwell via swift-users
Swift 3.1 contained a bug in Data which causes memory corruption when using methods like base64EncodedString. The Data bug is referenced in this Jira bug which says it is fixed in the 3.1 branch. https://bugs.swift.org/browse/SR-4435 Will there be a 3.1.1 release for Linux soon? I see a release ta