Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
Refactoring proposal:
- all assert package code moves to internal/assertions, including tests
- package assert and require become 100% codegenenerated
Deprecated methods are produced by codegen. No need to maintain those in core internal package.
Tests generated in assert and require
Next step (separate issue) : codegen generics versions
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
Refactoring proposal:
Deprecated methods are produced by codegen. No need to maintain those in core internal package.
Tests generated in assert and require
Next step (separate issue) : codegen generics versions