Re: [swift-corelibs-dev] Packaging Everything for Testing
On Fri, Dec 11, 2015 at 7:13 PM, Joseph Bell via swift-corelibs-dev < [email protected]> 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-foundation library. I understand that to > do so I need to download clang, llvm, swift, and swift-corelibs-foundation > and use the swift/utils/build-script to build everything. > > I can do that successfully, but now I have a build/Ninja-ReleaseAssert > directory littered with all manner of artifacts that it's not clear how to > pull together and run with it. Is there either a packaging tool (creating > the filesystem layout seen in the SNAPSHOT) or sets of exports one uses to > run with a hand-built swift and corelibs? > Here's how the official packages are built: ./utils/build-script --preset=buildbot_linux_1404 install_destdir=/tmp/install installable_package=/tmp/swift.tar.gz Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j*/ ___ swift-corelibs-dev mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-corelibs-dev
Re: [swift-corelibs-dev] Defining _GNU_SOURCE for module-map-included headers
+ 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 include sched.h, so the > lack of _GNU_SOURCE appears to be the likely culprit. What's the appropriate > action to take here? > > Dan > ___ > swift-corelibs-dev mailing list > [email protected] > https://lists.swift.org/mailman/listinfo/swift-corelibs-dev -- main(i,j){for(i=2;;i++){for(j=2;j*/ ___ swift-corelibs-dev mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-corelibs-dev
[swift-corelibs-dev] Please remove your Swift build directory
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*/
___
swift-corelibs-dev mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-corelibs-dev
Re: [swift-corelibs-dev] Swift Shims
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, the
runtime, and the OS. Unless you are working on the standard library,
you don't need to worry about it.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j*/
___
swift-corelibs-dev mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-corelibs-dev
Re: [swift-corelibs-dev] Looking to contribute
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: > You can start with the Starter Bugs on JIRA: > > https://bugs.swift.org/browse/SR-2605?jql=labels%20%3D%20StarterBug > > >> On Sep 10, 2016, at 1:22 PM, Leonid Kogan via swift-corelibs-dev >> wrote: >> >> Hi! >> I’m looking to contribute to the overall success of this amazing project. >> 30 years of experience in C, C++, etc… >> Can take any small, well defined task, to prove my ability to help out. >> Would appreciate any attention to my “offer” :) >> >> Cheers, >> LK >> >> ___ >> swift-corelibs-dev mailing list >> [email protected] >> https://lists.swift.org/mailman/listinfo/swift-corelibs-dev > > ___ > swift-corelibs-dev mailing list > [email protected] > https://lists.swift.org/mailman/listinfo/swift-corelibs-dev -- main(i,j){for(i=2;;i++){for(j=2;j*/ ___ swift-corelibs-dev mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-corelibs-dev
