Re: [swift-corelibs-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.10 (swift 4.1) #477

2017-12-19 Thread Michael Ilseman via swift-corelibs-dev
That’s the thing, there doesn’t look to be a relevant change. Subsequent builds passed. Is there any non-determinism or external causes of failure for these tests? > On Dec 19, 2017, at 5:15 PM, Tony Parker wrote: > > Last change in this area was 5 days ago: > >

Re: [swift-corelibs-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.10 (swift 4.1) #477

2017-12-19 Thread Tony Parker via swift-corelibs-dev
Last change in this area was 5 days ago: 820e3a88 : (5 days ago) Naoki Ishikawa : use optional binding Foundation/URLSession/http/HTTPURLProtocol.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) but that does not look promising as a source of a regression. When did this start

Re: [swift-corelibs-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.10 (swift 4.1) #477

2017-12-19 Thread Michael Ilseman via swift-corelibs-dev
swift-corelibs-dev, any clue why this suddenly started failing? TestFoundation/TestURLSession.swift:776: error: TestURLSession.test_simpleUploadWithDelegate : XCTAssertEqual failed: ("0") is not equal to ("16384") - > On Dec 19, 2017, at 4:02 PM, swift...@swift.org wrote: > > [FAILURE]

Re: [swift-corelibs-dev] [swift-users] I ve found a serious Bug in JSONEncoder (SR-6131) and would like to fix it.

2017-12-19 Thread Lily Vulcano via swift-corelibs-dev
> On Dec 19, 2017, at 10:27 AM, Jon Shier via swift-corelibs-dev > wrote: > > I’m pretty sure JSON isn’t localized, so this isn’t a bug. Using anything but > a . as a decimal separator isn’t valid JSON. JSONEncoder seems to be producing that content, so this

Re: [swift-corelibs-dev] [swift-users] I ve found a serious Bug in JSONEncoder (SR-6131) and would like to fix it.

2017-12-19 Thread Jon Shier via swift-corelibs-dev
I’m pretty sure JSON isn’t localized, so this isn’t a bug. Using anything but a . as a decimal separator isn’t valid JSON. Jon > On Dec 18, 2017, at 1:04 PM, Jordan Rose via swift-users > wrote: > > (moving to more relevant list) > >> On Dec 18, 2017, at 08:51,

[swift-corelibs-dev] That's Confirmed The JSON foundation Bug SR-6631, is a Bug in Darwin's Objc Foundations.

2017-12-19 Thread Benoit Pereira da silva via swift-corelibs-dev
Dear All, Philippe Hausler has emitted the hypothesis that https://bugs.swift.org/browse/SR-6631 was a bug in Darwin Objc Foundations. He was right! Shall i close the Swift SR-6631? The following Objc Implementation is faulting: #import int main(int argc, const char * argv[]) {