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] 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

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

2015-12-11 Thread Tony Parker via swift-corelibs-dev
Hi Joe, Sure, bug reports are appreciated. If you have the ability to check out the whole stack and try ToT, that would be great too. We are moving extremely rapidly right now on implementing missing pieces of Foundation. - Tony > On Dec 11, 2015, at 10:53 AM, Joseph Bell wrote: > > Thanks

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

2015-12-11 Thread Tony Parker via swift-corelibs-dev
Hi Joe, Try this 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 the Dec 1 binary drop. - Tony >