Re: [IronPython] Feedback needed for bug fix:Import pre-compiledmodules

2007-01-23 Thread Michael Foord
uldn't be a problem, just recompile against the binary that you are distributing. Michael Foord http://www.voidspace.org.uk/python/articles.shtml > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Keith J. Farmer > Sent: Tuesday, January 23,

Re: [IronPython] Feedback needed for bug fix:Import pre-compiledmodules

2007-01-23 Thread Dino Viehland
uesday, January 23, 2007 11:01 AM To: Discussion of IronPython Subject: Re: [IronPython] Feedback needed for bug fix:Import pre-compiledmodules I could be wrong (I certainly have been in the past), but the current scheme seems to pre-empt the built-in mechanisms. There are several ways you can

Re: [IronPython] Feedback needed for bug fix:Import pre-compiledmodules

2007-01-23 Thread Keith J. Farmer
IronPython] Feedback needed for bug fix:Import pre-compiledmodules I'm not arguing with you -- just playing devil's advocate. Isn't "everyone has to use the same centrally maintained copy of a DLL" the recipe for "DLL hell" that .Net is supposed to let us

Re: [IronPython] Feedback needed for bug fix:Import pre-compiledmodules

2007-01-23 Thread J. Merrill
with versioning issues for some period of time before >obsoletion. This would also allow developers to switch compatibility levels >when testing their programs. > >-Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of J. Merrill >Sent: Monday,

Re: [IronPython] Feedback needed for bug fix:Import pre-compiledmodules

2007-01-22 Thread Keith J. Farmer
of IronPython Subject: Re: [IronPython] Feedback needed for bug fix:Import pre-compiledmodules Could IP just ignore the timestamp on ironpython.dll and let the .Net runtime figure out if there are any references to no-longer-present mechanisms within the binary? Keith, is it really the case

Re: [IronPython] Feedback needed for bug fix:Import pre-compiledmodules

2007-01-22 Thread Haibo Luo
ile a work item to track such upgraded-ironpython scenario. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of J. Merrill Sent: Monday, January 22, 2007 8:03 PM To: Discussion of IronPython Subject: Re: [IronPython] Feedback needed for bug fix:Import pre-compi

Re: [IronPython] Feedback needed for bug fix:Import pre-compiledmodules

2007-01-22 Thread J. Merrill
when the assembly is stored to >disk, and if the runtime doesn't find any in the list that match any breaking >change from the producing version, it accepts it). > > > > >From: [EMAIL PROTECTED] on behalf of Haibo Luo >Sent

Re: [IronPython] Feedback needed for bug fix:Import pre-compiledmodules

2007-01-22 Thread Keith J. Farmer
From: [EMAIL PROTECTED] on behalf of Haibo Luo Sent: Mon 1/22/2007 4:44 PM To: Discussion of IronPython Subject: Re: [IronPython] Feedback needed for bug fix:Import pre-compiledmodules If ironpython.dll is newer than lib.exe, and lib.py does not exist, we should expec