Ecosyste.ms: Issues

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

GitHub / scalameta/scalafmt issues and pull requests

#4258 - Router: add optimal token in pattern alternatives

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4257 - FormatWriter: don't wrap malformed scaladoc

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4256 - CommunityBuild: test community-code formatting

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4255 - FormatOps: fix extension formatting

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4254 - Router: allow breaks in any double-quote strings

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4253 - FormatOps: if excluding opt-braces, skip comments

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4252 - Router: `recurseOnly` in `case if` when excluding

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4251 - Router: preserve blank after extension

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4250 - Router: add missing single-line policy for .select

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4249 - Router: killOnFail in last binpack arg/parameter

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4248 - Router: do not penalize breaks in closing parens

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4247 - Router: tune optimal/killOnFail in binpack parens

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4246 - Router: recurse only SLB in ctrl body for `keep`

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4245 - BestFirstSearch: kill opt if failed single-line

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4244 - OptimalToken: add flag not to exclude other splits

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4243 - BestFirstSearch: also traverse past 0-cost parens

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4242 - BestFirstSearch: properly use optimal/killOnFail

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4241 - FormatOps: check left paren in startsBlockOnRight

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4240 - BestFirstSearch: extract state logic

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4239 - FormatOps: use isInfixRhs in startsNewBlockOnRight

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4238 - State: add lineId and use it in state ordering

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4237 - Add tests with break/paren/comment

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4236 - BestFirstSearch: only update `best` at the end

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4235 - FormatOps: don't force break before right paren

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4234 - Router: preserving close break if source=keep

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4233 - FormatOps: refactor endOfSingleLineBlock

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4232 - DanglingParentheses: method to combine call/defn

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4231 - BestFirstSearch: cosmetic, change import level

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4230 - Newlines: define shortcuts for source kind

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4229 - FormatOps: move `isJustBeforeTree` to FormatTokens

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4228 - FormatOps: get ClauseSiteFlags fields implicitly

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4227 - BestFirstSearch: invert {always -> possibly}Better

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4226 - TokenClasses: add matches/apply, to join unapply

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4225 - Add tests with binpack/keep/`.select`

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4224 - Un'SKIP' tests which have been fixed previously

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4223 - Scala3 syntax: remove braces around single import

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4222 - FormatOps: pass current format token as implicit

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4221 - Debug: improve reporting visited tokens

Pull Request - State: closed - Opened by kitbellew 2 months ago

#4219 - `scalafmt` breaks `for/yield` blocks using significant indentation

Issue - State: closed - Opened by zainab-ali 2 months ago - 2 comments

#4217 - rewrite - RedundantParens - can break code

Issue - State: closed - Opened by yurique 3 months ago - 2 comments

#4215 - Configure token to align only with itself

Issue - State: open - Opened by agolovenko 3 months ago - 2 comments
Labels: help wanted, feature request

#4214 - Router: skip optimal in apply parens for `keep`

Pull Request - State: closed - Opened by kitbellew 3 months ago

#4213 - Add more regression and also non-idempotent tests

Pull Request - State: closed - Opened by kitbellew 3 months ago

#4212 - Router: keep `then` NL cost at 1 even if no space

Pull Request - State: closed - Opened by kitbellew 3 months ago

#4211 - Router: modify select-like detection for comments

Pull Request - State: closed - Opened by kitbellew 3 months ago

#4210 - FormatOps: verify that for-yield body is in braces

Pull Request - State: closed - Opened by kitbellew 3 months ago

#4209 - TreeOps: refactor SingleArgInBraces common logic

Pull Request - State: closed - Opened by kitbellew 3 months ago

#4208 - ConfParsed: catch any runaway errors and wrap

Pull Request - State: closed - Opened by kitbellew 3 months ago

#4207 - ManualTests: re-use "ONLY" from HasTests

Pull Request - State: closed - Opened by kitbellew 3 months ago

#4206 - FormatOps: adjust ctrl body expiration, NL forcing

Pull Request - State: closed - Opened by kitbellew 3 months ago

#4205 - FormatOps: opt-braces `catch` uses newlines.source

Pull Request - State: closed - Opened by kitbellew 3 months ago

#4204 - Router: ignore end marker for open paren indent

Pull Request - State: closed - Opened by kitbellew 3 months ago

#4202 - FormatOps: dedicated opt-braces rule for `with`

Pull Request - State: closed - Opened by kitbellew 3 months ago

#4201 - BestFirstSearch: recurse right after opening brace

Pull Request - State: closed - Opened by kitbellew 3 months ago

#4200 - FormatWriter: slightly refactor setting blanks

Pull Request - State: closed - Opened by kitbellew 3 months ago

#4199 - Router: refactor control-blocks single-line policy

Pull Request - State: closed - Opened by kitbellew 3 months ago

#4198 - FormatOps: don't use unapply on various trees

Pull Request - State: closed - Opened by kitbellew 3 months ago

#4197 - FormatWriter: consolidate multiple align cases

Pull Request - State: closed - Opened by kitbellew 3 months ago

#4196 - Router: remove redundant check

Pull Request - State: closed - Opened by kitbellew 3 months ago

#4195 - Router: refactor template formatting slightly

Pull Request - State: closed - Opened by kitbellew 3 months ago

#4194 - Router: no spaces.inParentheses if redundant paren

Pull Request - State: closed - Opened by kitbellew 3 months ago

#4193 - FormatToken: add a few proxy methods

Pull Request - State: closed - Opened by kitbellew 3 months ago

#4192 - BestFirstSearch: refactor recursing on blocks

Pull Request - State: closed - Opened by kitbellew 3 months ago

#4191 - FormatWriter: move `indentedPackage` to FormatOps

Pull Request - State: closed - Opened by kitbellew 3 months ago

#4190 - Router: expand defn of multi-line top-level stat

Pull Request - State: closed - Opened by kitbellew 3 months ago

#4184 - Update contributing-scalafmt.md

Pull Request - State: closed - Opened by charpov 3 months ago

#4182 - Update scalafmt-core to 3.8.3

Pull Request - State: closed - Opened by scalameta-bot 3 months ago
Labels: early-semver-patch, semver-spec-patch, old-version-remains, library-update, commit-count:n:3

#4156 - log messages are printed to stdout

Issue - State: closed - Opened by fdietze 3 months ago - 2 comments

#4142 - RedundantParens not working properly with boolean `!` unary operator

Issue - State: closed - Opened by acote-coveo 3 months ago - 1 comment

#4118 - RedundantParens: don't rewrite unary within select

Pull Request - State: closed - Opened by kitbellew 4 months ago - 1 comment

#4109 - Update sbt to 1.10.1

Pull Request - State: closed - Opened by scalameta-bot 4 months ago - 1 comment
Labels: early-semver-minor, semver-spec-minor, commit-count:1, library-update, version-scheme:early-semver

#4022 - Update scala-library, scala-reflect to 2.13.14

Pull Request - State: closed - Opened by scalameta-bot 6 months ago - 2 comments
Labels: commit-count:1, early-semver-patch, semver-spec-patch, library-update

#3787 - scalafmt rewrites scala 2 syntax into scala 3 in build.sbt file

Issue - State: closed - Opened by mtomko 9 months ago - 5 comments

#3542 - multi-architecture docker image

Issue - State: open - Opened by denisa over 1 year ago
Labels: help wanted

#3541 - Wrong indent in Scaladoc due to `i.e.`

Issue - State: open - Opened by Atry over 1 year ago - 3 comments

#3538 - Router: apply fewer braces to new anonymous, too

Pull Request - State: closed - Opened by kitbellew over 1 year ago

#3535 - Update scalameta, testkit to 4.7.7

Pull Request - State: closed - Opened by scalameta-bot over 1 year ago
Labels: commit-count:1, early-semver-patch, semver-spec-patch, library-update, version-scheme:semver-spec

#3534 - Update scalafmt-core to 3.7.3

Pull Request - State: closed - Opened by scalameta-bot over 1 year ago
Labels: commit-count:1, early-semver-patch, semver-spec-patch, library-update

#3533 - Update sbt-scalajs to 1.13.1

Pull Request - State: closed - Opened by scalameta-bot over 1 year ago
Labels: sbt-plugin-update, commit-count:1, early-semver-patch, semver-spec-patch

#3532 - Update sbt-scalajs-crossproject to 1.3.1

Pull Request - State: closed - Opened by scalameta-bot over 1 year ago
Labels: sbt-plugin-update, early-semver-minor, semver-spec-minor, commit-count:1, old-version-remains, version-scheme:semver-spec

#3531 - Update sbt-mima-plugin to 1.1.2

Pull Request - State: closed - Opened by scalameta-bot over 1 year ago
Labels: sbt-plugin-update, commit-count:1, early-semver-patch, semver-spec-patch, old-version-remains

#3530 - Bump coursier version to 2.1.2.

Pull Request - State: closed - Opened by lallea over 1 year ago

#3530 - Bump coursier version to 2.1.2.

Pull Request - State: closed - Opened by lallea over 1 year ago

#3529 - Newlines keep reverts to binpack

Issue - State: closed - Opened by ekrich over 1 year ago - 2 comments

#3528 - Router: undo entire indent for fewerBraces

Pull Request - State: closed - Opened by kitbellew over 1 year ago

#3527 - Missing outdents for fewer braces syntax

Issue - State: closed - Opened by prolativ over 1 year ago

#3526 - Format options for the `derives` keyword

Issue - State: closed - Opened by gvolpe over 1 year ago - 7 comments

#3526 - Format options for the `derives` keyword

Issue - State: closed - Opened by gvolpe over 1 year ago - 7 comments

#3525 - Fix docs/configuration.md indentOperator section

Pull Request - State: closed - Opened by ShapelessCat over 1 year ago

#3525 - Fix docs/configuration.md indentOperator section

Pull Request - State: closed - Opened by ShapelessCat over 1 year ago

#3524 - Router: use implicit rule for vertical multiline

Pull Request - State: open - Opened by kitbellew over 1 year ago

#3523 - Docs: clarify implicitParamListModifierForce

Pull Request - State: closed - Opened by kitbellew over 1 year ago

#3523 - Docs: clarify implicitParamListModifierForce

Pull Request - State: closed - Opened by kitbellew over 1 year ago