Re: [swift-corelibs-dev] NSDate, NSDateFormatter

2015-12-12 Thread Joseph Bell via swift-corelibs-dev
as a workaround: Set the LD_LIBRARY_PATH environment variable to >> $INSTALLED_LOCATION_OF_SWIFT/usr/lib/swift/linux >> >> This should only affect the REPL and not compiled code. >> >> I think this is supposed to be fixed in the top of tree Swift but not in >>

[swift-corelibs-dev] Unresolved enumeration symbols

2015-12-12 Thread Joseph Bell via swift-corelibs-dev
Howdy. I'm using the basic build instructions (checking out swift, llvm, clang, etc.) and can successfully build a packaged release with ./swift/utils/build-script --preset=buildbot_linux_1404 install_destdir=${INSTALL_DIR} i nstallable_package=${PACKAGE} However, the resulting build output for

Re: [swift-corelibs-dev] Unresolved enumeration symbols

2015-12-12 Thread Joseph Bell via swift-corelibs-dev
d building on Linux. > > - Tony > > On Dec 12, 2015, at 3:48 PM, Joseph Bell via swift-corelibs-dev < > swift-corelibs-dev@swift.org> wrote: > > Howdy. > > I'm using the basic build instructions (checking out swift, llvm, clang, > etc.) and can successfully bui

Re: [swift-corelibs-dev] Unresolved enumeration symbols

2015-12-12 Thread Joseph Bell via swift-corelibs-dev
building on an Ubuntu 14.04 system. I can provide any >> uname or kernel information if you need. >> >> Joe >> >> On Dec 12, 2015, at 7:17 PM, Tony Parker >> wrote: >> >> Hi Joe, >> >> I see you used the preset for linux, but I just wanted

Re: [swift-corelibs-dev] Unresolved enumeration symbols

2015-12-13 Thread Joseph Bell via swift-corelibs-dev
: fxsave_leak >> bogomips: 6228.24 >> TLB size: 1536 4K pages >> clflush size: 64 >> cache_alignment : 64 >> address sizes : 48 bits physical, 48 bits virtual >> power management: ts ttp tm 100mhzsteps hwpstate cpb >> >>

[swift-corelibs-dev] NSThread properties

2015-12-17 Thread Joseph Bell via swift-corelibs-dev
Reading the Status page I see that NSThread is "fully implemented", yet. when looking at the code and verifying by compiling, none of the properties: executing finished cancelled are implemented. Is this an oversight or was it decided to not implement these properties? Double-checking before I

Re: [swift-corelibs-dev] NSThread properties

2015-12-17 Thread Joseph Bell via swift-corelibs-dev
Thanks Tony, https://bugs.swift.org/browse/SR-303 has been filed. On Thu, Dec 17, 2015 at 8:53 PM, Tony Parker wrote: > Hi Joe, > > Looks like an oversight. We should add them. > > - Tony > > On Dec 17, 2015, at 6:45 PM, Joseph Bell via swift-corelibs-dev < > swift-co

[swift-corelibs-dev] Testcases for NSDateFormatter

2015-12-31 Thread Joseph Bell via swift-corelibs-dev
Howdy, A few weeks ago I opened https://bugs.swift.org/browse/SR-208 as it appears setting the dateFormat property of NSDateFormatter has no effect. It's been open for a while and I thought I'd start looking at whether or not I could help, and decided to first start with getting NSDateFormatter i

[swift-corelibs-dev] Change in String.CharacterView.Index?

2016-05-08 Thread Joseph Bell via swift-corelibs-dev
Howdy, I've been building the latest Swift 3.0 and noticed that between Apr 25 and today that String.CharacterView.Index.advance(by:) is no longer available. This runs with an Apr 25 build (Swift 255544591c to be exact) let string:String = "Hello, world!" print(string.startIndex) print(string.sta

[swift-corelibs-dev] libdispatch/GCD for Swift 3.0 on Linux

2016-06-21 Thread Joseph Bell via swift-corelibs-dev
Howdy all, While working to convert some NSThread code over to GCD on Linux I noticed that (to my dismay) GCD wasn't included in the Swift 3.0 preview build, nor is it apart of the buildbot for Linux. Scouring through the repository and mailing lists I can see where it is possible to build, but t

Re: [swift-corelibs-dev] libdispatch/GCD for Swift 3.0 on Linux

2016-06-21 Thread Joseph Bell via swift-corelibs-dev
Dave, Thanks for the details, I appreciate it. I have seen the term "Swift overlay" used, particularly in the context of libdispatch. What does that mean exactly in this regard (searching for it returns tutorials on overlay UIViews which I doubt is appropriate here). I certainly hope GCD is inc

Re: [swift-corelibs-dev] libdispatch/GCD for Swift 3.0 on Linux

2016-06-26 Thread Joseph Bell via swift-corelibs-dev
David, Chris, Thanks again for the responses regarding libdispatch (GCD) on Linux with Swift 3.0. I took a stab at building what was there and indeed, I see there are missing components to the overlay. For example, I see where Dispatch.swift contains things like "public extension DispatchGroup"

[swift-corelibs-dev] Foundation Renaming Question

2016-07-03 Thread Joseph Bell via swift-corelibs-dev
Howdy. I've been building (on Linux) the latest off of master for Swift and the accompanying swift-corelibs-foundation. I can see where the great renaming is in full swing and have been updating my code accordingly. One area where I'm a bit confused is with the new API for NotificationCenter and