Re: [swift-users] Using defer in Swift Playgrounds

2017-08-07 Thread Joe DeCapo via swift-users
Here's the JIRA: https://bugs.swift.org/browse/SR-5641 Thanks again! -Joe > On Aug 7, 2017, at 3:33 PM, Joe DeCapo via swift-users > wrote: > > Ok, cool. Thanks for the response. I'll file it in the Swift bug tracker. > >> On Aug 7, 2017, at 3:23 PM, Jordan Rose wrote: >> >> Either way is f

Re: [swift-users] Using defer in Swift Playgrounds

2017-08-07 Thread Joe DeCapo via swift-users
Ok, cool. Thanks for the response. I'll file it in the Swift bug tracker. > On Aug 7, 2017, at 3:23 PM, Jordan Rose wrote: > > Either way is fine. I suspect this is a bug with the transformation the Swift > compiler performs when compiling for a playground, rather than with the > machinery tha

Re: [swift-users] Using defer in Swift Playgrounds

2017-08-07 Thread Jordan Rose via swift-users
Either way is fine. I suspect this is a bug with the transformation the Swift compiler performs when compiling for a playground, rather than with the machinery that goes with running the playground, but I haven’t looked into it. Jordan > On Aug 7, 2017, at 13:22, Joe DeCapo wrote: > > Since

Re: [swift-users] Using defer in Swift Playgrounds

2017-08-07 Thread Joe DeCapo via swift-users
Since it's Playground bug, should I file it in Apple's bug reporter rather than Swift's? > On Aug 7, 2017, at 3:12 PM, Jordan Rose wrote: > > I’d say that’s a bug! Mind filing it at https://bugs.swift.org ? > > Thanks, > Jordan > >> On Aug 4, 2017, at 12:41, Joe DeCapo via swift-users >> wr

Re: [swift-users] Using defer in Swift Playgrounds

2017-08-07 Thread Jordan Rose via swift-users
I’d say that’s a bug! Mind filing it at https://bugs.swift.org ? Thanks, Jordan > On Aug 4, 2017, at 12:41, Joe DeCapo via swift-users > wrote: > > Hi everyone, > > I'm not sure if there's a more appropriate place to ask this question, but I > figured at the very l