On Sat, Jul 09, 2016 at 06:41:50PM +1200, [email protected] wrote: > > Thanks Sebastien, all fixed, except compileall.py warning. > > I believe compiled version of helper script is not required in this > case. It is an executable script, not a library, and no .pyc will be > generated. I also doubt that anyone will run this script - besides the > developers of MLton compiler.
Here, I don't know... maybe if it isn't needed, doesn't package it ? the problem is if root runs it, python will make a .pyc file at runtime, and after the removing of the mlton package will not work well (directories will remains due to .pyc file). Outside this point, I am OK to import it. Please another dev to review the port and import it. -- Sebastien Marie
