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.51
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.51.1
Choose a head ref
  • 12 commits
  • 31 files changed
  • 3 contributors

Commits on Feb 28, 2024

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

    RELNOTES=N/A
    PiperOrigin-RevId: 611227707
    wanyingd1996 authored and Dagger Team committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a06ed06 View commit details
    Browse the repository at this point in the history
  2. Bump the dagger version in README.md

    RELNOTES=n/a
    PiperOrigin-RevId: 611241776
    wanyingd1996 authored and Dagger Team committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1bbd7db View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. reduce number of times resolving parameter types in an extreme case.

    RELNOTES=n/a
    PiperOrigin-RevId: 612562471
    wanyingd1996 authored and Dagger Team committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    922ff50 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Migrate from soon-to-be-deprecated propagateIfPossible to equivalen…

    …t `throwIfInstanceOf` and `throwIfUnchecked` calls.
    
    This migration makes clearer that the existing call is not doing much, so I've simplified further from there.
    
    RELNOTES=n/a
    PiperOrigin-RevId: 613322217
    cpovirk authored and Dagger Team committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    3fa9a8a View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Fix diagnostic kind in InjectValidator.

    RELNOTES=n/a
    PiperOrigin-RevId: 615894485
    wanyingd1996 authored and Dagger Team committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    e8e1ce6 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Delete obsolete documentation

    RELNOTES=n/a
    PiperOrigin-RevId: 615951840
    wanyingd1996 authored and Dagger Team committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e6c2ac8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Fix bug in AnnotationExpression.

    When generating creator for annotation, the case when the return type is an array was ignored previously.
    
    fixes #4262
    
    RELNOTES=n/a
    PiperOrigin-RevId: 618003551
    wanyingd1996 authored and Dagger Team committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c213e36 View commit details
    Browse the repository at this point in the history
  2. Make LazyClassKeyMap accept both MapFactory and MapProviderFactory

    Will support producer in a follow up cl.
    
    Fixes #4254
    
    RELNOTES=n/a
    PiperOrigin-RevId: 618220537
    wanyingd1996 authored and Dagger Team committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    29d9a8e View commit details
    Browse the repository at this point in the history
  3. Associate Dagger Android output with generated Component.

    fixes #4181
    
    RELNOTES=n/a
    PiperOrigin-RevId: 618273295
    wanyingd1996 authored and Dagger Team committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    fc2363d View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Reset processingEnv for BindingGraphPlugins for each round.

    Previously, plugin initialization was performed in processingSteps(), which is only called once at the time when the Processor is created.
    
    RELNOTES=Added `BindingGraphPlugin#onProcessingRoundBegin` for pre processing initialization.
    PiperOrigin-RevId: 618910291
    wanyingd1996 authored and Dagger Team committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2a6a0b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Update xprocessing.jar for Dagger.

    RELNOTES=n/a
    PiperOrigin-RevId: 620087952
    wanyingd1996 authored and Dagger Team committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8689679 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. 2.51.1 release

    Dagger Team committed Mar 29, 2024
    2 Configuration menu
    Copy the full SHA
    394cf25 View commit details
    Browse the repository at this point in the history
Loading