v0.3.1
- Fix argument size computation bug reported in #191 and #195. Previously
avo
would incorrectly add padding to the end of function arguments in the case where the function has no return values, triggering anasmdecl
vet error. - Add extensive test case with randomly generated function signatures.
- Upgrade direct module dependencies.
Changelog
- all: upgrade direct dependencies by @mmcloughlin in #213
- gotypes: fix argument size for signatures without return types by @mmcloughlin in #212
- gotypes: test case for issue #195 by @mmcloughlin in #214
- build: global Function() and SignatureExpr() by @mmcloughlin in #215
- tests: test functions with random signatures by @mmcloughlin in #216
Full Changelog: v0.3.0...v0.3.1