[IronPython] -X:SaveAssemblies

Curt Hagenlocher curt at hagenlocher.org
Fri Sep 5 22:14:03 CEST 2008


On Fri, Sep 5, 2008 at 11:00 AM, KE <hellosticky at gmail.com> wrote:
> Hi,
>
> I find it odd that the ConsoleOptions class only has a single FileName
> string property. This forces the creation of pyc.py for creating a DLL with
> one or more files to compile, whereas I believe the functionality in pyc.py
> of creating a DLL from one or more input files should be right in the DLR.
> OptionsParser even already has a switch for -X:SaveAssemblies.

-X:SaveAssemblies is for debugging purposes and does not produce
output equivalent to that produced by pyc.py.

--
Curt Hagenlocher
curt at hagenlocher.org



More information about the Ironpython-users mailing list