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: googleapis/sdk-platform-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8.3
Choose a base ref
...
head repository: googleapis/sdk-platform-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.9.0
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 11, 2022

  1. feat(ast): add support for LambdaExpr to infer type from return expr …

    …type (#1011)
    
    This will enable it to be assigned to an appropriate variable
    
    Before this change: cannot assign a lambda expression to a variable because its type is always VOID.
    
    After this change: lambda expression builder will infer type from returnExpr’s expression type. Allowing it to be assigned to an appropriate variable. Because returnExpr is a required field, its type should always be accessible.
    
    Example: a naive sample usage is provided in JavaWriterVisitorTest.java as test.
    zhumin8 authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    a179558 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. chore(main): release 2.9.0 (#1014)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [2.9.0](v2.8.3...v2.9.0) (2022-07-11)
    
    
    ### Features
    
    * **ast:** add support for LambdaExpr to infer type from return expr type ([#1011](#1011)) ([a179558](a179558))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    c2ed060 View commit details
    Browse the repository at this point in the history
Loading