syntax_tools icon indicating copy to clipboard operation
syntax_tools copied to clipboard

igor: bug i hanteringen av spawn

Open richcarl opened this issue 13 years ago • 1 comments

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);

richcarl avatar Aug 04 '11 19:08 richcarl

Hm... Can the same bug exist in erl_tidy, or does igor use erl_tidy, causing this?

richcarl avatar Aug 04 '11 19:08 richcarl