Skip to content

Commit debbdcb

Browse files
committed
fix: aligned edge case behavior of EqualValues with Equal
all equality assertions should fail the same when input is a function. fix: type safety added CanInterface guard to EqualExportedValues (even if it seems currently impossible to make it panic with current reflect) test: refactored equal tests Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 68cdfe9 commit debbdcb

13 files changed

Lines changed: 1693 additions & 1757 deletions

File tree

docs/doc-site/project/maintainers/ROADMAP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ timeline
2222
: removed deprecated
2323
: optional dependencies (colorized)
2424
: upstream PRs: Kind/NotKind
25-
: generics
26-
v2.2 (Fev 2026) : generics (cont.)
25+
v2.2 (Fev 2026) : : generics
26+
: SortedT, NotSortedT
2727
: JSON assertions. JSONMarshalsAs...
28-
: IsSorted, IsSortedFunc
28+
: complete test refactoring
2929
: more benchmarks. Perf improvements
3030
v2.3 (Mar 2026) : other extensions (TBD)
3131
: more documentation and examples

0 commit comments

Comments
 (0)