8000 Comparing v0.9.8...v0.9.9 · sourcegraph/scip-java · GitHub
[go: up one dir, main page]

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: sourcegraph/scip-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.8
Choose a base ref
...
head repository: sourcegraph/scip-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.9
Choose a head ref
  • 6 commits
  • 12 files changed
  • 2 contributors

Commits on Dec 13, 2023

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

Commits on Dec 22, 2023

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

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    19b8297 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #681 from sourcegraph/olafurpg/bump-kotlin

    Bump to latest scip-kotlin with Kotlin 1.9 support
    olafurpg authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c9fd4ac View commit details
    Browse the repository at this point in the history
  3. Fix "Find references" bug for interfaces and types

    Fixes #678
    
    Previously, doing "Find references" on a symbol with kind `INTERFACE` or
    `TYPE` returned results for all references to symbols that *implement*
    that symbol. This bug was particularly noticeable for Kotlin sources because
    scip-kotlin emits the `TYPE` kind for classes. Now, we no longer emit
    reference relationships so the implementations only appear in "Find
    implementation" and not "Find references".
    olafurpg committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    48e351f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #682 from sourcegraph/olafurpg/reference-relations…

    …hips
    
    Fix "Find references" bug for interfaces and types
    olafurpg authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e4c4ffb View commit details
    Browse the repository at this point in the history
Loading
0