I'm a little confused about the issues, as with this simple patch:
https://gist.github.com/1111557

I'm able to build IronPython (using IronPython.Mono.sln as that still
has v2Debug build configurations):
msbuild Solutions\IronPython.Mono.sln /p:Configuration=v2Debug

And run it, showing it's using .NET 2.0:
D:\iron-main>bin\v2Debug\ipy.exe -V
IronPython 3.0 3.0.0.0 on .NET 2.0.50727.5446

How are you seeing issues with extension methods and IStrongBox?

~Jimmy

On Thu, Jul 28, 2011 at 4:31 AM, Markus Schaber
<m.scha...@3s-software.com> wrote:
> Hi,
>
> Von: Markus Schaber
>> > > [Compiling IPy 2.7 for a pure .NET 2.0]
>> >
>> > I did try to patch some of the problems
>> >
>> > g...@github.com:markusschaber/IronLanguages.git (2.7-maint branch)
>> >
>> > Now I have about 270 problems mostly relating to extension methods,
>> > maybe I will find enough time to fix some of them this evening.
>>
>> Apart from the straight forward task of resolving all the extension
>> methods, there seems to be one Problem which is not solvable that
> easily:
>>
>> The IStrongBox interface is missing in .NET 2.0, and I do have enough
>> internal knowledge to see whether we can replace it with our own
>> implementation.
>
> I wanted to say: I do _not_ have enough internal knowledge...
>
> Best regards
>
> Markus Schaber
>
> ___________________________
> We software Automation.
>
> 3S-Smart Software Solutions GmbH
> Markus Schaber | Developer
> Memminger Str. 151 | 87439 Kempten | Germany | Tel. +49-831-54031-0 |
> Fax +49-831-54031-50
>
> Email: m.scha...@3s-software.com | Web: http://www.3s-software.com
> CoDeSys internet forum: http://forum.3s-software.com
> Download CoDeSys sample projects:
> http://www.3s-software.com/index.shtml?sample_projects
>
> Managing Directors: Dipl.Inf. Dieter Hess, Dipl.Inf. Manfred Werner |
> Trade register: Kempten HRB 6186 | Tax ID No.: DE 167014915
> _______________________________________________
> Ironpython-users mailing list
> Ironpython-users@python.org
> http://mail.python.org/mailman/listinfo/ironpython-users
>
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to