Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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:v5.1.0
Choose a base ref
Loading
...
head repository:ruby-syntax-tree/syntax_tree
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v5.2.0
Choose a head ref
Loading
  • 10commits
  • 27files changed
  • 3contributors

Commits on Dec 29, 2022

  1. Evaluate YARV bytecode

    @kddnewton
    kddnewton committedDec 29, 2022
    Configuration menu
    Copy the full SHA
    ddda2d4View commit details
    Browse the repository at this point in the history
  2. Merge pull request#239from ruby-syntax-tree/evaluate

    Evaluate YARV bytecode
    @kddnewton
    kddnewton authoredDec 29, 2022
    Configuration menu
    Copy the full SHA
    6a6b45aView commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Bump minitest from 5.16.3 to 5.17.0

    Bumps [minitest](https://github.com/seattlerb/minitest) from 5.16.3 to 5.17.0.- [Release notes](https://github.com/seattlerb/minitest/releases)- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)- [Commits](minitest/minitest@v5.16.3...v5.17.0)---updated-dependencies:- dependency-name: minitest  dependency-type: direct:development  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot
    dependabot[bot] authoredJan 2, 2023
    Configuration menu
    Copy the full SHA
    9a5d228View commit details
    Browse the repository at this point in the history
  2. Merge pull request#241from ruby-syntax-tree/dependabot/bundler/mini…

    …test-5.17.0Bump minitest from 5.16.3 to 5.17.0
    @github-actions
    github-actions[bot] authoredJan 2, 2023
    Configuration menu
    Copy the full SHA
    dceb117View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Various config updates

    @kddnewton
    kddnewton committedJan 4, 2023
    Configuration menu
    Copy the full SHA
    e4ff8feView commit details
    Browse the repository at this point in the history
  2. Bump dependabot/fetch-metadata from 1.3.3 to 1.3.5

    Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.3 to 1.3.5.- [Release notes](https://github.com/dependabot/fetch-metadata/releases)- [Commits](dependabot/fetch-metadata@v1.3.3...v1.3.5)---updated-dependencies:- dependency-name: dependabot/fetch-metadata  dependency-type: direct:production  update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot
    dependabot[bot] authoredJan 4, 2023
    Configuration menu
    Copy the full SHA
    e53ea80View commit details
    Browse the repository at this point in the history
  3. Merge pull request#246from ruby-syntax-tree/dependabot/github_actio…

    …ns/dependabot/fetch-metadata-1.3.5Bump dependabot/fetch-metadata from 1.3.3 to 1.3.5
    @github-actions
    github-actions[bot] authoredJan 4, 2023
    Configuration menu
    Copy the full SHA
    94a13f5View commit details
    Browse the repository at this point in the history
  4. Leave parentheses in place on method calls

    Note that this explicitly leaves parentheses in place even if they areempty. There are two reasons we would need to do this. The first is ifwe're calling something that looks like a constant, as in:    Foo()In this case if we remove the parentheses then this becomes a constantreference and not a method call. The second is if we're calling amethod that is the same name as a local variable that is in scope, asin:    foo = foo()In this case we have to keep the parentheses or else it treats thislike assigning nil to the local variable. Note that we could attemptto be smarter about this by tracking the local variables that are inscope, but for now it's simpler and more efficient to just leave theparentheses in place.
    @kddnewton
    kddnewton committedJan 4, 2023
    Configuration menu
    Copy the full SHA
    11ead3eView commit details
    Browse the repository at this point in the history
  5. Merge pull request#248from ruby-syntax-tree/leave-parens

    Leave parentheses in place on method calls
    @kddnewton
    kddnewton authoredJan 4, 2023
    Configuration menu
    Copy the full SHA
    c92e92eView commit details
    Browse the repository at this point in the history
  6. Bump to version 5.2.0

    @kddnewton
    kddnewton committedJan 4, 2023
    Configuration menu
    Copy the full SHA
    e1d89eeView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp