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.71
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.72
Choose a head ref
  • 4 commits
  • 12 files changed
  • 4 contributors

Commits on May 21, 2025

  1. release: v0.0.71 (#6178)

    wittrock authored May 21, 2025
    Configuration menu
    Copy the full SHA
    50fb226 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. Add interface changes in KCD for introducing FetchCUSelector RPC. (#6176

    )
    
    * Adding interface changes in KCD for addition of FetchCUSelector RPC.
    
    * Review comments
    
    * Review comments
    
    * Review comments
    
    * Review comments
    
    * Review comments
    
    * Review comments
    
    ---------
    
    Co-authored-by: Varun Mahajan <varun.mah@gmail.com>
    aysinha1996 and varunmahajan authored May 27, 2025
    Configuration menu
    Copy the full SHA
    7ebb77d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

  1. fix(cxx_extractor): preserve upward relative paths in args (#6182)

    For projects which use upward relative paths (`../<path>`), the
    existing PathCleaner logic was insufficient. Particularly, it would
    output absolute paths for inputs which were specified as ../<path>,
    which meant that later indexing would fail, as the `arguments` field
    likely referred to those inputs by their relative paths.
    
    We address this with two fixes:
    
    1. PathCleaner now preserves (does not modify) a relative path if it
       starts with ../
    2. FindStableRoot now outputs the current working directory if any
       arguments start with ../
    
    Many thanks to @shahms for his advice on this set of changes.
    
    Test: Added unit tests
    Fixes #6181
    
    Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
    Co-authored-by: Varun Mahajan <varun.mah@gmail.com>
    3 people authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    b599b42 View commit details
    Browse the repository at this point in the history
  2. release: v0.0.72 (#6183)

    wittrock authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    fcba513 View commit details
    Browse the repository at this point in the history
Loading