You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/BASICFORMAT_BUG.yml
+34-34
Original file line number
Diff line number
Diff line change
@@ -2,38 +2,38 @@ name: BasicFormat Bug
2
2
description: A bug in the BasicFormat module
3
3
labels: [bug, BasicFormat]
4
4
body:
5
-
- type: markdown
6
-
attributes:
7
-
value: Thanks for taking the time to fill out this bug report! We would really appreciate if you could take the time to reduce the issue as described in [Filing BasicFormat Bug Reports](https://swiftpackageindex.com/swiftlang/swift-syntax/main/documentation/swiftbasicformat/filingbugreports).
8
-
- type: textarea
9
-
id: source
10
-
attributes:
11
-
label: Source Code
12
-
description: The source code that, when formatted, produces incorrectly formatted code.
13
-
value: |
14
-
```swift
15
-
```
16
-
- type: textarea
17
-
id: source
18
-
attributes:
19
-
label: Actual Formatted Code
20
-
description: The way that `BasicFormat` formats the above code
21
-
value: |
22
-
```swift
23
-
```
5
+
- type: markdown
6
+
attributes:
7
+
value: Thanks for taking the time to fill out this bug report! We would really appreciate if you could take the time to reduce the issue as described in [Filing BasicFormat Bug Reports](https://swiftpackageindex.com/swiftlang/swift-syntax/main/documentation/swiftbasicformat/filingbugreports).
24
8
- type: textarea
25
-
id: source
26
-
attributes:
27
-
label: Expected Formatted Code
28
-
description: The way that you think `BasicFormat` should format the code
29
-
value: |
30
-
```swift
31
-
```
32
-
- type: textarea
33
-
id: description
34
-
attributes:
35
-
label: Description
36
-
description: |
37
-
Any additional information you can provide for this issue, like
38
-
- Has this issue started occurring recently?
39
-
- Is the issue only happening under certain circumstances?
9
+
id: source
10
+
attributes:
11
+
label: Source Code
12
+
description: The source code that, when formatted, produces incorrectly formatted code.
13
+
value: |
14
+
```swift
15
+
```
16
+
- type: textarea
17
+
id: source
18
+
attributes:
19
+
label: Actual Formatted Code
20
+
description: The way that `BasicFormat` formats the above code
21
+
value: |
22
+
```swift
23
+
```
24
+
- type: textarea
25
+
id: source
26
+
attributes:
27
+
label: Expected Formatted Code
28
+
description: The way that you think `BasicFormat` should format the code
29
+
value: |
30
+
```swift
31
+
```
32
+
- type: textarea
33
+
id: description
34
+
attributes:
35
+
label: Description
36
+
description: |
37
+
Any additional information you can provide for this issue, like
38
+
- Has this issue started occurring recently?
39
+
- Is the issue only happening under certain circumstances?
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/PARSER_BUG.yml
+33-33
Original file line number
Diff line number
Diff line change
@@ -2,36 +2,36 @@ name: SwiftParser Bug
2
2
description: A bug in the new Swift parser
3
3
labels: [bug, SwiftParser]
4
4
body:
5
-
- type: markdown
6
-
attributes:
7
-
value: Thanks for taking the time to fill out this bug report! We would really appreciate if you could take the time to reduce the issue as described in [Filing Parser Bug Reports](https://swiftpackageindex.com/swiftlang/swift-syntax/main/documentation/swiftparser/filingbugreports).
8
-
- type: dropdown
9
-
id: issue-type
10
-
attributes:
11
-
label: Issue Kind
12
-
description: What kind of issue is this? See [Filing Parser Bug Reports](https://swiftpackageindex.com/swiftlang/swift-syntax/main/documentation/swiftparser/filingbugreports) for more details.
13
-
options:
14
-
- Round-Trip Failure
15
-
- Parser Crash
16
-
- Parse of Valid Source Failed
17
-
- Parse of Valid Source Produced Invalid Syntax Tree
18
-
- Bad Diagnostic Produced
19
-
- Other
20
-
- I Don’t Know
21
-
- type: textarea
22
-
id: source
23
-
attributes:
24
-
label: Source Code
25
-
description: The source code that, when fed into the parser, produces the bug.
26
-
value: |
27
-
```swift
28
-
```
29
-
- type: textarea
30
-
id: description
31
-
attributes:
32
-
label: Description
33
-
description: |
34
-
Any additional information you can provide for this issue, like
35
-
- What did you expect to happen?
36
-
- Has this issue started occurring recently?
37
-
- If it’s a crash, the stack trace.
5
+
- type: markdown
6
+
attributes:
7
+
value: Thanks for taking the time to fill out this bug report! We would really appreciate if you could take the time to reduce the issue as described in [Filing Parser Bug Reports](https://swiftpackageindex.com/swiftlang/swift-syntax/main/documentation/swiftparser/filingbugreports).
8
+
- type: dropdown
9
+
id: issue-type
10
+
attributes:
11
+
label: Issue Kind
12
+
description: What kind of issue is this? See [Filing Parser Bug Reports](https://swiftpackageindex.com/swiftlang/swift-syntax/main/documentation/swiftparser/filingbugreports) for more details.
13
+
options:
14
+
- Round-Trip Failure
15
+
- Parser Crash
16
+
- Parse of Valid Source Failed
17
+
- Parse of Valid Source Produced Invalid Syntax Tree
18
+
- Bad Diagnostic Produced
19
+
- Other
20
+
- I Don’t Know
21
+
- type: textarea
22
+
id: source
23
+
attributes:
24
+
label: Source Code
25
+
description: The source code that, when fed into the parser, produces the bug.
26
+
value: |
27
+
```swift
28
+
```
29
+
- type: textarea
30
+
id: description
31
+
attributes:
32
+
label: Description
33
+
description: |
34
+
Any additional information you can provide for this issue, like
# This is manifest file for the Swift Package Index for it to
1
+
# This is manifest file for the Swift Package Index for it to
2
2
# auto-generate and host DocC documentation.
3
3
# For reference see https://swiftpackageindex.com/swiftpackageindex/spimanifest/documentation/spimanifest/commonusecases#Host-DocC-documentation-in-the-Swift-Package-Index.
4
4
5
5
version: 1
6
6
builder:
7
7
configs:
8
8
- documentation_targets:
9
-
# First item in the list is the "landing" (default) target
10
-
- SwiftSyntax
11
-
- SwiftBasicFormat
12
-
- SwiftCompilerPlugin
13
-
- SwiftDiagnostics
14
-
- SwiftIDEUtils
15
-
- SwiftIfConfig
16
-
- SwiftLexicalLookup
17
-
- SwiftOperators
18
-
- SwiftParser
19
-
- SwiftParserDiagnostics
20
-
- SwiftRefactor
21
-
- SwiftSyntaxBuilder
22
-
- SwiftSyntaxMacros
23
-
- SwiftSyntaxMacroExpansion
24
-
- SwiftSyntaxMacrosGenericTestSupport
25
-
- SwiftSyntaxMacrosTestSupport
9
+
# First item in the list is the "landing" (default) target
0 commit comments