Holly Borla

Results 50 comments of Holly Borla

@amartini51 my understanding is the [swift-book repo](https://github.com/apple/swift-book) isn't yet taking general content improvement contributions, but I agree with Anthony that it's best to transfer TSPL content issues over there. What...

@groue I can't reproduce the issue. I ran this code (which eliminated XCTest dependency) and both assertions passed. What am I missing? ```swift protocol Base { func f() -> String...

I agree that the behavior you're seeing is a bug. I tried it with a `main` compiler and I reproduced the issue. I figured out the difference in my other...

@mateusrodriguesxyz Good question, thanks for asking! > Should I remove all code unrelated with the accepted design or the group wants to keep some of it (e.g: if/guard/while conditions) under...

This looks like it's behaving-as-designed based on this rule further down in the section (emphasis mine) >In non-async functions, and **closures without any await expression**, the compiler selects the non-async...