|
|
1-10 of 16
< Previous Next >
|
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
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
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
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
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
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
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
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
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
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 >
|
|
|
|