feat(injector/typed): Enhance type checking with additional generic type test cases#634
Merged
Merged
Conversation
This was referenced May 27, 2025
Member
Author
762d9cb to
cce988a
Compare
4c0282c to
2be634a
Compare
RomainMuller
approved these changes
Jun 3, 2025
cce988a to
c925737
Compare
2be634a to
8ed9ed7
Compare
c925737 to
60e17fb
Compare
24682c3 to
d7599d0
Compare
60e17fb to
34fb7e6
Compare
d7599d0 to
cb660b2
Compare
286edf2 to
31d9f71
Compare
cb660b2 to
260ef98
Compare
31d9f71 to
04fa7c5
Compare
036a718 to
b1fe0c5
Compare
04fa7c5 to
ed433b7
Compare
Base automatically changed from
04-15-feat_injector_add_argumentthatimplements_method_for_argument_interface_matching
to
main
June 6, 2025 07:02
…ype test cases Comprehensive tests have been added to validate these changes, ensuring that the type checker functions correctly across a wide range of generic type scenarios. Signed-off-by: Kemal Akkoyun <kemal.akkoyun@datadoghq.com>
ed433b7 to
3533698
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #634 +/- ##
==========================================
+ Coverage 66.95% 68.36% +1.41%
==========================================
Files 113 113
Lines 7904 7916 +12
==========================================
+ Hits 5292 5412 +120
+ Misses 2094 1964 -130
- Partials 518 540 +22
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Comprehensive tests have been added to validate these changes, ensuring that the type checker functions correctly across a wide range of generic type scenarios.
Signed-off-by: Kemal Akkoyun kemal.akkoyun@datadoghq.com