Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / swiftlang/swift-syntax issues and pull requests

#1816 - SwiftIfConfig: A library to evaluate `#if` conditionals within a Swift syntax tree.

Pull Request - State: closed - Opened by DougGregor over 1 year ago - 19 comments

#1086 - [DO NOT MERGE] allevato's dummy PR for swift-format CI

Pull Request - State: open - Opened by allevato almost 2 years ago - 161 comments

#443 - [SR-8910] Swift Syntax - Trouble Parsing # sign syntax

Issue - State: closed - Opened by swift-ci almost 6 years ago - 3 comments
Labels: bug

#442 - [SR-9038] Swift Syntax requires the use of dynamic linking

Issue - State: closed - Opened by swift-ci almost 6 years ago - 5 comments
Labels: bug

#441 - [SR-9306] FunctionParameterSyntax line position incorrect for multi-line function declaration.

Issue - State: closed - Opened by swift-ci almost 6 years ago - 2 comments
Labels: bug

#440 - [SR-9445] InitializerDeclSyntax.initKeyword position is incorrect

Issue - State: closed - Opened by swift-ci almost 6 years ago
Labels: bug

#439 - [SR-9480] unknownTokenKind("pound_warning")

Issue - State: closed - Opened by swift-ci almost 6 years ago - 2 comments
Labels: bug

#438 - [SR-9616] SwiftSyntax is not following trivia rule

Issue - State: closed - Opened by swift-ci over 5 years ago - 4 comments
Labels: bug

#437 - [SR-9617] Nested declaration becomes unknown when semicolon is attached

Issue - State: closed - Opened by swift-ci over 5 years ago - 2 comments
Labels: bug

#436 - [SR-9710] Return `trailing comma` value when access to `FunctionParameterSyntax.ellipsis`.

Issue - State: closed - Opened by swift-ci over 5 years ago - 1 comment
Labels: bug

#435 - [SR-9797] Not implement function for SyntaxFactory.makeEllipsisToken.

Issue - State: closed - Opened by swift-ci over 5 years ago - 1 comment

#431 - [SR-8670] Make SwiftSyntax available on Linux

Issue - State: closed - Opened by akyrtzi about 6 years ago - 1 comment

#430 - [SR-8687] Unable to build SwiftSyntax with SwiftPM

Issue - State: closed - Opened by mdiep about 6 years ago - 3 comments
Labels: bug

#429 - [SR-8754] EXC_BAD_ACCESS visiting Swift stdlib interface

Issue - State: closed - Opened by mdiep about 6 years ago - 3 comments
Labels: bug

#428 - [SR-8768] Protect against version mismatch of SwiftSyntax with swift compiler

Issue - State: closed - Opened by mdiep about 6 years ago - 6 comments
Labels: bug

#427 - [SR-8800] Enhancing swift-syntax to allow #sourcelocation to appear in any location

Issue - State: closed - Opened by johnno1962 about 6 years ago - 5 comments
Labels: bug, SwiftParser

#426 - [SR-9332] Stack overflow in SwiftSyntax due to deep recursion

Issue - State: closed - Opened by jpsim almost 6 years ago - 1 comment
Labels: bug

#425 - [SR-9337] SwiftSyntax not getting code generation releases automatically

Issue - State: closed - Opened by jpsim almost 6 years ago - 3 comments
Labels: bug

#424 - [SR-9370] UnknownSyntax found for syntax tree generated from sourcekitd but not from swiftc

Issue - State: closed - Opened by nathawes almost 6 years ago - 1 comment
Labels: bug

#423 - [SR-9798] Build swift-syntax with a downloaded Swift toolchain

Issue - State: closed - Opened by krzyzanowskim over 5 years ago - 1 comment
Labels: bug

#422 - [SR-9850] There's no obvious way to get content of a syntax node

Issue - State: closed - Opened by dduan over 5 years ago - 2 comments

#80 - Make `SyntaxKind` internal

Pull Request - State: closed - Opened by akyrtzi over 5 years ago - 1 comment

#79 - API: allow SyntaxNodes to check whether they are syntax collection

Pull Request - State: closed - Opened by nkcsgexi over 5 years ago - 3 comments

#78 - [SyntaxCollections] Add a reversed `Sequence` for `SyntaxCollection`s

Pull Request - State: closed - Opened by akyrtzi over 5 years ago - 1 comment

#77 - Optimize `SyntaxVisitor` and make it a protocol

Pull Request - State: closed - Opened by akyrtzi over 5 years ago - 2 comments

#76 - API: child syntax should be able to be modified by using accessors

Pull Request - State: closed - Opened by nkcsgexi over 5 years ago - 1 comment

#75 - SyntaxParser: verify hash identity before calling SwiftSyntax parser.

Pull Request - State: closed - Opened by nkcsgexi over 5 years ago - 1 comment

#74 - Optimize creation of RawSyntax objects for parsing

Pull Request - State: closed - Opened by akyrtzi over 5 years ago - 2 comments

#73 - Make creation and visitation of SyntaxData more efficient

Pull Request - State: closed - Opened by akyrtzi over 5 years ago - 3 comments

#72 - build-script: allow the build-script to degyb files only.

Pull Request - State: closed - Opened by nkcsgexi over 5 years ago - 1 comment

#71 - build-script: accept --use-xcbuild flag.

Pull Request - State: closed - Opened by nkcsgexi over 5 years ago - 3 comments

#70 - build-script: teach the build-script to generate an Xcode project

Pull Request - State: closed - Opened by nkcsgexi over 5 years ago - 1 comment

#69 - Build with downloaded snapshot

Pull Request - State: closed - Opened by krzyzanowskim over 5 years ago - 10 comments

#68 - build-script: use libSwiftSyntax.dylib instead of libswiftSwiftSyntax.dylib.

Pull Request - State: closed - Opened by nkcsgexi over 5 years ago - 2 comments

#67 - Optimize determination of a RawSyntax's SourceLength

Pull Request - State: closed - Opened by akyrtzi over 5 years ago - 1 comment

#66 - [Syntax API] Add some convenience APIs for iterating over token nodes

Pull Request - State: closed - Opened by akyrtzi over 5 years ago - 1 comment

#64 - [5.0]build-script: don't abort after delete_rpath fails.

Pull Request - State: closed - Opened by nkcsgexi over 5 years ago

#63 - build-script: don't abort after delete_rpath fails.

Pull Request - State: closed - Opened by nkcsgexi over 5 years ago - 1 comment

#62 - For the with* and SyntaxFactory APIs allow using a nil value for an optional child

Pull Request - State: closed - Opened by akyrtzi over 5 years ago - 1 comment

#61 - Remove code related to tree deserialization

Pull Request - State: closed - Opened by akyrtzi over 5 years ago - 1 comment

#59 - Introduce SyntaxParser that uses the C parsing library from the toolchain

Pull Request - State: closed - Opened by akyrtzi over 5 years ago - 6 comments

#58 - [build-script] Add optional options for header/lib paths to the syntax parser library

Pull Request - State: closed - Opened by akyrtzi over 5 years ago - 1 comment

#57 - [docs] add several example adopters to readme.

Pull Request - State: closed - Opened by nkcsgexi over 5 years ago - 5 comments

#56 - Update branch

Pull Request - State: closed - Opened by nkcsgexi over 5 years ago

#55 - Update branch

Pull Request - State: closed - Opened by nkcsgexi over 5 years ago

#54 - Update branch

Pull Request - State: closed - Opened by nkcsgexi over 5 years ago

#53 - build-script: pass '-enforce-exclusivity=unchecked' to speed-up compilation

Pull Request - State: closed - Opened by nkcsgexi over 5 years ago - 7 comments

#52 - Even master and swift-5.0-branch

Pull Request - State: closed - Opened by nkcsgexi almost 6 years ago

#51 - Remove calls to stdlib private functions.

Pull Request - State: closed - Opened by nkcsgexi almost 6 years ago - 10 comments

#50 - Publish SyntaxRewriter.visitChildren

Pull Request - State: closed - Opened by beccadax almost 6 years ago - 2 comments

#49 - build-script: use just-built swiftc for testing purposes too.

Pull Request - State: closed - Opened by nkcsgexi almost 6 years ago - 3 comments

#48 - Modernize hashing

Pull Request - State: closed - Opened by lorentey almost 6 years ago - 1 comment

#47 - Add missing spaces between argument label and argument

Pull Request - State: closed - Opened by ahoppen almost 6 years ago - 5 comments

#46 - test: add a utility to print nodes with kind for debugging purposes.

Pull Request - State: closed - Opened by nkcsgexi almost 6 years ago

#45 - [Build System] Refactor build-script.py and update-toolchain.py to use more idiomatic Python.

Pull Request - State: closed - Opened by Rostepher almost 6 years ago - 13 comments

#44 - [Build System] Added flag to disable Swift PM sandboxes (5.0 branch).

Pull Request - State: closed - Opened by Rostepher almost 6 years ago

#43 - [Build System] Added flag to disable Swift PM sandboxes.

Pull Request - State: closed - Opened by Rostepher almost 6 years ago - 1 comment

#42 - Sync swift-5.0-branch with master.

Pull Request - State: closed - Opened by nkcsgexi almost 6 years ago

#41 - NFC: make SyntaxVerifier more swifty.

Pull Request - State: closed - Opened by nkcsgexi almost 6 years ago - 4 comments

#40 - Add a SyntaxVerifier to assert no unknown syntax in a fully parsed tree.

Pull Request - State: closed - Opened by nkcsgexi almost 6 years ago - 5 comments

#39 - Add an API for unknown checking.

Pull Request - State: closed - Opened by nkcsgexi almost 6 years ago - 2 comments

#38 - Use .exact instead of .branch in README

Pull Request - State: closed - Opened by kastiglione almost 6 years ago

#37 - Properly compute start location after leading trivia

Pull Request - State: closed - Opened by harlanhaskins almost 6 years ago - 5 comments

#36 - Add swift-tools-version comment to README example

Pull Request - State: closed - Opened by kastiglione almost 6 years ago

#35 - Using enum case instead of boolean value to indicate how SyntaxVisitor should continue.

Pull Request - State: closed - Opened by nkcsgexi almost 6 years ago - 3 comments

#34 - add doc-comments for visitor APIs.

Pull Request - State: closed - Opened by nkcsgexi almost 6 years ago

#33 - Sync swift-5.0-branch with master

Pull Request - State: closed - Opened by nkcsgexi almost 6 years ago

#32 - Reimplement SyntaxVisitor to improve visiting performance.

Pull Request - State: closed - Opened by nkcsgexi almost 6 years ago - 3 comments

#31 - sync

Pull Request - State: closed - Opened by nkcsgexi almost 6 years ago

#30 - build-script: add a script to rebuild SwiftSyntax and install it to an existing toolchain.

Pull Request - State: closed - Opened by nkcsgexi almost 6 years ago - 1 comment

#29 - Merge master into swift-5.0-branch.

Pull Request - State: closed - Opened by nkcsgexi almost 6 years ago

#28 - WIP: build-script: teach the script to install SwiftSyntax build.

Pull Request - State: closed - Opened by nkcsgexi almost 6 years ago - 1 comment

#26 - Add a dynamic and static library product of SwiftSyntax to Package.swift

Pull Request - State: closed - Opened by ahoppen almost 6 years ago - 9 comments

#25 - build-script: build SwiftSyntax dynamic library when building from the script.

Pull Request - State: closed - Opened by nkcsgexi almost 6 years ago - 3 comments

#23 - build-script: always use the just-built swift compiler to build SwiftSyntax.

Pull Request - State: closed - Opened by nkcsgexi almost 6 years ago - 1 comment

#22 - [build-script] Don't mutate os.environ in run_xctests()

Pull Request - State: closed - Opened by rintaro almost 6 years ago - 2 comments

#21 - build-script: always use the just-built swift compiler to build SwiftSyntax.

Pull Request - State: closed - Opened by nkcsgexi almost 6 years ago - 1 comment

#20 - Suppress FileManager.createFile warning on Linux

Pull Request - State: closed - Opened by keith almost 6 years ago - 5 comments

#19 - remove .dynamic from library product

Pull Request - State: closed - Opened by tanner0101 almost 6 years ago - 7 comments

#18 - Extend the expected reparse range for REPLACE test case

Pull Request - State: closed - Opened by ahoppen almost 6 years ago - 1 comment

#17 - SyntaxTreeDeserializer: Hold on to omitted nodes across multiple updates

Pull Request - State: closed - Opened by nathawes almost 6 years ago - 10 comments

#16 - [doc] Add a table to map release tags from the compiler to SwiftSyntax.

Pull Request - State: closed - Opened by nkcsgexi about 6 years ago - 4 comments

#15 - [4.2] Merge pull request #8 from nathawes/fix-rawsyntax-totallength-when-la…

Pull Request - State: closed - Opened by allevato about 6 years ago - 1 comment

#14 - [4.2] Merge pull request #5 from spevans/pr_linux_fix

Pull Request - State: closed - Opened by allevato about 6 years ago - 1 comment

#13 - [4.2] Merge pull request #7 from allevato/remove-line-directives

Pull Request - State: closed - Opened by allevato about 6 years ago - 1 comment

#12 - [4.2] Allow TokenKind to check whether it's a keyword.

Pull Request - State: closed - Opened by nkcsgexi about 6 years ago - 1 comment

#11 - Use custom hash table as node lookup table

Pull Request - State: closed - Opened by rintaro about 6 years ago - 17 comments

#10 - Allow TokenKind to check whether it's a keyword.

Pull Request - State: closed - Opened by nkcsgexi about 6 years ago - 2 comments

#9 - Update the README to include macOS trigger for Swift CI

Pull Request - State: closed - Opened by shahmishal about 6 years ago - 5 comments

#7 - Remove line directives from generated files.

Pull Request - State: closed - Opened by allevato about 6 years ago - 7 comments

#6 - Cherry-pick some post-4.2 changes into swift-4.2-branch

Pull Request - State: closed - Opened by allevato about 6 years ago - 2 comments

#5 - Linux: Use a DispatchSourceRead instead of a FileHandle.readabilityHandler

Pull Request - State: closed - Opened by spevans about 6 years ago - 8 comments

#4 - Extract Codable conformance of RawSyntax into an extension

Pull Request - State: closed - Opened by ahoppen about 6 years ago - 3 comments

#3 - Remove unused nodes from SyntaxTreeDeserializer.nodeLookupTable

Pull Request - State: closed - Opened by ahoppen about 6 years ago - 9 comments

#2 - Allow ByteTree deserialisation functions to throw

Pull Request - State: closed - Opened by ahoppen about 6 years ago - 1 comment

#1 - Move swiftSyntax to its own repo

Pull Request - State: closed - Opened by ahoppen about 6 years ago - 1 comment