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: greymd/teip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.1
Choose a base ref
...
head repository: greymd/teip
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.2
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 12, 2024

  1. Switch onig and onig_sys dependencies to greymd fork for musl compile…

    … fix
    
    This commit updates the Cargo.toml and Cargo.lock to point to the greymd fork of the rust-onig repository. The change incorporates a critical fix for compiling onig_sys with musl libc, addressing an issue with _FORTIFY_SOURCE redefinitions and ensuring compatibility with musl targets. This update is necessary to utilize the modifications made in the fork, which disable automatic _FORTIFY_SOURCE insertions when building for musl environments, eliminating related compile-time warnings and errors.
    
    The specific revisions updated in Cargo.toml and Cargo.lock reflect the commit in the fork that implements these adjustments. This transition to the forked repository will remain in place until the upstream rust-onig repository merges the relevant changes or another solution is implemented.
    greymd committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f244b15 View commit details
    Browse the repository at this point in the history
  2. [skip ci] Update README.md

    greymd committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    8535502 View commit details
    Browse the repository at this point in the history
  3. Bump version to v2.3.2

    greymd committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    2c65117 View commit details
    Browse the repository at this point in the history
Loading