[PR #538] [MERGED] Sheath: Must differ types considering their generic types #565

Closed
opened 2026-02-26 04:35:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/538
Author: @mageddo
Created: 8/7/2024
Status: Merged
Merged: 8/7/2024
Merged by: @mageddo

Base: masterHead: feat/480-dagger-fix


📝 Commits (1)

  • 7e7edc1 must differ types considering their generic types

📊 Changes

5 files changed (+349 additions, -31 deletions)

View changed files

📝 src/test/java/dagger/sheath/CtxWrapper.java (+70 -26)
📝 src/test/java/dagger/sheath/junit/DaggerExtension.java (+17 -5)
src/test/java/dagger/sheath/reflection/Signature.java (+89 -0)
src/test/java/dagger/sheath/reflection/SignatureTest.java (+130 -0)
src/test/java/dagger/sheath/templates/SignatureTemplates.java (+43 -0)

📄 Description

Relates to #480


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mageddo/dns-proxy-server/pull/538 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 8/7/2024 **Status:** ✅ Merged **Merged:** 8/7/2024 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `feat/480-dagger-fix` --- ### 📝 Commits (1) - [`7e7edc1`](https://github.com/mageddo/dns-proxy-server/commit/7e7edc11a839f01795695e2248bc1c4c721504a9) must differ types considering their generic types ### 📊 Changes **5 files changed** (+349 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `src/test/java/dagger/sheath/CtxWrapper.java` (+70 -26) 📝 `src/test/java/dagger/sheath/junit/DaggerExtension.java` (+17 -5) ➕ `src/test/java/dagger/sheath/reflection/Signature.java` (+89 -0) ➕ `src/test/java/dagger/sheath/reflection/SignatureTest.java` (+130 -0) ➕ `src/test/java/dagger/sheath/templates/SignatureTemplates.java` (+43 -0) </details> ### 📄 Description Relates to #480 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:35:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-proxy-server-mageddo#565
No description provided.