Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New issue] Exception formatting some times isn't as good as it's supposed 
to be

----------------------------------------------

ISSUES

1. [New issue] Exception formatting some times isn't as good as it's supposed 
to be
http://ironpython.codeplex.com/workitem/30900
User dinov has proposed the issue:

">>> import clr
>>> clr.AddReference('System.WIndows')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
IOError: System.IO.IOException: Could not add reference to assembly 
System.WIndows
   at IronPython.Runtime.ClrModule.AddReference(CodeContext context, String 
name)
   at IronPython.Runtime.ClrModule.AddReference(CodeContext context, Object 
reference)
   at IronPython.Runtime.ClrModule.AddReference(CodeContext context, Object[] 
references)
   at 
Microsoft.Scripting.Interpreter.ActionCallInstruction`2.Run(InterpretedFrame 
frame)
   at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
   at Microsoft.Scripting.Interpreter.LightLambda.Run4[T0,T1,T2,T3,TRet](T0 
arg0, T1 arg1, T2 arg2, T3 arg3)
   at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite 
site, T0 arg0, T1 arg1, T2 arg2)
   at 
Microsoft.Scripting.Interpreter.FuncCallInstruction`6.Run(InterpretedFrame 
frame)
   at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
   at Microsoft.Scripting.Interpreter.LightLambda.Run4[T0,T1,T2,T3,TRet](T0 
arg0, T1 arg1, T2 arg2, T3 arg3)
   at 
IronPython.Compiler.Ast.CallExpression.Invoke1Instruction.Run(InterpretedFrame 
frame)
   at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
   at Microsoft.Scripting.Interpreter.LightLambda.Run2[T0,T1,TRet](T0 arg0, T1 
arg1)
   at IronPython.Compiler.PythonScriptCode.RunWorker(CodeContext ctx)
   at IronPython.Compiler.PythonScriptCode.Run(Scope scope)
   at 
IronPython.Hosting.PythonCommandLine.<>c__DisplayClass1.<RunOneInteraction>b__0()
>>>

We shouldn't display all of these useless frames unless -X:ExceptionDetail is 
specified."
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on 
CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue 
Tracker. You can unsubscribe or change your issue notification settings on 
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to