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: tavianator/bfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.7
Choose a base ref
...
head repository: tavianator/bfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.8
Choose a head ref
  • 4 commits
  • 9 files changed
  • 1 contributor

Commits on Jun 16, 2025

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

Commits on Jun 20, 2025

  1. opt: "Not me" doesn't imply "nobody"

    We were making `-user <existing>` imply `! -nouser`, which is valid, but
    we were also makeing `! -user <existing>` imply `-nouser`, which isn't.
    Fix it by only constraining the `-nouser`/`-nogroup` predicates in the
    true case.
    
    While I'm here, fix a similar latent bug that would have triggered if we
    ever merged `-readable -and -writable` into one `R_OK | W_OK` test.
    
    Fixes: #155
    Fixes: 305ee90 ("opt: Track data flow information about predicates")
    tavianator committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    666bd94 View commit details
    Browse the repository at this point in the history
  2. Release 4.0.8

    tavianator committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    f34189e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4223543 View commit details
    Browse the repository at this point in the history
Loading