Re: [swift-dev] "Swift 4.1 or Swift 3.3"

2018-01-08 Thread Chris Lattner via swift-dev
On Jan 8, 2018, at 5:26 PM, Jordan Rose via swift-dev wrote: >> On Jan 8, 2018, at 17:18, Chris Lattner > > wrote: >>> On Jan 5, 2018, at 4:19 PM, Jordan Rose via swift-dev >> > wrote: >>> >>> Hi, all. Swift 4.1 is off on its own branch and

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

2018-01-08 Thread Yan Li via swift-dev
Hi all, I have taken a look at the failure, looks like its not related to the changes in NSAttributedString. On Tue, Jan 9, 2018 at 4:19 PM wrote: > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#2255] > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/

Re: [swift-dev] "Swift 4.1 or Swift 3.3"

2018-01-08 Thread Jordan Rose via swift-dev
> On Jan 8, 2018, at 17:18, Chris Lattner wrote: > > >> On Jan 5, 2018, at 4:19 PM, Jordan Rose via swift-dev > > wrote: >> >> Hi, all. Swift 4.1 is off on its own branch and going well, but we never >> quite came up with an answer for a particular problem develop

Re: [swift-dev] "Swift 4.1 or Swift 3.3"

2018-01-08 Thread Chris Lattner via swift-dev
> On Jan 5, 2018, at 4:19 PM, Jordan Rose via swift-dev > wrote: > > Hi, all. Swift 4.1 is off on its own branch and going well, but we never > quite came up with an answer for a particular problem developers might have: > "am I running a Swift 4.1 compiler?”. I agree, this is getting bad.

[swift-dev] Suggestions for open projects (GSoC 2018)

2018-01-08 Thread Anna Zaks via swift-dev
Dear Swift Developers, The Swift project is applying to participate in Google Summer of Code 2018. During GSoC, students get a mentor from the open source community and spend 3 months working on a project. In preparation for the application, I am looking for open project ideas as well as mento

[swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - OS X (master) #1012

2018-01-08 Thread swift-ci--- via swift-dev
New issue found!Title: Report [FAILURE] oss-swift-package-osx [#1012] Build URL:https://ci.swift.org/job/oss-swift-package-osx/1012/ Project:oss-swift-package-osx Date of build:Mon, 08 Jan 2018 16:30:08 -0600 Build duration:2 hr 26 min Identified problems:Regression test

Re: [swift-dev] [swift-build-dev] "Swift 4.1 or Swift 3.3"

2018-01-08 Thread Jordan Rose via swift-dev
> On Jan 5, 2018, at 23:43, David Hart wrote: > > I was really surprised when I saw that the release of 4.0 introduced this 3.2 > version to mean “the 4.0 compiler running in 3.1 compatibility mode”. So of > course, I’m even more surprised to see a new 3.3 version. I find it very > counter-i

Re: [swift-dev] [swift-build-dev] "Swift 4.1 or Swift 3.3"

2018-01-08 Thread Jordan Rose via swift-dev
Thanks for the info, Alan! On `swift(<4.0)`: I think originally we were even more restrictive about how people used `#if swift`, not even allowing !, &&, and ||. Without those restrictions, allowing a `swift( and <= are very deliberately not included, because people always forget point releases

Re: [swift-dev] [swift-lldb-dev] Switching swift to C++14

2018-01-08 Thread Ben Langmuir via swift-dev
Hi Ted, I've created a PR to revert this: https://github.com/apple/swift/pull/13804 Updating to C++14 broke our Ubuntu 14.04 bots. While those bots are using a new-enough clang, they are still using the system's libstdc++ 4.8 which doesn't include f

Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (master) #983

2018-01-08 Thread Ben Langmuir via swift-dev
Does anyone know which C++ stdlib this configuration would use by default? If this is using the system's default libstdc++ then I'm not really shocked that it would be missing is_final. Ben > On Jan 8, 2018, at 11:12 AM, Michael Gottesman wrote: > > We have to do special things for 14.04. Se

Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (master) #983

2018-01-08 Thread Michael Gottesman via swift-dev
We have to do special things for 14.04. See: docs/Ubuntu14.md. I imagine the problem could be that we need to change that special series of steps/update the documentation. Michael > On Jan 8, 2018, at 11:02 AM, Ben Langmuir via swift-dev > wrote: > > Maybe the libc++ on this host (Ubuntu 14.

Re: [swift-dev] Where is Collection defined?

2018-01-08 Thread Michael Gottesman via swift-dev
If it is a gybed file, you need to look in the build directory. I would just do a find ./ for the file (without the gybed) extension in your build directory. > On Jan 8, 2018, at 11:02 AM, Daryle Walker via swift-dev > wrote: > > I’ve looked around >

Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (master) #983

2018-01-08 Thread Ben Langmuir via swift-dev
Maybe the libc++ on this host (Ubuntu 14.04) is too old for this feature? All of our 14.04 bots are broken AFAICT. Ben > On Jan 5, 2018, at 7:39 PM, Michael Ilseman via swift-dev > wrote: > > Err, wrong version of C++ somehow? > > /home/buildnode/jenkins/workspace/oss-swift-package-linux-ub

[swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - OS X (master) #1011

2018-01-08 Thread swift-ci--- via swift-dev
New issue found!Title: Report [FAILURE] oss-swift-package-osx [#1011] Build URL:https://ci.swift.org/job/oss-swift-package-osx/1011/ Project:oss-swift-package-osx Date of build:Mon, 08 Jan 2018 10:40:40 -0600 Build duration:1 hr 44 min Identified problems:Regression test

Re: [swift-dev] JIRA down

2018-01-08 Thread Michael Gottesman via swift-dev
K Sent from my iPhone > On Jan 8, 2018, at 7:57 AM, Mishal Shah wrote: > > bugs.swift.org is back online. > > Please also email swift-infrastruct...@swift.org in the future. > > Thanks, > Mishal Shah > >> On Jan 7, 2018, at 4:35 PM, Michael Gottesman wrote: >> >> The JIRA looks like it is

[swift-dev] JIRA down

2018-01-08 Thread Michael Gottesman via swift-dev
The JIRA looks like it is down... Michael ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev

Re: [swift-dev] JIRA down

2018-01-08 Thread Mishal Shah via swift-dev
bugs.swift.org is back online. Please also email swift-infrastruct...@swift.org in the future. Thanks, Mishal Shah > On Jan 7, 2018, at 4:35 PM, Michael Gottesman wrote: > > The JIRA looks like it is down... > > Michael ___ swift-dev mailing list

Re: [swift-dev] [swift-corelibs-dev] Discourse rollout re-schedule

2018-01-08 Thread Nicole Jacque via swift-dev
We did a re-set of the forum content and it overwrote all the temporary data. I’ll put up new instructions and pin them to the front page. > On Jan 6, 2018, at 3:13 PM, Lars Sonchocky-Helldorf > wrote: > > Hi Nicole, > >> Am 15.12.2017 um 03:59 schrieb Nicole Jacque via swift-corelibs-dev >

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

2018-01-08 Thread swift-ci--- via swift-dev
Title: Report [FAILURE] oss-swift-package-osx [#992] Build URL:https://ci.swift.org/job/oss-swift-package-osx/992/ Project:oss-swift-package-osx Date of build:Sat, 06 Jan 2018 00:47:12 -0600 Build duration:2 hr 48 min Changes Commit 08ed42076d44cd

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

2018-01-08 Thread swift-ci--- via swift-dev
Title: Report [FAILURE] oss-swift-package-osx [#995] Build URL:https://ci.swift.org/job/oss-swift-package-osx/995/ Project:oss-swift-package-osx Date of build:Sat, 06 Jan 2018 10:46:19 -0600 Build duration:4 hr 35 min Changes No Changes __

[swift-dev] heads-up: some temporary build failures

2018-01-08 Thread Erik Eckstein via swift-dev
I just merged a mangling change into the swift repo. This will cause some build failures on linux until my foundation PR gets merged. Should be resolved in the next hours. Thanks, Erik ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.

[swift-dev] [Swift CI] Build Failure: OSS - Swift Package - OS X (swift 4.1) #490

2018-01-08 Thread swift-ci--- via swift-dev
Title: Report [FAILURE] oss-swift-4.1-package-osx [#490] Build URL:https://ci.swift.org/job/oss-swift-4.1-package-osx/490/ Project:oss-swift-4.1-package-osx Date of build:Sat, 06 Jan 2018 00:44:40 -0600 Build duration:2 hr 51 min Changes Commit c7

[swift-dev] Where is Collection defined?

2018-01-08 Thread Daryle Walker via swift-dev
I’ve looked around and read through the various Sequence and Collection definition files. AIUI, you don’t have to define both versions of Collection.subscript; the system will automatically define the missing one in terms of the ot

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

2018-01-08 Thread swift-ci--- via swift-dev
Title: Report [FAILURE] oss-swift-package-osx [#998] Build URL:https://ci.swift.org/job/oss-swift-package-osx/998/ Project:oss-swift-package-osx Date of build:Sun, 07 Jan 2018 03:22:34 -0600 Build duration:2 hr 20 min Identified problems:Regression test failed: This build

[swift-dev] [Swift CI] Build Failure: 1. OSS - Swift (Tools Opt+Assert, Stdlib Opt+DebInfo+Assert, Resilience) - macOS (master) #160

2018-01-08 Thread swift-ci--- via swift-dev
Groovy Template file [build-report.groovy] was not found in $JENKINS_HOME/email-templates.___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev