[swift-corelibs-dev] NSCoding methods

2015-12-12 Thread Daniel Strokis via swift-corelibs-dev
Hi All, I’ve noticed that for many classes in Foundation, encodeWithCoder and init?(coder aDecoder: NSCoder) call NSUnimplemented. Are these methods that just haven’t been implemented yet, or are we not interested in implementing these moving forward? Apologies if this has already been discuss

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

2015-12-12 Thread Joseph Bell via swift-corelibs-dev
Tony, all: I've opened https://bugs.swift.org/browse/SR-208 against the .dateFormat property of NSDateFormatter. It appears that it is not functioning as expected. This was against the latest main branch of the repositories and compiled on my Ubuntu14.04 system. swift version 2.2-dev (LLVM 46be

[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] NSDate, NSDateFormatter

2015-12-12 Thread Tony Parker via swift-corelibs-dev
Thanks Joe. - Tony > On Dec 12, 2015, at 1:51 PM, Joseph Bell wrote: > > Tony, all: > > I've opened https://bugs.swift.org/browse/SR-208 > against the .dateFormat property of > NSDateFormatter. It appears that it is not functioning as expected. This

Re: [swift-corelibs-dev] [xctest] Removing outliers from performance tests

2015-12-12 Thread Tony Parker via swift-corelibs-dev
Hi Drew, Thanks for the detailed info on your issue. I see you filed a radar, and that is indeed the best way to make sure an issue on Darwin platforms is addressed. Unfortunately our corelibs implementation of XCTest isn’t ready yet for performance testing. - Tony > On Dec 10, 2015, at 3:41

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

2015-12-12 Thread Tony Parker via swift-corelibs-dev
Hi Joe, I see you used the preset for linux, but I just wanted to double-check that you are indeed building on Linux. - Tony > On Dec 12, 2015, at 3:48 PM, Joseph Bell via swift-corelibs-dev > wrote: > > Howdy. > > I'm using the basic build instructions (checking out swift, llvm, clang, >

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

2015-12-12 Thread Joe Bell via swift-corelibs-dev
Tony, yes, I'm 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 to double-check that > you are indeed building on Linux.

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

2015-12-12 Thread Joseph Bell via swift-corelibs-dev
Information about the system I'm building with, will note it doesn't have anything else "special" i.e., no 4.x kernel or non-standard libc. It is really interesting, everything compiles okay, no errors thrown, etc. I'm going to try a build on a 15.10 VM as well to see if I can reproduce. uname -

Re: [swift-corelibs-dev] [xctest] Removing outliers from performance tests

2015-12-12 Thread Drew Crawford via swift-corelibs-dev
> Unfortunately our corelibs implementation of XCTest isn’t ready yet for > performance testing. That's why I'm here; I'm taking the temperature on implementing it. I'm at the pain level where I need a solution in the next several months, even if the solution is to code it up myself. My tests

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

2015-12-12 Thread Joseph Bell via swift-corelibs-dev
Installing Ubuntu 15.10 on a VM, bringing in all of the prerequisites, I get the same result. The build completes successfully but libFoundation.so is not including the enumerations in NSDateFormatter. public enum NSDateFormatterStyle : UInt { case NoStyle case ShortStyle case MediumS