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: sirosen/slyp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.0
Choose a base ref
...
head repository: sirosen/slyp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.7.1
Choose a head ref
  • 6 commits
  • 6 files changed
  • 1 contributor

Commits on Aug 12, 2024

  1. Improve paren fixing on nested collections

    Whitespace preservation is now more sensitive to the original
    spacing/context, which results in better spacing when nested
    collections are used and the indent level is determined by the nesting
    depth. A new test case exercises this.
    sirosen committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    bb2755a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15 from sirosen/refine-whitespace-refold

    Improve paren fixing on nested collections
    sirosen authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    47a710a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    c9ec812 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from sirosen/fix-reversed-handling

    Fix bug in list(reversed(...))
    sirosen authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6e627c0 View commit details
    Browse the repository at this point in the history
  3. Add missing note to changelog

    sirosen committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c9bf476 View commit details
    Browse the repository at this point in the history
  4. Bump version for release

    sirosen committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    eb81625 View commit details
    Browse the repository at this point in the history
Loading