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: google/dagger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dagger-2.56
Choose a base ref
...
head repository: google/dagger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dagger-2.56.1
Choose a head ref
  • 6 commits
  • 189 files changed
  • 2 contributors

Commits on Mar 23, 2025

  1. Update Dagger yml and README with new latest version number.

    RELNOTES=N/A
    PiperOrigin-RevId: 739555045
    bcorso authored and Dagger Team committed Mar 23, 2025
    Configuration menu
    Copy the full SHA
    3ddaaad View commit details
    Browse the repository at this point in the history
  2. Shade Dagger's javapoet-kotlinpoet dependency.

    This is a transitive dependency from the XProcessing jar which we already shade into Dagger.
    
    # Fixes #4624: Shade Dagger's javapoet-kotlinpoet dependency.
    
    RELNOTES=N/A
    PiperOrigin-RevId: 739559428
    bcorso authored and Dagger Team committed Mar 23, 2025
    Configuration menu
    Copy the full SHA
    a5398f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. [XPoet Migration]: Migrate CodeBlock usages to XCodeBlock.

    Note: XPoet adds a parenthesis around all of the casted codeblocks (since there's not a general way to determine if it's needed). Since Dagger keeps track of whether the parenthesis are needed, we could add an input parameter to control this in `XCodeBlock#ofCast()`; however, there doesn't seem to be much harm in adding the parenthesis anyway.
    RELNOTES=N/A
    PiperOrigin-RevId: 739976457
    bcorso authored and Dagger Team committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    580a6ec View commit details
    Browse the repository at this point in the history
  2. [XPoet Migration]: Migrate more CodeBlock usages to XCodeBlock

    This CL migrates the remaining classes in `dagger/internal/codegen/binding/*` to XPoet and the associated classes.
    
    RELNOTES=N/A
    PiperOrigin-RevId: 740034904
    bcorso authored and Dagger Team committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    9631868 View commit details
    Browse the repository at this point in the history
  3. [XPoet Migration]: Migrate more CodeBlock usages to XCodeBlock.

    This CL migrates `dagger/internal/codegen/javapoet/Expression` and `dagger/internal/codegen/javapoet/ExpressionType` to `dagger/internal/codegen/xprocessing/XExpression` and `dagger/internal/codegen/xprocessing/XExpressionType` respectively, and the associated class.
    
    RELNOTES=N/A
    PiperOrigin-RevId: 740072963
    bcorso authored and Dagger Team committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    e0357b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. 2.56.1 release

    Dagger Team committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    263ef0b View commit details
    Browse the repository at this point in the history
Loading