[erlang-patches] [erts, stdlib] fix escript/primary archive reloading
Tuncer Ayaz
tuncer.ayaz@REDACTED
Fri Apr 13 10:31:07 CEST 2012
2012/4/13 Björn Gustavsson:
> I saw one little thing in the load_prim_archive/3 that can be improved.
> This line:
>
> Ebin = reverse(RevApp) ++ "/ebin",
>
> can be written as:
>
> Ebin = lists:reverse(RevApp, "/ebin"),
Thanks, corrected.
git fetch git://github.com/tuncer/otp.git prim_archive-reloading
https://github.com/tuncer/otp/compare/maint...prim_archive-reloading
https://github.com/tuncer/otp/compare/maint...prim_archive-reloading.patch
More information about the erlang-patches
mailing list