Justin Williams
Justin Williams
This seems to be intermittent but I have had it happen on two different machines multiple times in the last week or two. Line 27 of `AtlantisHelper.m` Thread 2: EXC_BAD_ACCESS...
**Steps to Reproduce** 1. Make a tvOS Xcode project. Doesnt really need any code. 2. Add the Atlantis package to the project. 3. Compile **Additional Notes** The Package.swift file declares...
**Is your feature request related to a problem? Please describe.** I tend to star a repo on GitHub and then watch for "releases" on it so I know when things...
We are discussing changes to make for Swift 2.0. Given that Apple has had no qualms about breaking support for Swift between releases, we want to use it as an...
**Example** ```swift func foo(completion: (Result) -> Void)) {} ``` **Result** ``` (program [0, 0] - [1, 0] (function_declaration [0, 0] - [0, 53] name: (identifier [0, 5] - [0, 8])...
**Example** ```swift public lazy var foo: String = { return "Foo" }() ``` **Result** ``` (program [0, 0] - [3, 0] (variable_declaration [0, 0] - [1, 15] (modifier [0, 0]...
@robrix or @maxbrunsfeld: Is there a certain criteria we should meet to tag v0.0.1 or future tags? There's plenty to do before it's even close to 1.0, but it'd be...
**Example** ```swift protocol Foo where BarType: Equatable { } ``` **Result** ``` (program [0, 0] - [1, 0] (protocol_declaration [0, 0] - [0, 41] (ERROR [0, 9] - [0, 27]...
Compare what is in the [lexical structure documentation](https://docs.swift.org/swift-book/ReferenceManual/LexicalStructure.html) to what we currently have in the grammar and update accordingly. This is my next project. ps. starting to add highlighting support...