iron icon indicating copy to clipboard operation
iron copied to clipboard

[Jimmy Schementi's development fork] Implementations of Python and Ruby programming languages for .NET Framework that are built on top of the Dynamic Language Runtime.

Results 17 iron issues
Sort by recently updated
recently updated
newest added

Get IronRuby and IronPython tests running in Silverlight

Silverlight

Port old silverlight tests

Silverlight

XAML is rendered before inline scripts run, so there is some lag between rendering and code executing. Either a loading notification or fixing the lag should be done. For DOM-only...

Silverlight

# Problem ``` NullReferenceException at IronPython.Runtime.Importer.ImportReflected(CodeContext context, String name) ``` when calling ``` var eng = IronPython.Hosting.Python.CreateEngine(); ``` Continue does work, though, and will create a usable engine nevertheless. #...