[IronPython] Some new bugs with asssembly loading...

J. Merrill jvm_cop at spamcop.net
Wed Jan 4 17:50:39 CET 2006


What is causing clr.References to display without any obvious separation of the info for the different assemblies?  Shouldn't its ToString make it more clear that there are three different assemblies, e.g. with something like

(mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089), 
(System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089), 
(c.d.e, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null)

(using ",<newline>" as the separator).  The way things are, it's certainly not obvious how many assemblies there are in the output.  (The first few times I looked at this, I totally missed that System was in there at all!)

At 07:31 PM 1/3/2006, Martin Maly wrote (in part)
>[snip]
>>>> import clr
>>>> clr.AddReferenceToFile("D:\\Ip\\IronPython\\c.d.e.dll")
>>>> clr.References
>(mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, c.d.e, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null)
>[snip]


J. Merrill / Analytical Software Corp




More information about the Ironpython-users mailing list