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: ruby-syntax-tree/syntax_tree
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.6.0
Choose a base ref
...
head repository: ruby-syntax-tree/syntax_tree
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.6.1
Choose a head ref
  • 5 commits
  • 7 files changed
  • 1 contributor

Commits on Sep 28, 2022

  1. Fix CLI checking for content

    Previously, we were checking if $stdin was a TTY to determine if
    there was content to be read. As it turns out, this isn't really a
    good indicator, as content could always come later, and some folks
    run stree in CI when $stdin is not a TTY and still pass filenames.
    
    Instead, we now check if no filenames were passed, and in that case
    we attempt to read from $stdin.
    kddnewton committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    1ea066b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #161 from ruby-syntax-tree/fix-cli

    Fix CLI checking for content
    kddnewton authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    5c02d72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51d24ef View commit details
    Browse the repository at this point in the history
  4. Merge pull request #162 from ruby-syntax-tree/more-resilient-ls

    Handle parse errors more gracefully in the language server
    kddnewton authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    7b393f0 View commit details
    Browse the repository at this point in the history
  5. Bump to v3.6.1

    kddnewton committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    2a28cd9 View commit details
    Browse the repository at this point in the history
Loading