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

fix: improved type similarity detection logic. #2231

Conversation

laststylebender14
Copy link
Contributor

Summary:
Briefly describe the changes made in this PR.

Issue Reference(s):
Fixes #... (Replace "..." with the issue number)

Build & Testing:

  • I ran cargo test successfully.
  • I have run ./lint.sh --mode=fix to fix all linting issues raised by ./lint.sh --mode=check.

Checklist:

  • I have added relevant unit & integration tests.
  • I have updated the documentation accordingly.
  • I have performed a self-review of my code.
  • PR follows the naming convention of <type>(<optional scope>): <title>

@github-actions github-actions bot added the type: fix Iterations on existing features or infrastructure. label Jun 19, 2024
@laststylebender14 laststylebender14 marked this pull request as draft June 19, 2024 17:45
@laststylebender14 laststylebender14 changed the base branch from main to bug/handle-merging-of-input-types June 19, 2024 17:45
@laststylebender14 laststylebender14 changed the title fix: handle required fields correctly for type merging [Stack] fix: handle required fields correctly for type merging Jun 19, 2024
Copy link

codecov bot commented Jun 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.16%. Comparing base (44a8b3e) to head (7492772).

Current head 7492772 differs from pull request most recent head 78caa21

Please upload reports for the commit 78caa21 to get more accurate results.

Additional details and impacted files
@@                          Coverage Diff                          @@
##           bug/handle-merging-of-input-types    #2231      +/-   ##
=====================================================================
+ Coverage                              86.04%   86.16%   +0.12%     
=====================================================================
  Files                                    212      212              
  Lines                                  20174    20357     +183     
=====================================================================
+ Hits                                   17358    17541     +183     
  Misses                                  2816     2816              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@laststylebender14 laststylebender14 changed the title [Stack] fix: handle required fields correctly for type merging fix: handle required fields correctly for type merging Jun 19, 2024
@laststylebender14 laststylebender14 marked this pull request as ready for review June 19, 2024 20:20
@laststylebender14 laststylebender14 marked this pull request as draft June 20, 2024 15:14
@laststylebender14 laststylebender14 changed the title fix: handle required fields correctly for type merging fix: improved type similarity detection logic. Jun 20, 2024
@amitksingh1490 amitksingh1490 force-pushed the bug/handle-merging-of-input-types branch from 44a8b3e to d691ada Compare June 21, 2024 05:42
@laststylebender14 laststylebender14 marked this pull request as ready for review June 21, 2024 05:42
@laststylebender14 laststylebender14 merged commit 5190e97 into bug/handle-merging-of-input-types Jun 21, 2024
5 checks passed
@laststylebender14 laststylebender14 deleted the bug/handle-required-fields-correctly-for-type-merging branch June 21, 2024 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: fix Iterations on existing features or infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants