Re: [swift-dev] Nightly builds?

2017-01-10 Thread Erica Sadun via swift-dev
> a build from Jan 5: https://swift.org/download/#snapshots > <https://swift.org/download/#snapshots> > > On Tue, Jan 10, 2017 at 10:48 AM, Erica Sadun via swift-dev > mailto:swift-dev@swift.org>> wrote: > Are there still nightly builds that are easy to pull and ins

[swift-dev] Nightly builds?

2017-01-10 Thread Erica Sadun via swift-dev
Are there still nightly builds that are easy to pull and install? I got a fixed JIRA I'd like to test. Thanks! -- Erica ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev

Re: [swift-dev] Is developer snapshot 2016-07-29 broken?

2016-08-03 Thread Erica Sadun via swift-dev
> On Aug 1, 2016, at 5:11 PM, Joe Groff via swift-dev > wrote: > >> >> On Jul 31, 2016, at 5:12 AM, Charles Lane via swift-dev > > wrote: >> >> I get a segmentation fault 11 at compile time with the 07/29 toolchain & >> Xcode 8 beta 3. Can anyone point me in right

Re: [swift-dev] Is developer snapshot 2016-07-29 broken?

2016-07-31 Thread Erica Sadun via swift-dev
For me: ld: library not found for -lswiftDispatch for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) -- E > On Jul 31, 2016, at 4:58 AM, Jens Persson via swift-dev > wrote: > > Is it only me or is anyone else unable to use snapshot 2016-07-

Re: [swift-dev] Could not find a package configuration file provided by "Clang"

2016-07-22 Thread Erica Sadun via swift-dev
t, you would have gotten a nice error saying you needed to > upgrade your cmake. > > Michael > >> On Jul 22, 2016, at 12:26 PM, Erica Sadun via swift-dev > <mailto:swift-dev@swift.org>> wrote: >> >> So I got a successful build, and your suspicion was right

Re: [swift-dev] Could not find a package configuration file provided by "Clang"

2016-07-22 Thread Erica Sadun via swift-dev
you all for pointing me in the right direction. -- E > On Jul 21, 2016, at 11:53 PM, Erica Sadun via swift-dev > wrote: > > 3.6.0 > > -- E > >> On Jul 21, 2016, at 9:37 AM, Arnold Schwaighofer >> wrote: >> >> Somewhat wild guess. What is the ver

Re: [swift-dev] Could not find a package configuration file provided by "Clang"

2016-07-21 Thread Erica Sadun via swift-dev
3.6.0 -- E > On Jul 21, 2016, at 9:37 AM, Arnold Schwaighofer > wrote: > > Somewhat wild guess. What is the version of your cmake install? > > I think we started requiring some 3ish version recently. > > Maybe you need a newer version … > >> On Jul 20,

[swift-dev] Could not find a package configuration file provided by "Clang"

2016-07-20 Thread Erica Sadun via swift-dev
I started with an absolutely clean re-clone, used bash (normally I use tcsh), made sure to do `export PATH=/Applications/CMake.app/Contents/bin:$PATH`, CMake Error at cmake/modules/SwiftSharedCMakeConfig.cmake:155 (find_package): Could not find a package configuration file provided by "Clan

Re: [swift-dev] [RFC] Finer grained OS checks

2016-07-11 Thread Erica Sadun via swift-dev
> On Jul 11, 2016, at 10:50 AM, Karl Wagner via swift-dev > wrote: > > My thoughts: > > I don't like the idea of additional qualifiers after OS. Perhaps we could > rename it something more generic like "SDK" or split the non-common stuff in > to a seprarate module? > > As for the proposal (

Re: [swift-dev] [RFC] Finer grained OS checks

2016-07-07 Thread Erica Sadun via swift-dev
Just want to throw this into the discussion: * https://github.com/apple/swift-evolution/pull/369 Also discussions on -evolution, which do touch on "Apple-like", etc. * http://thread.gmane.org/gmane.comp.lang.swift.evolution/7516 * http://thread.gmane.org/gmane.comp.lang.swift.evolution/12065 -

[swift-dev] Fixits

2016-07-07 Thread Erica Sadun via swift-dev
Where is the best place to request fixits? bugs.swift.org or on this list? I've been porting a lot of code to Swift 3 and finding a lot of issue and no before you ask, I stupidly did not write them down as I went and I now wish I had -- I just was on a deadline and needed the code ported and wor

Re: [swift-dev] Fixit for trailing closures

2016-07-05 Thread Erica Sadun via swift-dev
> On Jul 5, 2016, at 7:42 PM, Xi Ge via swift-dev wrote: > >> >> On Jul 5, 2016, at 5:39 PM, Xi Ge via swift-dev > > wrote: >> >>> On Jul 5, 2016, at 5:19 PM, Ben Langmuir >> > wrote: >>> On Jul 5, 2016, at 4:34 PM, Xi Ge via

Re: [swift-dev] Delaying the enforcement of ".self" out of Swift 3?

2016-06-02 Thread Erica Sadun via swift-dev
> On Jun 2, 2016, at 2:21 PM, Douglas Gregor via swift-dev > wrote: > > Hi all, > > While working on some unrelated refactoring, I stumbled across a minor fix > that would make use properly enforce “.self” when we want to get the metatype > of a named type. For example, the Swift compiler cu

Re: [swift-dev] Swift port to Windows : Offering help!

2016-04-27 Thread Erica Sadun via swift-dev
Please whoever is doing the windows port, please drop me an email and let me know how things are going, what challenges you're facing etc. I'd like to get you a little publicity. (Also happy to write about any other dev-specific challenges for the language, not just Windows.) Cheers, -- Erica

Re: [swift-dev] Documentation

2016-01-06 Thread Erica Sadun via swift-dev
These things are achievable, in my opinion. At a minimum, it's worth pinging Nate to have him join in on the discussion rather than trying to replace a really great site that already does a large part of what people are looking for. -- Erica > On Jan 6, 2016, at 6:19 PM, Trent Nadeau via swift