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: kythe/kythe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.70
Choose a base ref
...
head repository: kythe/kythe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.71
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 21, 2025

  1. [fix] Correct source_file inclusion in rust extractor (#6177)

    Previously, source file entries were polluted in the cache that speeds
    up directory traversal. Instead of putting only a single directory's
    source files in the cache, we were entering the source files for
    (potentially) the entire crate.
    
    Fix: only store source files for the current directory, not the whole
    crate.
    
    Test: proved that Fuchsia's corpus has no more errors like
    "source_file does not have a required_input entry"
    wittrock authored May 21, 2025
    Configuration menu
    Copy the full SHA
    03c4b6c View commit details
    Browse the repository at this point in the history
Loading