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: v4.2.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: v4.3.0
Choose a head ref
  • 14 commits
  • 17 files changed
  • 2 contributors

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    9cef7af View commit details
    Browse the repository at this point in the history
  2. Replace pattern matching in lib/syntax_tree/pattern.rb

    * For performance and compatibility with Rubies not supporting it yet.
    eregon committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    0c8b5e3 View commit details
    Browse the repository at this point in the history
  3. Fix test for DynaSymbol

    eregon committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    12f3e86 View commit details
    Browse the repository at this point in the history
  4. Add TruffleRuby in CI

    eregon committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    48c659c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab6e669 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42bb2a4 View commit details
    Browse the repository at this point in the history
  7. Do not run idempotency_test.rb on TruffleRuby

    * It's too slow as it includes all Ruby files from stdlib, gems and more.
    eregon committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    570a2d1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #183 from eregon/truffleruby-ci

    Make the test suite pass on TruffleRuby and add it in CI
    kddnewton authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    999292b View commit details
    Browse the repository at this point in the history
  9. Fix up style violations

    kddnewton committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    b4f4132 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7405a3a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    57f5a98 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    15514e5 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #184 from ruby-syntax-tree/style

    Style, pattern matching, rake exit status
    kddnewton authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    4f8aa69 View commit details
    Browse the repository at this point in the history
  14. Bump to v4.3.0

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