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/error_highlight
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.1
Choose a base ref
...
head repository: ruby/error_highlight
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 6 commits
  • 4 files changed
  • 3 contributors

Commits on Jan 13, 2023

  1. Add Ruby 3.2 to the CI list

    mame committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    44e109e View commit details
    Browse the repository at this point in the history
  2. Identify which node in Foo::Bar::Baz causes a NameError

    In Ruby 3.2 or later, a nested constant access like `Foo::Bar::Baz` is
    compiled to one instruction by the optimization ruby/ruby#6187
    
    We try to spot which sub-node caues a NameError in question based on the
    constant name. We will give up if the same constant name is accessed in
    a nested access (`Foo::Foo`).
    
    Fixes #31
    mame committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    0a4db7d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Configuration menu
    Copy the full SHA
    a7c2da0 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    5a5c3a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from ruby/dependabot/github_actions/actions/ch…

    …eckout-4
    
    Bump actions/checkout from 3 to 4
    hsbt authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    4aa3af6 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Bump version

    mame committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    942a723 View commit details
    Browse the repository at this point in the history
Loading