Re: [swift-dev] I need t change my mail address

2017-10-07 Thread Douglas Gregor via swift-dev
> On Oct 6, 2017, at 11:09 PM, gian enrico conti via swift-dev > wrote: > > hell, I need to move my emial address where I receive this mailing to icloud > account, > where to perform the task? You can change your e-mail address at https://lists.swift.org/mailman/listinfo/swift-dev.

Re: [swift-dev] Reducing array abstraction

2017-10-07 Thread Chris Lattner via swift-dev
On Oct 6, 2017, at 11:12 PM, Slava Pestov wrote: >> On Oct 6, 2017, at 11:06 PM, Chris Lattner via swift-dev >> wrote: >> This question is somewhere between swift-dev and swift-users, not sure where >> best to post this. >> >> I’m working on a project that wants to get very low-abstraction p

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

2017-10-07 Thread Saleem Abdulrasool via swift-dev
Hmm, just so I understand what is going on here ... is there an incompatible change and we aren't rebuilding enough stuff (possibly a missing dependency?) or is there something else going on? Sounds like the swift portion of the build needs to be more aggressively rebuilt? On Fri, Oct 6, 2017 at

Re: [swift-dev] Debugger (lldb or gdb) does not show variable value in swift code

2017-10-07 Thread Alex Blewitt via swift-dev
Do you see the same issue if you build from master? Alex > On 7 Oct 2017, at 00:30, Sam Ding via swift-dev wrote: > > Hi, > > I build swift compiler (v4.0) with debug mode ("-d"), however when debugging > compiler swift code, it can not > show the variable value. Here is an example: > frame #