Re: [swift-corelibs-dev] Packaging Everything for Testing

2015-12-11 Thread Dmitri Gribenko via swift-corelibs-dev
On Fri, Dec 11, 2015 at 7:13 PM, Joseph Bell via swift-corelibs-dev < swift-corelibs-dev@swift.org> wrote: > Howdy, > > I have been using the SNAPSHOT .tar.gz to write some basic Swift > applications, and now wanted to turn my attention to compiling with the > latest coming out of the corelibs-fou

Re: [swift-corelibs-dev] Defining _GNU_SOURCE for module-map-included headers

2015-12-20 Thread Dmitri Gribenko via swift-corelibs-dev
+ swift-dev, Jordan On Sun, Dec 20, 2015 at 2:21 AM, Dan Stenmark via swift-corelibs-dev wrote: > I'm trying to invoke Linux's unshare() system call from Swift, but without > much success. From C, it requires _GNU_SOURCE to be #define'd before the > #include . The Glibc module map does indeed

[swift-corelibs-dev] Please remove your Swift build directory

2016-05-31 Thread Dmitri Gribenko via swift-corelibs-dev
Hi, We have merged a CMake and build-script refactoring that requires a from-scratch build. Trying to use an existing build directory will result in strange errors in the middle of the build. Excuse me for the inconvenience. Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j*/ __

Re: [swift-corelibs-dev] Swift Shims

2016-08-03 Thread Dmitri Gribenko via swift-corelibs-dev
On Wed, Aug 3, 2016 at 8:39 PM, Fernando Rodríguez wrote: > > Hi, > > I'm having some trouble understanding what on Earth SwiftShims are. The name > probably makes it obvious to native English speakers, but it's not helping > me... SwiftShims is a private interface between the standard library

Re: [swift-corelibs-dev] Looking to contribute

2016-09-10 Thread Dmitri Gribenko via swift-corelibs-dev
Thanks Leonid, we'd appreciate your help! Here's a list filtered down to just the open issues: https://bugs.swift.org/browse/SR-2605?jql=status%20in%20(Open%2C%20Reopened)%20AND%20labels%20%3D%20StarterBug Dmitri On Sat, Sep 10, 2016 at 2:29 PM, Michael Ilseman via swift-corelibs-dev wrote: >