Re: [swift-evolution] [Draft] Fix a typo in two String methods

2016-07-24 Thread Mark Dalrymple via swift-evolution
+1, mainly because if someone uses on-demand completion (like me) thinking it's called "nullTerminated", typing "null" will not complete if the method name is "nulTerminated" ++md On Sun, Jul 24, 2016 at 12:22 PM, Chris Lattner via swift-evolution < swift-evolution@swift.org> wrote: > Fair

Re: [swift-evolution] [Discussion] "try" for function that does not throw

2016-07-08 Thread Mark Dalrymple via swift-evolution
> Xcode creates warning as you type And the warnings also tend to obscure my typing (rdar://27141386 - warning box occludes typing when trying to fix a warning). I turn live issues off (even though that kind of breaks playground error reporting - rdar://27162167 - playgrounds don't show any