Ecosyste.ms: Issues

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

GitHub / swiftlang/swift-format issues and pull requests

#369 - [SR-11107] swift-format dedents inline comment on multiline conditionals

Issue - State: closed - Opened by keith about 5 years ago - 1 comment
Labels: bug, swift-format

#368 - [SR-11109] swift-format produces invalid enum

Issue - State: closed - Opened by keith about 5 years ago - 3 comments
Labels: bug, swift-format

#367 - [SR-11110] swift-format moves private extension when it's really fileprivate

Issue - State: closed - Opened by keith about 5 years ago - 1 comment
Labels: bug, swift-format

#366 - [SR-11111] swift-format converts some classes to enums that are used as classes

Issue - State: closed - Opened by keith about 5 years ago - 5 comments
Labels: bug, swift-format

#365 - [SR-11112] swift-format removes space in `case let`

Issue - State: closed - Opened by keith about 5 years ago - 1 comment
Labels: bug, swift-format

#364 - [SR-11113] swift-format removes space from @unknown default

Issue - State: closed - Opened by keith about 5 years ago - 1 comment
Labels: bug, swift-format

#363 - [SR-11114] swift-format cannot disable rules

Issue - State: closed - Opened by keith about 5 years ago - 2 comments
Labels: bug, swift-format

#362 - [SR-11115] swift-format missing type annotation on multiple declarations

Issue - State: closed - Opened by keith about 5 years ago - 1 comment
Labels: bug, swift-format

#361 - [SR-11116] swift-format missing newline with compiler conditional properties

Issue - State: closed - Opened by keith about 5 years ago - 1 comment
Labels: bug, swift-format

#360 - [SR-11123] swift-format crash while linting on extension

Issue - State: closed - Opened by keith about 5 years ago - 1 comment
Labels: bug, swift-format

#359 - [SR-11167] swift-format missing space in SomeTypeSyntax token

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

#358 - [SR-11169] swift-format inserts new line into chaining closures

Issue - State: closed - Opened by swift-ci about 5 years ago - 1 comment
Labels: swift-format, Improvement

#357 - [SR-11170] SyntaxRewriter visitation exhausts the stack space that dispatch threads get

Issue - State: closed - Opened by tonyarnold about 5 years ago - 5 comments
Labels: bug, swift-format, SwiftSyntax

#356 - [SR-11195] swift-format should allow a trailing array literal without wrapping earlier arguments

Issue - State: open - Opened by benlangmuir about 5 years ago - 1 comment
Labels: swift-format, Improvement

#355 - [SR-11201] Create a notion of "experimental" rules

Issue - State: closed - Opened by allevato about 5 years ago - 1 comment
Labels: swift-format, Improvement

#354 - [SR-11202] swift-format guard else formatted strangely

Issue - State: closed - Opened by keith about 5 years ago - 1 comment
Labels: bug, swift-format

#353 - [SR-11203] swift-format single line closure

Issue - State: closed - Opened by keith about 5 years ago - 1 comment
Labels: bug, swift-format

#352 - [SR-11204] swift-format multiline functions with single parameter indentation

Issue - State: closed - Opened by keith about 5 years ago - 1 comment
Labels: bug, swift-format

#351 - [SR-11205] swift-format comment after enum case indention

Issue - State: closed - Opened by keith about 5 years ago - 1 comment
Labels: bug, swift-format

#350 - [SR-11206] swift-format dedents closing bracket in multiline contexts

Issue - State: closed - Opened by keith about 5 years ago - 1 comment
Labels: bug, swift-format

#349 - [SR-11211] Crash in WhitespaceLinter.swift, line 58

Issue - State: closed - Opened by aciidgh about 5 years ago - 3 comments
Labels: bug, swift-format

#348 - [SR-11289] Break rule for generic where clause in swift-format

Issue - State: closed - Opened by swift-ci about 5 years ago - 2 comments
Labels: swift-format, Improvement

#347 - [SR-11290] Break rule for where clause in swift-format

Issue - State: closed - Opened by swift-ci about 5 years ago - 1 comment
Labels: swift-format, Improvement

#346 - [SR-11291] Missing space after semicolon in swift-format

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

#345 - [SR-11293] swift-format crashes on ubuntu 19.04

Issue - State: closed - Opened by swift-ci about 5 years ago - 3 comments
Labels: bug, swift-format

#325 - [SR-12844] Scope-based indentation for if/guard/etc

Issue - State: open - Opened by swift-ci over 4 years ago - 2 comments
Labels: New Feature, swift-format

#297 - [SR-15880] Add ability to swift-format to only re-format certain ranges of a file

Issue - State: closed - Opened by ahoppen over 2 years ago - 4 comments
Labels: New Feature, swift-format

#73 - Add new configuration do add a line break before each generic requirement

Pull Request - State: closed - Opened by p4checo almost 5 years ago

#72 - Add new rule to add single line after function decls

Pull Request - State: closed - Opened by p4checo almost 5 years ago - 2 comments

#71 - Don't group around function calls that occur after an assignment oper…

Pull Request - State: closed - Opened by dylansturg almost 5 years ago

#70 - Gracefully transition from function call -> tuple expr.

Pull Request - State: closed - Opened by allevato almost 5 years ago

#69 - Use folded SequenceExprs in TokenStreamCreator.

Pull Request - State: closed - Opened by allevato almost 5 years ago - 1 comment

#68 - [5.1] Cherry-pick recent 5.1-compatible changes.

Pull Request - State: closed - Opened by allevato almost 5 years ago

#67 - Remove false warnings from synthesized initializer rule.

Pull Request - State: closed - Opened by dylansturg almost 5 years ago

#66 - Don't discard trivia when grouping integer literal digits.

Pull Request - State: closed - Opened by allevato almost 5 years ago

#65 - Fix formatting when respectsExistingLineBreaks is false.

Pull Request - State: closed - Opened by allevato almost 5 years ago

#64 - Break after `inout` in a function type.

Pull Request - State: closed - Opened by allevato almost 5 years ago

#63 - Add a SequenceExpr folding algorithm.

Pull Request - State: closed - Opened by allevato almost 5 years ago

#62 - Trivia and generic changes post-5.1.

Pull Request - State: closed - Opened by allevato almost 5 years ago - 2 comments

#61 - [5.1] Cherry-pick "Update README to explain release branches."

Pull Request - State: closed - Opened by allevato almost 5 years ago

#60 - Update README to explain release branches.

Pull Request - State: closed - Opened by allevato almost 5 years ago

#59 - Update SwiftSyntax dependency to the Swift 5.1 release.

Pull Request - State: closed - Opened by allevato almost 5 years ago

#58 - Refactor PrettyPrinter to use `activeOpenBreaks` instead of `indentat…

Pull Request - State: closed - Opened by dylansturg about 5 years ago

#57 - Support subscripts in AddModifierRewriter.

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

#56 - Improve multiline string wrapping.

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

#55 - Properly format VariableDecls with multiple bindings.

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

#54 - Expression grouping improvements to relocate breaks.

Pull Request - State: closed - Opened by dylansturg about 5 years ago - 1 comment

#53 - [Format Range] Format in a specific range POC

Pull Request - State: closed - Opened by denis631 about 5 years ago - 9 comments

#52 - Use imperative mood in the diagnostics from the WhitespaceLinter.

Pull Request - State: closed - Opened by dylansturg about 5 years ago

#51 - Fix extra indentation on closure variables.

Pull Request - State: closed - Opened by dylansturg about 5 years ago

#50 - Make linter messages more grammatically and structurally consistent.

Pull Request - State: closed - Opened by dylansturg about 5 years ago

#49 - Use length instead of value of literals to add delimiters.

Pull Request - State: closed - Opened by dylansturg about 5 years ago

#48 - Detect and delete semicolons nested in code blocks.

Pull Request - State: closed - Opened by dylansturg about 5 years ago

#47 - Use the original Syntax node when diagnosing missing blank lines.

Pull Request - State: closed - Opened by dylansturg about 5 years ago

#46 - Don't rely on Swift 5.1 optional case elision yet.

Pull Request - State: closed - Opened by allevato about 5 years ago

#45 - Allow for no blank line between members when there's a preceding comm…

Pull Request - State: closed - Opened by dylansturg about 5 years ago - 1 comment

#44 - Improve handling of comments when collapsing fallthrough only switch …

Pull Request - State: closed - Opened by dylansturg about 5 years ago

#43 - Add option to not indent conditional compilation blocks

Pull Request - State: closed - Opened by alejandro-isaza about 5 years ago - 2 comments

#42 - Support formatting and linting from standard input.

Pull Request - State: closed - Opened by dylansturg about 5 years ago

#41 - Indent continuation lines in conditions for if & guard statements.

Pull Request - State: closed - Opened by dylansturg about 5 years ago

#40 - Prevent extra indentation for trailing closures in specific function …

Pull Request - State: closed - Opened by dylansturg about 5 years ago

#39 - Allow line breaks between Obj-C selector pieces in attributes.

Pull Request - State: closed - Opened by dylansturg about 5 years ago

#38 - Allow attributes, including `available`, to span multiple lines.

Pull Request - State: closed - Opened by dylansturg about 5 years ago

#37 - Remove a lie from the documentation

Pull Request - State: closed - Opened by Trzyipolkostkicukru about 5 years ago

#36 - Fix formatting in documentation

Pull Request - State: closed - Opened by liambutler-lawrence about 5 years ago

#35 - [SR-11291] Missing space after semicolon in swift-format

Pull Request - State: closed - Opened by kitasuke about 5 years ago - 1 comment

#34 - [SR-11290] Break rule for where clause in swift-format

Pull Request - State: closed - Opened by kitasuke about 5 years ago

#33 - [SR-11289] Break rule for generic where clause in swift-format

Pull Request - State: closed - Opened by kitasuke about 5 years ago

#32 - Migrate leading trivia when adding an access-level modifier.

Pull Request - State: closed - Opened by dylansturg about 5 years ago

#30 - Update pretty-printer documentation.

Pull Request - State: closed - Opened by allevato about 5 years ago

#29 - Format `yield` statements.

Pull Request - State: closed - Opened by allevato about 5 years ago

#28 - Wrap member type identifiers (e.g., `Foo.Bar.Baz<T>`).

Pull Request - State: closed - Opened by allevato about 5 years ago

#27 - Add support for custom operators and precedence groups.

Pull Request - State: closed - Opened by allevato about 5 years ago

#26 - Prevent breaking at the space in `else {` of a `guard` statement.

Pull Request - State: closed - Opened by allevato about 5 years ago

#25 - Document the `-r/--recursive` flag.

Pull Request - State: closed - Opened by allevato about 5 years ago

#23 - Restore continuation state correctly after indented brace scopes.

Pull Request - State: closed - Opened by allevato about 5 years ago

#22 - Don't break before `[` or `{` in single argument (labeled) function calls.

Pull Request - State: closed - Opened by allevato about 5 years ago

#21 - Improve method chaining, especially involving trailing closures.

Pull Request - State: closed - Opened by allevato about 5 years ago

#20 - Don't break before `[` or `{` in single argument function calls.

Pull Request - State: closed - Opened by allevato about 5 years ago

#19 - Rename to RuleRegistry+Generated.swift

Pull Request - State: closed - Opened by kitasuke about 5 years ago

#18 - Don't try to convert classes that look like namespaces to enums.

Pull Request - State: closed - Opened by allevato about 5 years ago

#17 - Allow format rules to be enabled/disabled.

Pull Request - State: closed - Opened by allevato about 5 years ago

#16 - Lint pipeline improvements; fix enabling/disabling of lint rules.

Pull Request - State: closed - Opened by allevato about 5 years ago

#15 - Preserve order of case elements in OneCasePerLine.

Pull Request - State: closed - Opened by allevato about 5 years ago

#14 - Type safe code generation for pipeline-generation

Pull Request - State: closed - Opened by kitasuke about 5 years ago - 4 comments

#13 - [SR-11109] swift-format produces invalid enum for raw values

Pull Request - State: closed - Opened by kitasuke about 5 years ago - 3 comments

#12 - Add lint/format APIs that take source text directly.

Pull Request - State: closed - Opened by allevato about 5 years ago

#11 - [SR-11115] Missing type annotation on multiple declarations

Pull Request - State: closed - Opened by kitasuke about 5 years ago

#9 - Ensure line breaks between type members wrapped in an `#if` block.

Pull Request - State: closed - Opened by allevato about 5 years ago

#8 - Indent line comments correctly when they precede a continuation line.

Pull Request - State: closed - Opened by allevato about 5 years ago

#7 - [Gardening] Rename fill(_:into:) to fill(parseResult:into:)

Pull Request - State: closed - Opened by kitasuke about 5 years ago

#6 - Fix an index-out-of-bounds error in DontRepeatTypeInStaticProperties.

Pull Request - State: closed - Opened by allevato about 5 years ago

#5 - Ensure a space after `@unknown` in a default case.

Pull Request - State: closed - Opened by allevato about 5 years ago

#4 - Ensure a space after `case` in a `for case ... in` statement.

Pull Request - State: closed - Opened by allevato about 5 years ago

#3 - Make members of a private extension fileprivate.

Pull Request - State: closed - Opened by allevato about 5 years ago

#2 - Remove extra space for closures with captures but no arguments.

Pull Request - State: closed - Opened by allevato about 5 years ago

#1 - Initial implementation of swift-format.

Pull Request - State: closed - Opened by allevato about 5 years ago