iron
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.
When env["rack.multithread"] is set, does IronRuby.Rack react appropriately? Currently the entire request is locked, so is that required?
Ruby exception messages are only CLR stack traces. rb> document.foo System.MissingMethodException: undefined method `foo' for Microsoft.Scripting.Silverlight.DynamicHtmlDocument:Microsoft::Scripting::Silverlight::DynamicHtmlDocument at Microsoft.Scripting.Interpreter.ThrowInstruction.Run(InterpretedFrame frame) at Microsoft.Scripting.Interpreter.Interpreter.RunInstructions(InterpretedFrame frame) at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame) at Microsoft.Scripting.Interpreter.LightLambda.Run2[T0,T1,TRet](T0 arg0, T1 arg1)...
code script-tags that run against XAML, also loaded in a script tag, always need to be scoped, which I always seemed to forget about. This is because a dom-only SL...
When a script tag has a mismatching mime-type/file-extension, preference is given to the file-extension. See Tests/tests.html
Reported by Durgaprasad Gorti: In your code you are using the HttpRequestWrapper to wrap the Request and then converting to the env ruby hash for the rack app. I am...
Reported by Durgaprasad Gorti: In the request.cs file I see that in line 51, you get the query string, Then in line 68 you get the query string for the...
Should this be a feature of IronPython when running in a hosted environment? Maybe ScriptSourceType.AutoDetect should do this?