Re: [swift-users] xcode 9 new build system too aggressive?

2017-11-07 Thread Daniel Dunbar via swift-users
de? weeks? > months? a year? We can’t comment on unreleased software schedules. - Daniel > Begin forwarded message: > >> From: Daniel Dunbar <daniel_dun...@apple.com >> <mailto:daniel_dun...@apple.com>> >> Subject: Re: [swift-users] xcode 9 new build system

Re: [swift-users] xcode 9 new build system too aggressive?

2017-11-07 Thread David Baraff via swift-users
le.com> > Subject: Re: [swift-users] xcode 9 new build system too aggressive? > Date: November 7, 2017 at 9:55:06 AM PST > To: David Baraff <davidbar...@gmail.com> > Cc: swift-users <swift-users@swift.org> > > This does sound like a serious bug (and may be one I just

Re: [swift-users] xcode 9 new build system too aggressive?

2017-11-07 Thread Daniel Dunbar via swift-users
This does sound like a serious bug (and may be one I just fixed https://github.com/apple/swift-llbuild/pull/196), but if its specific to an Apple product please report bugs in Xcode on http://bugreporter.apple.com - Daniel > On Nov 6, 2017, at 10:11 PM, David Baraff via swift-users >

[swift-users] xcode 9 new build system too aggressive?

2017-11-06 Thread David Baraff via swift-users
I will be editing a single file, and usually xcode will do a quick build as i change the code. then, abruptly, i make one more edit to the file and all of a sudden xcode decides to compile tons more. (little changes in the file, not defining new methods or classes or anything). anybody else