syntax_tools
syntax_tools copied to clipboard
igor: bug i hanteringen av spawn
Bertil Karlsson < [email protected]> skrev:
As you may know, igor is used in OTP's asn1 compiler, where I discovered that igor turns
spawn(asn1rt_driver_handler, init, [self()]);
into
spawn(fun () -> init(self()) end);
Hm... Can the same bug exist in erl_tidy, or does igor use erl_tidy, causing this?