1-10 of 16 < Previous Next >
1 vote

GeneratorRewriter incorrectly handles block scoped variables

Ast.Loop( Ast.Block(new[] { closure_var }, Ast.Call(list_var, typeof(List<Func<int>>).GetMethod("Add"), Ast.Lambda<Func<int>>(closure_var)), Ast.PostIncrementAssign(closure_var)...

id# 3909 | Planned Release: None | Last Updated: Sep 21 at 7:54 PM by IPyTeam | Created On: Sep 3 at 2:00 AM by TomasMatousek
1 vote

DLR doesn't have easy support for implementing dynamic scoping

Is there any plans to add support in DLR for building dynamic scope languages?

id# 3546 | Planned Release: None | Last Updated: Sep 22 at 2:05 AM by mfawzymkh | Created On: Jul 19 at 10:54 PM by mfawzymkh
1 vote

long type should support ToString(format) overload

Concerns: IronPython 1.0.60816 on .NET 2.0.50727.832 The long type does not support the ToString(format) overload so one cannot reliably use, for example, ToString("N0") given a numeric type an...

id# 3360 | Planned Release: Future | Last Updated: Sep 21 at 7:51 PM by IPyTeam | Created On: Jun 26 at 10:10 PM by dinov
1 vote

DOCUMENTATION: "-X:RemoteRuntimeChannel" only mentioned when using Debug binaries of IronPython/IronRuby

E:\vslrft\Merlin\Main\Languages\IronPython\Tests>..\..\..\Bin\Debug\ir.exe -h #... -X:RemoteRuntimeChannel <channel_name> Start a remoting server for a remote console session. #... W...

id# 3090 | Planned Release: None | Last Updated: Sep 21 at 7:50 PM by IPyTeam | Created On: May 19 at 11:56 PM by dfugate
1 vote

Help option prints language-specfic command line heading when 'commandline' is null

http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=13438 <Thanks>Leppie</Thanks> Problem: class IronSchemeOptionsParser : OptionsParser { public override void GetHelp(out string commandL...

id# 3019 | Planned Release: None | Last Updated: Sep 21 at 7:47 PM by IPyTeam | Created On: May 11 at 6:38 PM by dfugate
4 votes
fixed

Expressions are not printed in interactive mode

See these mails. http://rubyforge.org/pipermail/ironruby-core/2009-March/004008.html http://lists.ironpython.com/pipermail/users-ironpython.com/2009-April/010140.html This only happens on Mono (ne...

id# 3010 | Planned Release: None | Last Updated: Sep 21 at 7:45 PM by IPyTeam | Created On: May 9 at 11:58 AM by sanxiyn
2 votes

SerializationException: Type is not resolved for member ...

When using Python.CreateEngine(AppDomain, Options) function the following exception is thrown: [SerializationException: Type is not resolved for member 'Microsoft.Scripting.Hosting.ScriptRuntimeSe...

id# 2816 | Planned Release: None | Last Updated: Sep 21 at 7:44 PM by IPyTeam | Created On: Apr 21 at 9:12 PM by MetalPiton
1 vote

System.Runtime.CompilerServices.ExtensionAttribute - type name collision.

When IronPython.dll is referenced I am getting following warning: The predefined type 'System.Runtime.CompilerServices.ExtensionAttribute' is defined in multiple assemblies in the global alias; usi...

id# 2815 | Planned Release: None | Last Updated: Apr 21 at 8:58 PM by MetalPiton | Created On: Apr 21 at 8:58 PM by MetalPiton
1 vote

DynamicMetaObjectExtensions.Restrict returns incorrect metaobjects?

The function DynamicMetaObjectExtensions.Restrict returns DynamicMetaObjects that have values assigned even when the original objects didn't have any value. This issue has side effects when used wi...

id# 2500 | Planned Release: None | Last Updated: Sep 21 at 7:40 PM by IPyTeam | Created On: Mar 29 at 7:58 PM by NLFreeman
1 vote
fixed

Calling class constructor from ScriptScope with more than 2 parameters

This sample code throws error on Python object initialization: var engine = Python.CreateEngine(); var Ops = engine.CreateOperations(); engine.Runtime.LoadAsse...

id# 2167 | Planned Release: None | Last Updated: Sep 21 at 7:37 PM by IPyTeam | Created On: Mar 16 at 11:54 AM by IgorElyas
1-10 of 16 < Previous 1 2 Next >
Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2009.10.27.15987