slozier

Results 254 comments of slozier

@cwensley Yeah, as far as I know, the `Closure` type isn't used anywhere in IronPython or the DLR so it's not something we can just remove. I believe the .NET...

Also occurs with jQuery 3.1.1 which is the version I'm using. So probably with all the versions since 1.11.2?

I the fix is basically https://github.com/IronLanguages/ironpython3/pull/1643 if anyone feels like backporting.

I probably have the binaries somewhere, however note that the versions 2.7 through to 2.7.4 all have the assembly version `2.7.0.40` so it's hard to say which one you'd need...

Hmm, not really sure... here are the 2.7 files that I have. I don't think I have PDBs (unless they're in one of these and I didn't see them). [IronPython-2.7.msi.zip](https://github.com/IronLanguages/ironpython2/files/12063037/IronPython-2.7.msi.zip)...

Probably same issue as this: https://github.com/IronLanguages/ironpython3/pull/1532

`Span` cannot be boxed and so it cannot be used with IronPython.

Thanks for the report. You can safely remove `Microsoft.Scripting.Metadata.dll` from `ipy.deps.json` as it's not used by IronPython. Having this extra DLL in the deps file does not appear to cause...

Does this work? > ipy -X utf8 setup.py install

For the import error I'm not sure. Looking at the uninstall error I guess you package is an `egg` file? Does it appear in your `sys.path`? For example: ```py ['.',...