[erlang-patches] Wrap eunit macros into begin ... end blocks
Anthony Ramine
n.oxyde@REDACTED
Mon Jun 10 11:46:49 CEST 2013
Hello,
This makes typos such as missing commas between two assertions (e.g. ?assert(true) ?assert(true)) syntax errors instead of silently compiling and failing with a badfun error at runtime.
This won't break any existing code as parenthesed expressions and blocks have the same precedence and none of these macros can be used as patterns.
git fetch https://github.com/nox/otp.git eunit-macros-blocks
https://github.com/nox/otp/compare/erlang:maint...eunit-macros-blocks
https://github.com/nox/otp/compare/erlang:maint...eunit-macros-blocks.patch
Regards,
--
Anthony Ramine
More information about the erlang-patches
mailing list