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.10.2
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.10.3
Choose a head ref
  • 5 commits
  • 19 files changed
  • 2 contributors

Commits on Aug 9, 2024

  1. Maven plugin for dumping dependencies (cross-repo navigation) (#735)

    Additionally:
    
    * Add `build` command which packages CLI in a reasonable location
    * update SBT
    * move benchmark tests to check job
    * Add a new maven workflow
    * Read classpath entries from possibly any number of *dependencies.txt
    antonsviridov-src authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4a6906a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Fix: multiple compilation units in a file lead to information loss (#738

    )
    
    Fixes GRAPH-753
    
    We discovered that javac issues multiple events per file if there are multiple top level definitions that match what javac considers to be a compilation unit - interfaces or classes for example.
    
    These multiple invocations produce slightly different results, and all writing to the same file, meaning the information gets lost.
    
    To fix this, we defensively read the file if it already exists and carefully deduplicate symbols/occurrences/synthetics before writing back.
    antonsviridov-src authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2298a95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41a8da9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10e9f08 View commit details
    Browse the repository at this point in the history
  4. Fix website publishing (#740)

    * Bump website release java version to 11, for mdoc
    
    Mdoc had to switch to Java 11+
    antonsviridov-src authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d314dd8 View commit details
    Browse the repository at this point in the history
Loading