Hi Brent,

> On Dec 20, 2017, at 9:35 PM, Brent Royal-Gordon via swift-evolution 
> <swift-evolution@swift.org> wrote:
> 
> I concur. If we don't care about its ungainly size, the blindingly obvious 
> solution would be `@inlineCallable`. Another solution might be to declare the 
> symbol with a combination like `@hidden public`, which I assume is a closer 
> representation of how this feature is actually implemented.

@hidden public seems more confusing to me, because the symbol is not public to 
name lookup. @abiPublic has no effect on source compatibility, only binary 
compatibility.

> 
> (Incidentally, the proposal doesn't mention `open`; I suspect that it 
> probably should.)

I can revise the proposal to add a brief mention of ‘open’ if you’d like. As 
you may have guessed already there is no distinction between ‘open’ and 
‘public’ here.

Slava
_______________________________________________
swift-evolution mailing list
swift-evolution@swift.org
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to