Re: [swift-dev] Implementation of swift's value types

2016-07-14 Thread Arnold via swift-dev
Sent from my iPhone > On Jul 14, 2016, at 4:04 PM, Johannes Neubauer wrote: > > Hi Arnold, > > Thank you and atr...@apple.com very much for your answers. That helps already > a lot. Are you Arnold from the WWDC Video? Yes. > I removed all the answers that are clear and have some follow-up

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #5527

2016-07-27 Thread Arnold via swift-dev
I don't know? > On Jul 27, 2016, at 4:27 PM, Jordan Rose wrote: > > Error copying directory from > "/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/buildbot_incremental/swift-macosx-x86_64/lib/swift/appletvos" > to > "/Users/buildnode/jenkins/workspace/oss-swift-incremental-RA

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (swift 4.0) #245

2017-04-26 Thread Arnold via swift-dev
This test needs disabling. Erik disabled it last week on the master branch. > On Apr 26, 2017, at 3:40 PM, no-re...@swift.org wrote: > > TestCharacterSet ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (swift 4.0) #245

2017-04-26 Thread Arnold via swift-dev
https://github.com/apple/swift/pull/9055 > On Apr 26, 2017, at 4:18 PM, Arnold wrote: > > This test needs disabling. Erik disabled it last week on the master branch. > >> On Apr 26, 2017, at 3:40 PM, no-re...@swift.org wrote: >> >> TestCharacterSet

Re: [swift-dev] statically initialized arrays

2017-06-15 Thread Arnold via swift-dev
> On Jun 14, 2017, at 2:56 PM, Dave Abrahams via swift-dev > wrote: > > >> on Wed Jun 14 2017, Erik Eckstein wrote: >> >> Hi, >> >> I’m about implementing statically initialized arrays. It’s about >> allocating storage for arrays in the data section rather than on the >> heap. > > W00t!

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.04 (master) #1231

2017-10-27 Thread Arnold via swift-dev
Some libdispatch craziness ... not my patch. error: Can not open file ... module.modulemap: No such file or directory > On Oct 27, 2017, at 2:04 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#1231] > > Build URL: > https://ci.swift.org/job/oss-swif

Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - OS X (master) #708

2017-11-17 Thread Arnold via swift-dev
Should be fixed by https://github.com/apple/swift/pull/12998 > On Nov 17, 2017, at 1:29 PM, no-reply--- via swift-dev > wrote: > > [FAILURE] oss-swift-package-osx [#708] > > Build URL:https://ci.swift.org/job/oss-swift-package-osx/708/ > Project: oss-swift-package-osx > Date of build

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

2017-11-29 Thread Arnold via swift-dev
%{ This seems one of those missing dependency errors that keeps popping up ... usually clears up with a clean or later build. > On Nov 29, 2017, at 5:56 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#1746] > > Build URL: > https://ci.swift.org/job/

Re: [swift-dev] [Swift CI] Build Failure: 1. OSS - Swift ASAN - OS X (master) #710

2017-12-01 Thread Arnold via swift-dev
This is a “spurious error” (missing build dependency?) that c keeps coming and going. There is a radar assigned to Xi. Sent from my iPhone > On Dec 1, 2017, at 12:46 AM, Pavel Yaskevich wrote: > > /Users/buildnode/jenkins/workspace/oss-swift-incremental-ASAN-RA-osx/swift/include/swift/Syntax/

Re: [swift-dev] [Swift CI] Build Failure: 1. OSS - Swift ASAN - OS X (master) #710

2017-12-01 Thread Arnold via swift-dev
Oh Rintaro is tryin to fix this issue: https://github.com/apple/swift/pull/13203 Sent from my iPhone > On Dec 1, 2017, at 3:22 AM, Arnold via swift-dev wrote: > > > This is a “spurious error” (missing build dependency?) that c > keeps coming and going. > > There is a

Re: [swift-dev] [Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) #916

2017-12-14 Thread Arnold via swift-dev
Reverted. Thanks Doug. Sent from my iPhone > On Dec 13, 2017, at 10:54 PM, Douglas Gregor via swift-dev > wrote: > > I’m checking that theory with > > https://github.com/apple/swift/pull/13427 > > and will complete the revert if that PR runs clean. > >> On Dec 13, 2017, at 10:08 PM, D

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

2017-12-23 Thread Arnold via swift-dev
Also failed here: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/2101/consoleFull#-3002049213122a513-f36a-4c87-8ed7-cbc36a1ec144 A test accessing an URL maybe? Sometimes failing? Should cleanup on a follow up. Sent from my iPhone > On Dec 23, 2017, at 11:42 AM, swift...@s