[swift-dev] help with implementing SE-0155 and SE-0169

2017-04-24 Thread Ted Kremenek via swift-dev
The following two unimplemented SE proposals are fairly impactful on Swift’s core programming model: SE-0155 Normalize Enum Case Representation SE-0169 Improve Interaction Between private Declarations and Extensions Both proposals were only recently accepted, but would be good to get in for Sw

Re: [swift-dev] Mysterious memory improvement and regression

2017-04-24 Thread Greg Parker via swift-dev
> On Apr 24, 2017, at 8:52 PM, Pavol Vaskovic wrote: > >> On 25 Apr 2017, at 01:28, Greg Parker wrote: >> >> The value of MAX_RSS depends on OS behavior. Other activity on the same >> machine may change MAX_RSS of the benchmark. > > Can you please describe the mechanism of how “other activit

Re: [swift-dev] Mysterious memory improvement and regression

2017-04-24 Thread Pavol Vaskovic via swift-dev
> On 25 Apr 2017, at 01:28, Greg Parker wrote: > > The value of MAX_RSS depends on OS behavior. Other activity on the same > machine may change MAX_RSS of the benchmark. Can you please describe the mechanism of how “other activity on the same machine may change MAX_RSS of the benchmark”.? >

[swift-dev] [Swift CI] Build Still Failing: 0. OSS - LLDB Incremental - OS X (master) #5476

2017-04-24 Thread no-reply--- via swift-dev
New issue found!Title: Report [FAILURE] oss-lldb-incremental-osx [#5476] Build URL:https://ci.swift.org/job/oss-lldb-incremental-osx/5476/ Project:oss-lldb-incremental-osx Date of build:Mon, 24 Apr 2017 18:42:52 -0700 Build duration:2 hr 0 min Identified problems:Regressi

[swift-dev] IRGen's swift_rt_* functions

2017-04-24 Thread Slava Pestov via swift-dev
Hi all, Now that we’re using swiftcc, does IRGen still need to emit the swift_rt_* wrappers around runtime calls? They look like no-ops at this point since the runtime entry points themselves should be swiftcc with the callee save variant? Slava ___ s

Re: [swift-dev] Mysterious memory improvement and regression

2017-04-24 Thread Greg Parker via swift-dev
> On Apr 21, 2017, at 3:57 AM, Pavol Vaskovic via swift-dev > wrote: > > Hi swift-dev! > > I was working over the Easter holiday weekend on script that reports the > benchmark results comparison. I wasn’t always up-to-date with the master, but > I have noticed a mysterious change in MAX_R

[swift-dev] swift-format editor integration

2017-04-24 Thread Saleem Abdulrasool via swift-dev
Hi, Jordan asked me to check with you about adding a simple helper for integrating swift-format into vim since the repository hasn't really added any editor integration stuff previously. It's just a python wrapper for invoking swift-format (much like clang-format). It is on GitHub as PR8610. Th

[swift-dev] Swift Source Compatibility Suite now available at ci.swift.org

2017-04-24 Thread Nicole Jacque via swift-dev
Hello Everyone- I am happy to announce the release of a new Swift Source Compatibility Suite on ci.swift.org! This suite supports testing for the goal of maintaining source compatibility for future Swift releases. The suite will periodically (and via pull request testing) build projects inclu

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

2017-04-24 Thread Jordan Rose via swift-dev
This needs a clean build after my commits. I didn't manage to find what the missing dependency was, sorry. > On Apr 24, 2017, at 11:24, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-osx [#9603] > > Build URL:https://ci.swift.org/job/oss-swift-incremental-RA-osx/9603/ >