You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(fdleak): added support for macos (darwin) (#102)
This PR extends the NoFileDescriptorLeak assertion to support darwin,
in addition to linux.
NOTE: Windows OS remains unsupported for now
* doc: updated documentation and ROADMAP
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
@@ -103,37 +107,46 @@ This table catalogs all upstream PRs and issues from [github.com/stretchr/testif
103
107
|[#1845]| PR | Fix Eventually/Never regression | Superseded by context-based pollCondition implementation (we don't have this bug) |
104
108
|[#1819]| PR | Handle unexpected exits in Eventually | Implemented in v2.4 via per-tick goroutine wrap — a `runtime.Goexit` in the condition only aborts the current tick |
105
109
|[#1824]| PR | Spew testing improvements | Superseded by property-based fuzzing with random type generator |
106
-
|[#1830]| PR | CollectT.Halt() for stopping tests | Implemented in v2.4 as `CollectT.Cancel()` — see [CHANGES](./CHANGES.md)|
110
+
|[#1830]| PR |`CollectT.Halt()` for stopping tests | Implemented in v2.4 as `CollectT.Cancel()` — see [CHANGES](./CHANGES.md)|
|[#1840]| Issue | JSON presence check without exact values | 🔍 Monitoring - Interesting for testing APIs with generated IDs |
119
+
|[#1859]| Issue | Channel assertions | 🔍 Monitoring - aligned with synctest support |
120
+
|[#1860]| Issue+PR |`ErrorAsType[E]` for Go 1.26+ - PR: [#1861]| 🔍 Monitoring - Interesting UX syntax |
121
+
|[#1863]| PR | Number equality with symmetric role | 🔍 Monitoring |
117
122
118
123
### Informational (Not Implemented)
119
124
120
125
| Reference | Type | Summary | Outcome |
121
126
|-----------|------|---------|---------|
122
127
|[#1147]| Issue | General discussion about generics adoption | ℹ️ Marked "Not Planned" upstream - We implemented our own generics approach ({{% siteparam "metrics.generics" %}} functions) |
123
128
|[#1308]| PR | Comprehensive refactor with generic type parameters | ℹ️ Draft for v2.0.0 upstream - We took a different approach with the same objective |
**Note**: This fork maintains an active relationship with upstream, regularly reviewing new PRs and issues. The quarterly review process ensures we stay informed about upstream developments while maintaining our architectural independence.
0 commit comments