Kyle Murray

Results 8 issues of Kyle Murray

It's hard to tell if this is by design or not, but I wanted to make a _double tap_ of the shift key open the autocomplete menu. This approach works...

enhancement

As part of releasing the commit history of the book, we redacted the names of some previous contributors to preserve their privacy. If we redacted your name and you would...

Enhancement

The book's chapters are divided into three parts: the Guided Tour, Language Guide, and Language Reference. As a result, the automatically generated See Also sections at the end of each...

Build issue

The shipping book uses a custom syntax for its tests; we preserved these as DocC comments in the Markdown source, but use regular Swift code blocks to render them without...

Build issue

Right now, the grammar in Language Reference is implemented using plain code listings. The shipping book includes a custom presentation for the grammar, including cross-references between different grammar elements and...

When introducing new syntax for the first time, the book uses placeholder literals to show the customizable portion(s) of the syntax being introduced. Right now, these render as regular Swift...

Build issue

The shipping book supports an offline reading experience with an ePUB version available on swift.org and on Apple Books. We should evaluate which formats we want to support going forward,...

Build issue

Per discussion in the docs workgroup, it'd be good to have a preview version of the DocC output that we can all look at as we work toward publishing the...

Build issue