Configuration menu Browse the repository at this point in the history
Commits on Nov 17, 2025
Configuration menu Browse the repository at this point in the history
Commits on Nov 26, 2025
chore: modernized code base doc: updated readme, renamed EMERITUS into CONTRIBUTORS ci: adopted ci from swag (mono-repo style) lint: relinted packages (internal/spew left with some issues) lint: more refactoring to limit function complexity and code duplication Signed-off-by: Frederic BIDON fredbi@yahoo.com Signed-off-by: Frederic BIDON fredbi@yahoo.com Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Commits on Dec 12, 2025
Configuration menu Browse the repository at this point in the history
Commits on Dec 14, 2025
Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
assert/require: assertions, format variants, forward methods
All with corresponding tests and runnable examples
Helper types and interfaces This replaces the previous semi-hand-written/semi-generated approach where adding a single assertion required manually updating 6+ files that already had thousands of lines. Now: write once in internal/assertions/ in small focused source files, run go generate, done. Trade-off: the existing code generator has been rewritten entirely. The new one is more complex, but also more readable. This added (mostly stable) complexity should be outweighted by the simplification of the assertion development workflow. Signed-off-by: Frederic BIDON fredbi@yahoo.com ci: enforced Windows TMP to reside on the same drive Signed-off-by: Frederic BIDON fredbi@yahoo.com Configuration menu Browse the repository at this point in the history
Panic situation is explained by stretchr#1699 The fix from the original author (@ccoVeille) has been adapted into our refactored assertions (with unit test). fix: avoid panic on invalid regexp
Merged stretchr#1818 The original issue is described by: stretchr#1794 The original code contributed by @kdt523 has been adapted to our refactored assertions (with tests), taking into account the review comments from @ccoVeille. Thanks folks. fix: documented the fixed merged from github.com/stretchr/testify
fixes #7 Also: since a dependency has been removed in the previous refactoring, updated the NOTICE to reflect this fact. Signed-off-by: Frederic BIDON fredbi@yahoo.com Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Commits on Jan 2, 2026
Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history