Skip to content

Commit 48b1ccc

Browse files
committed
fix #113: improve and simplify support for recursive struct types, for example 'type Node struct { Next *Node }'
and for recursive function types, for example 'type F func(F)': update vendored gomacro to commit d77296496ae009eb08b42418a9282459c2c25a3d
1 parent a0b6c36 commit 48b1ccc

40 files changed

+418
-386
lines changed

vendor/github.com/cosmos72/gomacro/all_test.go

Lines changed: 10 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cosmos72/gomacro/fast/builtin.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cosmos72/gomacro/fast/call.go

Lines changed: 16 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cosmos72/gomacro/fast/call0ret1.go

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cosmos72/gomacro/fast/call0ret1.gomacro

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)