Re: [swift-users] why NSTask is Process on Apple platforms but it's Task on Linux?

2016-11-27 Thread Philippe Hausler via swift-users
Looks like that renaming didn’t get updated correctly on swift-corelibs-foundation. I filed - https://bugs.swift.org/browse/SR-3279 > On Nov 26, 2016, at 9:42 PM, Mr Bee via swift-users > wrote: > > Hi all, > > It took me a few hours to find out why Process is unknown on Linux while it's > a

Re: [swift-users] why NSTask is Process on Apple platforms but it's Task on Linux?

2016-11-27 Thread Peters, Brandon via swift-users
Mr Bee, My best guest is that it is NSTask on MacOS because the class contains some Mac-specific stuff, enough to justify the distinction. On Nov 27, 2016, at 12:42 AM, Mr Bee via swift-users mailto:swift-users@swift.org>> wrote: Hi all, It took me a few hours to find out why Process is unkno

[swift-users] why NSTask is Process on Apple platforms but it's Task on Linux?

2016-11-26 Thread Mr Bee via swift-users
Hi all, It took me a few hours to find out why Process is unknown on Linux while it's available on macOS/iOS. Turned out, it's still called Task. Why is that? Is there anything like this on Swift Standard Library and Foundation for Linux? Thank you. Regards,  –Mr Bee _