Re: [swift-dev] DebugScope Verification Error

2018-01-16 Thread Adrian Prantl via swift-dev
> On Jan 16, 2018, at 1:49 PM, Raj Barik wrote: > > Thanks a lot for the clarification Adrain and Vedant. > > What confused me is the cycle -- A SILFunction has a DeubgScope and the > DebugScope points back to the SILFunction. During moving instructions across > functions, one can easily m

Re: [swift-dev] DebugScope Verification Error

2018-01-16 Thread Adrian Prantl via swift-dev
> On Jan 16, 2018, at 1:20 PM, Vedant Kumar wrote: > > + Adrian and Davide, since they work in this area. > > Hi Raj, > >> On Jan 15, 2018, at 4:48 PM, Raj Barik via swift-dev > > wrote: >> >> Thanks Mark. You are right, the following assertion fails >> >> requir

Re: [swift-dev] SILNode versus C++

2018-01-04 Thread Adrian Prantl via swift-dev
> On Dec 16, 2017, at 10:31 AM, John McCall via swift-dev > wrote: > >> >> On Dec 16, 2017, at 9:08 AM, David Zarzycki via swift-dev >> wrote: >> >> Hello, >> >> I’m trying to improve SILNode memory layout density by adopting the AST >> bitfield macros. Unfortunately, multiple inheritanc

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

2017-12-19 Thread Adrian Prantl via swift-dev
> On Dec 19, 2017, at 2:31 PM, Daniel Dunbar via swift-lldb-dev > wrote: > > > >> On Dec 19, 2017, at 2:27 PM, Ted Kremenek wrote: >> >> Fair enough. >> >> We care about swiftc and llbuild building a variety of platforms today — >> FreeBSD, Rasberry Pi, etc. My impression is that C++14

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

2017-11-10 Thread Adrian Prantl via swift-dev
It seems very unlikely that this was caused by my commit, but it is the only one in the blamelist. -- adrian > On Nov 10, 2017, at 3:32 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#1413] > > Build URL: > https://ci.swift.or

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

2017-11-09 Thread Adrian Prantl via swift-dev
WARNING: Your password has expired. Password change required but no TTY available. > On Nov 9, 2017, at 4:06 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-4.1-package-linux-ubuntu-14_04 [#130] > > Build URL: > https://ci.swift.org/job/oss-swift-4.1-package-linux-ubuntu-14_04/130/ >

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

2017-08-24 Thread Adrian Prantl via swift-dev
This should fix itself in the next build. -- adrian > On Aug 24, 2017, at 9:50 AM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#242] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/242/ >

Re: [swift-dev] Pathway to becoming an effective contributor

2017-06-20 Thread Adrian Prantl via swift-dev
> On Jun 20, 2017, at 12:37 PM, Halen Wooten via swift-dev > wrote: > > Hi, > > I would like to start a discussion about getting started with the > Swift Compiler. The end goal is to see if there are ways we can help > newcomers to the compiler get started and more quickly grow into a > more e

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

2017-03-16 Thread Adrian Prantl via swift-dev
I'm somewhat confused why this failed? -- adrian > On Mar 16, 2017, at 2:31 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#2428] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_10/2428/ >

Re: [swift-dev] Help needed: Removing inout shadow copy from SILGen

2016-06-09 Thread Adrian Prantl via swift-dev
> On Jun 9, 2016, at 10:05 AM, Joe Groff wrote: > >> >> On Jun 9, 2016, at 10:01 AM, Adrian Prantl wrote: >> >> On Jun 9, 2016, at 9:55 AM, Joe Groff wrote: >>> >>> On Jun 8, 2016, at 7:38 PM, Daniel Duan via swift-dev wrote: Hi all, I'm resuming work on r

Re: [swift-dev] Help needed: Removing inout shadow copy from SILGen

2016-06-09 Thread Adrian Prantl via swift-dev
On Jun 9, 2016, at 9:55 AM, Joe Groff wrote: > > >> On Jun 8, 2016, at 7:38 PM, Daniel Duan via swift-dev >> wrote: >> >> Hi all, >> >> I'm resuming work on removing the SILGen for the inout shadow copy. Making >> this change involes quite a bit of tests updates. I'd love some one to >> re

Re: [swift-dev] [Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - OS X (swift-3.0-preview-1) #9

2016-05-13 Thread Adrian Prantl via swift-dev
Looks like the remaining failure is somewhere in swift/lib/ClangImporter/ClangImporter.cpp and unrelated to my changes. -- adrian ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev

Re: [swift-dev] [RFC] SIL syntax for debug information Part 1: Variables

2015-12-15 Thread Adrian Prantl via swift-dev
Prantl wrote: >>>> >>>>> >>>>> On Dec 10, 2015, at 10:19 AM, John McCall wrote: >>>>> >>>>>> On Dec 10, 2015, at 8:31 AM, Joe Groff via swift-dev >>>>>> wrote: >>>>>>> On Dec 9, 2

Re: [swift-dev] [RFC] SIL syntax for debug information Part 1: Variables

2015-12-15 Thread Adrian Prantl via swift-dev
> On Dec 15, 2015, at 2:35 PM, John McCall wrote: > >> On Dec 15, 2015, at 1:25 PM, Adrian Prantl wrote: >>> On Dec 10, 2015, at 10:19 AM, John McCall wrote: >>> >>>> On Dec 10, 2015, at 8:31 AM, Joe Groff via swift-dev >>>> wrote: >

Re: [swift-dev] [RFC] SIL syntax for debug information Part 1: Variables

2015-12-15 Thread Adrian Prantl via swift-dev
v >>>> wrote: >>>>> On Dec 9, 2015, at 4:15 PM, Adrian Prantl via swift-dev >>>>> wrote: >>>>> >>>>> In order to write textual SIL -> SIL testcases that exercise the handling >>>>> of debug inf

Re: [swift-dev] [RFC] SIL syntax for debug information Part 1: Variables

2015-12-15 Thread Adrian Prantl via swift-dev
> On Dec 10, 2015, at 10:19 AM, John McCall wrote: > >> On Dec 10, 2015, at 8:31 AM, Joe Groff via swift-dev >> wrote: >>> On Dec 9, 2015, at 4:15 PM, Adrian Prantl via swift-dev >>> wrote: >>> >>> In order to write textual SIL -&g

Re: [swift-dev] [RFC] SIL syntax for debug information Part 1: Variables

2015-12-10 Thread Adrian Prantl via swift-dev
> On Dec 10, 2015, at 8:31 AM, Joe Groff wrote: > >> >> On Dec 9, 2015, at 4:15 PM, Adrian Prantl via swift-dev >> wrote: >> >> In order to write textual SIL -> SIL testcases that exercise the handling of >> debug information by SIL passes, we

[swift-dev] [RFC] SIL syntax for debug information Part 1: Variables

2015-12-09 Thread Adrian Prantl via swift-dev
In order to write textual SIL -> SIL testcases that exercise the handling of debug information by SIL passes, we need to make a couple of additions to the textual SIL language. In memory, the debug information attached to SIL instructions references information from the AST. If we want to create