Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: facebook/ktfmt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.36
Choose a base ref
...
head repository: facebook/ktfmt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.37
Choose a head ref
  • 6 commits
  • 7 files changed
  • 3 contributors

Commits on Apr 20, 2022

  1. Bump version to 0.37-SNAPSHOT

    Differential Revision: D35775899
    
    fbshipit-source-id: 64b03db8bb755f7dbc32fef0950590319f18ea0c
    cgrushko authored and facebook-github-bot committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    4dc2273 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Always break between when conditions, even if they fit in line

    Summary: This request from Aloha makes prefect sense. I scanned through the changes in our codebase, and they all look better to me.
    
    Reviewed By: hick209
    
    Differential Revision: D35802846
    
    fbshipit-source-id: 3c6906ab70e200bb9ae31e155f36bf8a8b788051
    strulovich authored and facebook-github-bot committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    bfc9bed View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. @allow-large-files [MSDK] Update ktfmt component on FBS:master

    Reviewed By: strulovich
    
    Differential Revision: D35774317
    
    fbshipit-source-id: ce59de8c38e385827a9ee62473b57a1791f18d27
    cgrushko authored and facebook-github-bot committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    8f8d12b View commit details
    Browse the repository at this point in the history
  2. Remove use of some deprecated functions (#311)

    Summary: Pull Request resolved: #311
    
    Reviewed By: hick209
    
    Differential Revision: D35794473
    
    Pulled By: strulovich
    
    fbshipit-source-id: 954089c3a824a4da7ba5f506d961199be8a75abd
    nreid260 authored and facebook-github-bot committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    bb66293 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Break after annotations iff it is a block-level expression (#302)

    Summary:
    These breaks are meaningful, since adding or removing them can change which parts of the expression the annotation applies to.
    
    Fixes #247
    
    Pull Request resolved: #302
    
    Test Plan:
    Imported from GitHub, without a `Test Plan:` line.
    
    See for changes in codebase: D36070191 (none for us, just the side effect of dealing nicely with annotated lambdas)
    
    Reviewed By: cgrushko
    
    Differential Revision: D35072530
    
    Pulled By: strulovich
    
    fbshipit-source-id: 2660cf57c1f06e3425cc4928483250441c18f03d
    nreid260 authored and facebook-github-bot committed May 2, 2022
    Configuration menu
    Copy the full SHA
    be43fdb View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Bump version to 0.37

    Differential Revision: D36123499
    
    fbshipit-source-id: be65ed4d98b0cf73317d0a9f4523571136969591
    cgrushko authored and facebook-github-bot committed May 4, 2022
    Configuration menu
    Copy the full SHA
    e563773 View commit details
    Browse the repository at this point in the history
Loading