Re: [Ironpython-users] Microsoft.Scripting.Metadata is used for?

2015-12-11 Thread Slide
There are a few things that I think we could probably get rid of (Chiron anyone?!), I am not sure if there is a plan to do that in 2.7, but hopefully for 3.x :-) On Fri, Dec 11, 2015 at 4:13 PM Stéphane Lozier wrote: > I'm just wondering what Microsoft.Scripting.Metadata is used for. > > As far

[Ironpython-users] Microsoft.Scripting.Metadata is used for?

2015-12-11 Thread Stéphane Lozier
I'm just wondering what Microsoft.Scripting.Metadata is used for. As far as I can tell it's used by the Microsoft.Scripting.Utils.ReflectionUtils.GetVisibleExtensionMethods (in main\Runtime\Microsoft.Dynamic\Utils\ReflectionUtils.cs) which in turn is used by nothing (other than by some commented o

[Ironpython-users] Generic importer interface for IronPython

2015-12-11 Thread Benedikt Eggers
Hello, currently I am struggling with the idea, to implement some generic importer interface into ironpython. My aim is, to make it easier for people, to provide their own logic, for loading scripts, modules, packages. For example from databases or some webservice if needed. May idea was, to ext