Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate hashCode and equals #1201

Merged

Commits on Sep 19, 2024

  1. Generate hashCode and equals , wip

    Signed-off-by: miguel-vila <miguelvilag@gmail.com>
    miguel-vila committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a405789 View commit details
    Browse the repository at this point in the history
  2. add changelog entry

    Signed-off-by: miguel-vila <miguelvilag@gmail.com>
    miguel-vila committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1c99f14 View commit details
    Browse the repository at this point in the history
  3. remove change

    Signed-off-by: miguel-vila <miguelvilag@gmail.com>
    miguel-vila committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    69ba6dd View commit details
    Browse the repository at this point in the history
  4. take into account primitives

    Signed-off-by: miguel-vila <miguelvilag@gmail.com>
    miguel-vila committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0652c5d View commit details
    Browse the repository at this point in the history
  5. refactor and format

    Signed-off-by: miguel-vila <miguelvilag@gmail.com>
    miguel-vila committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3e1dfa8 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. use Object.equals

    Co-authored-by: Thomas Farr <xtansia@xtansia.com>
    Signed-off-by: Miguel Vilá <miguelvilag@gmail.com>
    miguel-vila and Xtansia authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    93edabe View commit details
    Browse the repository at this point in the history
  2. use && chain

    Signed-off-by: miguel-vila <miguelvilag@gmail.com>
    miguel-vila committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8a150f3 View commit details
    Browse the repository at this point in the history
  3. adjust last line

    Signed-off-by: miguel-vila <miguelvilag@gmail.com>
    miguel-vila committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ab5d0e9 View commit details
    Browse the repository at this point in the history
  4. use fqn

    Signed-off-by: miguel-vila <miguelvilag@gmail.com>
    miguel-vila committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    492de4e View commit details
    Browse the repository at this point in the history
  5. use fqn for Objects.hashCode, take into account parent

    Signed-off-by: miguel-vila <miguelvilag@gmail.com>
    miguel-vila committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8fd4694 View commit details
    Browse the repository at this point in the history
  6. remove unused var definition

    Signed-off-by: miguel-vila <miguelvilag@gmail.com>
    miguel-vila committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    03c9e84 View commit details
    Browse the repository at this point in the history
  7. codegen equals/hashCode for request shapes

    Signed-off-by: miguel-vila <miguelvilag@gmail.com>
    miguel-vila committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6cb8df6 View commit details
    Browse the repository at this point in the history
  8. add hashCode/equals to TaggedUnion

    Signed-off-by: miguel-vila <miguelvilag@gmail.com>
    miguel-vila committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a7a53e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. use import

    Signed-off-by: miguel-vila <miguelvilag@gmail.com>
    miguel-vila committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2e87b0a View commit details
    Browse the repository at this point in the history
  2. fix equals for request shapes

    Signed-off-by: miguel-vila <miguelvilag@gmail.com>
    miguel-vila committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e3f6c63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55216fb View commit details
    Browse the repository at this point in the history
  4. codegen latest from main

    Signed-off-by: miguel-vila <miguelvilag@gmail.com>
    miguel-vila committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    cd233be View commit details
    Browse the repository at this point in the history