[swift-dev] Bugs not reproducible on master

2016-07-13 Thread Alex Hoppen via swift-dev
I’m currently crawling bugs.swift.org for bugs to fix and regularly encounter bugs which I cannot reproduce on master anymore. What’s the standard protocol for them? Close them with resolution "Can’t Reproduce" or "Done" or just add a comment and let the reporter close it? – Alex __

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

2017-02-05 Thread Alex Hoppen via swift-dev
I just hit the same failure as well, maybe it helps for investigation: https://ci.swift.org/job/swift-PR-osx/5394/ . Triggering the test again solved the issue. – Alex > On 3 Feb 2017, at 19:13, Douglas Gregor via swift-dev > wrote: > > >> On F

[swift-dev] Name mangling of subscripts

2017-07-14 Thread Alex Hoppen via swift-dev
Hi all, With a recent change of mine (#9989 ) subscripts are no longer represented internally by the identifier "subscript" but by a DeclBaseName with a special flag. In name mangling, however, the string "subscript" still surfaces (e.g. _T04test3FooC9s

Re: [swift-dev] Name mangling of subscripts

2017-07-19 Thread Alex Hoppen via swift-dev
t; On Jul 14, 2017, at 12:02 PM, John McCall > <mailto:rjmcc...@apple.com>> wrote: >> >>> On Jul 14, 2017, at 6:41 AM, Alex Hoppen via swift-dev >> <mailto:swift-dev@swift.org>> wrote: >>> Hi all, >>> >>> With a recent change of mi