26 Followers
46 Following
7 Posts
Tools engineer at a large fruit company.
@ctietze Definitely worth a bug report. Is Xcode using some settings from the .editorconfig file, or none of them? If you can attach the file to the feedback, that might really help figure out why it isn't working.
@Cdespinosa I'm surprised Guy let you go, knowing you weren't getting (at least) a BMW!
@bdudney Or like the words on the One Ring!
@bdudney How many of them did you know?
@steve @dgregor79 Wait! Don’t we have numbers? Though the pull to use those unused bits is mighty strong, and the code is so fun to write!
@eniko @thephd We’ve recently been rewriting the Swift parser, and have some opinions on how to do this well: good parser primitives (“expect this”, “match this”, “don’t go beyond that”, etc.), no diagnostics from parsing itself (represent all issues as missing/unexpected nodes in the tree), and handle diagnostics in a post-pass. The result is really nice and is easy to extend to@new grammar terms. See https://github.com/apple/swift-syntax/blob/main/Sources/SwiftParser/SwiftParser.docc/ParserRecovery.md
swift-syntax/ParserRecovery.md at main · apple/swift-syntax

A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code. - swift-syntax/ParserRecovery.md at main · apple/swift-syntax

GitHub
For a presumably fleeting moment, it appears #swift on here will get you programming posts not pop star news. Follow it while it lasts!