Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / apple/swift-syntax issues and pull requests
#2133 - Diagnostic triggered for every multi-binding variable declaration
Issue -
State: closed - Opened by gohanlon about 1 year ago
- 3 comments
Labels: bug
#2132 - Fold operators using the standard operator table in `MacroSystem`
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 6 comments
#2131 - Ignore .vscode and cmake build output
Pull Request -
State: closed - Opened by natikgadzhi about 1 year ago
- 1 comment
#2130 - build: set the `CMAKE_RUNTIME_OUTPUT_DIRECTORY`
Pull Request -
State: closed - Opened by compnerd about 1 year ago
- 2 comments
#2129 - Remove the SyntaxData abstraction layer
Pull Request -
State: open - Opened by ahoppen about 1 year ago
- 7 comments
#2128 - No way to describe operator precedence to `assertMacroExpansion`
Issue -
State: closed - Opened by stephencelis about 1 year ago
- 3 comments
Labels: bug
#2127 - Add a convenience init to ClosureCaptureSyntax
Pull Request -
State: closed - Opened by natikgadzhi about 1 year ago
- 7 comments
#2126 - ExpressionMacro trailing closure inherits code's original indentation
Issue -
State: open - Opened by InkyTsar about 1 year ago
- 2 comments
Labels: bug
#2125 - Incorrect value of trimmedByteRange in certain case.
Issue -
State: closed - Opened by HassanTaleb90 about 1 year ago
- 6 comments
Labels: bug
#2124 - Set the privacy level of string interpolation errors in os_log to private
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 1 comment
#2123 - Add a release notes document for swift-syntax 510
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 1 comment
#2122 - Split macro tests into multiple files
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 3 comments
#2121 - Use two-step dispatch to `SyntaxVisitor.vistImpl`
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 3 comments
#2120 - Remove the `parent` parameter from `SyntaxData.child(at:parent:)`
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 1 comment
#2119 - Remove unnecessary casts in SyntaxRewriter
Pull Request -
State: closed - Opened by natikgadzhi about 1 year ago
- 6 comments
#2119 - Remove unnecessary casts in SyntaxRewriter
Pull Request -
State: closed - Opened by natikgadzhi about 1 year ago
- 6 comments
#2118 - Implement tracking of syntax nodes if the syntax tree is edited
Pull Request -
State: open - Opened by ahoppen about 1 year ago
- 6 comments
#2117 - [5.9.0][CMake] Add padding to RUNPATH in linux
Pull Request -
State: closed - Opened by rintaro about 1 year ago
- 1 comment
#2116 - SwiftSyntax doesn't build on macOS version < 13
Issue -
State: closed - Opened by SimplyDanny about 1 year ago
- 7 comments
Labels: bug
#2115 - Fix issue that caused errors thrown from macro expansion to show up twice in MacroSystem
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 5 comments
#2114 - [5.9][CMake] Add padding to RUNPATH in linux
Pull Request -
State: closed - Opened by rintaro about 1 year ago
- 1 comment
#2113 - Improvements to MacroSystemTests
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 1 comment
#2113 - Improvements to MacroSystemTests
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 1 comment
#2112 - Add automatic colons or paranthesis to nodes when needed
Pull Request -
State: closed - Opened by natikgadzhi about 1 year ago
- 8 comments
#2111 - `assertMacroExpansion` reports duplicate diagnostic
Issue -
State: closed - Opened by stephencelis about 1 year ago
- 2 comments
Labels: bug
#2110 - Add whitespace if needed when returning syntaxTextBytes
Pull Request -
State: closed - Opened by TTOzzi about 1 year ago
- 1 comment
#2110 - Add whitespace if needed when returning syntaxTextBytes
Pull Request -
State: closed - Opened by TTOzzi about 1 year ago
- 1 comment
#2110 - Add whitespace if needed when returning syntaxTextBytes
Pull Request -
State: closed - Opened by TTOzzi about 1 year ago
- 1 comment
#2109 - Any word inside a class, struct or enum without the keyword func is considered as FunctionDecl
Issue -
State: open - Opened by HassanTaleb90 about 1 year ago
- 7 comments
#2108 - Introduce leaf protocols to prevent leaf nodes from being casted
Pull Request -
State: open - Opened by Matejkob about 1 year ago
- 3 comments
#2107 - Required spacing is not added in `SwiftSyntaxBuilder` for interpolated syntax node
Issue -
State: open - Opened by stevapple about 1 year ago
- 7 comments
Labels: bug
#2107 - Required spacing is not added in `SwiftSyntaxBuilder` for interpolated syntax node
Issue -
State: open - Opened by stevapple about 1 year ago
- 7 comments
Labels: bug
#2106 - Fix newline detection logic for carriage return line feeds
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 1 comment
#2106 - Fix newline detection logic for carriage return line feeds
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 1 comment
#2105 - [509] Fix a formatting issue if a member attribute macro is applied to properties that already have an attribute
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 1 comment
#2105 - [509] Fix a formatting issue if a member attribute macro is applied to properties that already have an attribute
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 1 comment
#2104 - Add test cases for parsing closures inside `if` statement conditions
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 2 comments
#2103 - Small refactoring improvements around `ExprFlavor`
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 3 comments
#2103 - Small refactoring improvements around `ExprFlavor`
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 3 comments
#2102 - Redundant type casting in generated `visit` methods of `SyntaxRewriter`
Issue -
State: closed - Opened by Matejkob about 1 year ago
- 3 comments
Labels: enhancement, good first issue
#2101 - WIP: Verify `first.isNewline` behavior after https://github.com/apple/swift/pull/67729
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 2 comments
#2101 - WIP: Verify `first.isNewline` behavior after https://github.com/apple/swift/pull/67729
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 2 comments
#2100 - Don’t mutate line endings in `assertParseWithAllNewlineEndings`
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 1 comment
#2100 - Don’t mutate line endings in `assertParseWithAllNewlineEndings`
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 1 comment
#2100 - Don’t mutate line endings in `assertParseWithAllNewlineEndings`
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 1 comment
#2100 - Don’t mutate line endings in `assertParseWithAllNewlineEndings`
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 1 comment
#2100 - Don’t mutate line endings in `assertParseWithAllNewlineEndings`
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 1 comment
#2099 - Set `-derivedDataPath` when building the EditorExtension Xcode project
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 1 comment
#2099 - Set `-derivedDataPath` when building the EditorExtension Xcode project
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 1 comment
#2099 - Set `-derivedDataPath` when building the EditorExtension Xcode project
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 1 comment
#2099 - Set `-derivedDataPath` when building the EditorExtension Xcode project
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 1 comment
#2098 - Minimize unneeded tool inclusions in SwiftSyntax's SwiftPM distribution
Issue -
State: closed - Opened by Matejkob about 1 year ago
- 5 comments
Labels: enhancement
#2098 - Minimize unneeded tool inclusions in SwiftSyntax's SwiftPM distribution
Issue -
State: closed - Opened by Matejkob about 1 year ago
- 5 comments
Labels: enhancement
#2097 - Install `.swiftdoc` files into the toolchain
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 2 comments
#2096 - Add subcommand to swift-syntax-dev-utils to verify that documentation builds without errors or warnings
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 3 comments
#2096 - Add subcommand to swift-syntax-dev-utils to verify that documentation builds without errors or warnings
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 3 comments
#2096 - Add subcommand to swift-syntax-dev-utils to verify that documentation builds without errors or warnings
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 3 comments
#2096 - Add subcommand to swift-syntax-dev-utils to verify that documentation builds without errors or warnings
Pull Request -
State: open - Opened by ahoppen about 1 year ago
#2096 - Add subcommand to swift-syntax-dev-utils to verify that documentation builds without errors or warnings
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 3 comments
#2095 - Add abstracts for subcommands of swift-syntax-dev-utils
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 2 comments
#2095 - Add abstracts for subcommands of swift-syntax-dev-utils
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 2 comments
#2094 - Fix warnings when generating the docc documentation archive for SwiftSyntax
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 4 comments
#2094 - Fix warnings when generating the docc documentation archive for SwiftSyntax
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 4 comments
#2094 - Fix warnings when generating the docc documentation archive for SwiftSyntax
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 4 comments
#2093 - Convert code in doc comment on `SyntaxAnyVisitor` to docc style
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 2 comments
#2093 - Convert code in doc comment on `SyntaxAnyVisitor` to docc style
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 2 comments
#2093 - Convert code in doc comment on `SyntaxAnyVisitor` to docc style
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 2 comments
#2092 - Prevent unrelated casts using `as`
Issue -
State: open - Opened by ahoppen about 1 year ago
- 9 comments
Labels: enhancement
#2092 - Prevent unrelated casts using `as`
Issue -
State: open - Opened by ahoppen about 1 year ago
- 9 comments
Labels: enhancement
#2091 - Improve performance of `SyntaxVisitor`
Issue -
State: open - Opened by ahoppen about 1 year ago
- 1 comment
#2091 - Improve performance of `SyntaxVisitor`
Issue -
State: open - Opened by ahoppen about 1 year ago
- 1 comment
#2091 - Improve performance of `SyntaxVisitor`
Issue -
State: open - Opened by ahoppen about 1 year ago
- 1 comment
#2090 - [CMake] Add padding to RUNPATH in linux
Pull Request -
State: closed - Opened by rintaro about 1 year ago
- 1 comment
#2090 - [CMake] Add padding to RUNPATH in linux
Pull Request -
State: closed - Opened by rintaro about 1 year ago
- 1 comment
#2089 - [509] Add a version indicator macro to indicate the swift-syntax version a client is building against
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
#2089 - [509] Add a version indicator macro to indicate the swift-syntax version a client is building against
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
#2089 - [509] Add a version indicator macro to indicate the swift-syntax version a client is building against
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
#2088 - Fix a formatting issue if a member attribute macro is applied to properties that already have an attribute
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 6 comments
#2088 - Fix a formatting issue if a member attribute macro is applied to properties that already have an attribute
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 6 comments
#2088 - Fix a formatting issue if a member attribute macro is applied to properties that already have an attribute
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 6 comments
#2088 - Fix a formatting issue if a member attribute macro is applied to properties that already have an attribute
Pull Request -
State: closed - Opened by ahoppen about 1 year ago
- 6 comments
#2087 - Refactor `SyntaxClassifier` with `SyntaxVisitor`
Pull Request -
State: open - Opened by StevenWong12 about 1 year ago
- 1 comment
#2087 - Refactor `SyntaxClassifier` with `SyntaxVisitor`
Pull Request -
State: open - Opened by StevenWong12 about 1 year ago
- 1 comment
#2086 - Remove all remaining use of `raw:` interpolations
Pull Request -
State: closed - Opened by Matejkob about 1 year ago
- 2 comments
#2086 - Remove all remaining use of `raw:` interpolations
Pull Request -
State: closed - Opened by Matejkob about 1 year ago
- 2 comments
#2085 - Add `appendInterpolation` with optional syntax nodes
Pull Request -
State: closed - Opened by Matejkob about 1 year ago
- 1 comment
#2085 - Add `appendInterpolation` with optional syntax nodes
Pull Request -
State: closed - Opened by Matejkob about 1 year ago
- 1 comment
#2085 - Add `appendInterpolation` with optional syntax nodes
Pull Request -
State: closed - Opened by Matejkob about 1 year ago
- 1 comment
#2084 - `BasicFormat` cannot indent closure body in tuple
Issue -
State: open - Opened by stevapple about 1 year ago
- 1 comment
Labels: bug
#2084 - `BasicFormat` cannot indent closure body in tuple
Issue -
State: open - Opened by stevapple about 1 year ago
- 1 comment
Labels: bug
#2082 - `BasicFormat` indents closing `}` of closure passed as a function parameter
Issue -
State: open - Opened by ahoppen about 1 year ago
- 10 comments
Labels: BasicFormat
#2082 - `BasicFormat` indents closing `}` of closure passed as a function parameter
Issue -
State: open - Opened by ahoppen about 1 year ago
- 10 comments
Labels: BasicFormat
#2078 - Add arena to syntax nodes
Pull Request -
State: open - Opened by kimdv about 1 year ago
- 2 comments
#2078 - Add arena to syntax nodes
Pull Request -
State: open - Opened by kimdv about 1 year ago
- 2 comments
#2073 - Renamed generate-swiftsyntax to generate-swift-syntax
Pull Request -
State: closed - Opened by arirays about 1 year ago
- 7 comments
#2073 - Renamed generate-swiftsyntax to generate-swift-syntax
Pull Request -
State: closed - Opened by arirays about 1 year ago
- 7 comments
#2073 - Renamed generate-swiftsyntax to generate-swift-syntax
Pull Request -
State: closed - Opened by arirays about 1 year ago
- 7 comments
#2072 - Make the switch over Keywords in TokenPrecedence.swift exhaustive
Issue -
State: open - Opened by ahoppen about 1 year ago
- 1 comment
Labels: refactoring
#2066 - One Script to rule them all
Issue -
State: open - Opened by Matejkob about 1 year ago
- 5 comments
Labels: enhancement
#2063 - Move `swift-parser-cli` to its own package
Pull Request -
State: open - Opened by StevenWong12 about 1 year ago
- 13 comments