On 02/03/2014 07:34 PM, José Valim wrote: > There is a regression in 17.0-rc1. The following code will execute > io:format/2 twice: > > > -module(test). > -export([test/0]). > test() -> > X = Y = io:format(<<"foo~n">>), > X, > Y. Ouch! Kostis