[erlang-patches] minor ftp and application_controller fixes
Serge Aleynikov
serge@REDACTED
Wed Dec 5 16:10:53 CET 2012
It makes sense. Thanks.
On 12/5/2012 5:40 AM, Henrik Nord wrote:
> Hello
>
> Since ~p causes line breaks that we don't want in the crash dump slogan,
> we don't want to take this directly, but the formatting of strings is
> still so tempting that we would really like a ~p with no line beak...
> Since there is no way to set line length to infinity, we need to just
> set it to "very long" - e.g.
>
> | lists:flatten(io_lib:format("~134217728p", [Term]))
>
>
> |||
>
> I will update your patch accordingly, Thank you for your contribution!
>
>
> ||||
>
> On 10/12/2012 06:10 AM, Serge Aleynikov wrote:
>> 2. Fixed printout of application crash message on startup.
>>
>> git fetch git@REDACTED:saleyn/otp.git app_controller
>>
>> https://github.com/saleyn/otp/compare/app_controller
>> https://github.com/saleyn/otp/compare/app_controller.patch
>>
>> Regards,
>>
>> Serge
>> _______________________________________________
>> erlang-patches mailing list
>> erlang-patches@REDACTED
>> http://erlang.org/mailman/listinfo/erlang-patches
>
> --
> /Henrik Nord Erlang/OTP
>
More information about the erlang-patches
mailing list