pmod_transform
pmod_transform copied to clipboard
Parse transform for parameterized modules
**'applications' section was added to 'pmod_transform.app.src' template.** For compatibility with process of release build.
Could you please create an X.Y.Z tag, so that rebar's semver can create succinct directory name for this dependency?
Related to: https://github.com/rabbitmq/erlando/pull/12#issuecomment-14678627 It seems a module can't have both `-behaviour(..)` and `-compile({parse_transform, pmod_pt})` at the same time. I think the reason is behaviour tries to validate callback functions **after**...