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: JuliaInterop/Clang.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.17.6
Choose a base ref
...
head repository: JuliaInterop/Clang.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.17.7
Choose a head ref
  • 9 commits
  • 16 files changed
  • 5 contributors

Commits on Aug 9, 2023

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

Commits on Aug 13, 2023

  1. Fix cycle removal bugs (#441)

    * Change loop variable name to avoid shadowing
    
    The `i` index in the outermost loop over the nodes would become shadowed by the
    `i` index in the inner loop over the cycle indices, so the check to exit early
    would be done against the wrong variable.
    
    * Exit processing a cycle as soon as it's broken
    
    * Improve assertion error message
    
    * fixup! Exit processing a cycle as soon as it's broken
    JamesWrigley authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    0bb33df View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Update TagBot.yml

    ViralBShah authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    9460f9a View commit details
    Browse the repository at this point in the history
  2. Create dependabot.yml

    ViralBShah authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    78cad34 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Bump actions/checkout from 3 to 4 (#442)

    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>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    041721b View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

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

Commits on Nov 3, 2023

  1. Fix 452 (#453)

    Gnimuc authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    29ab8fe View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Configuration menu
    Copy the full SHA
    9ceb07f View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.17.7

    Gnimuc authored Nov 25, 2023
    2 Configuration menu
    Copy the full SHA
    a4d0ada View commit details
    Browse the repository at this point in the history
Loading