[Ironpython-users] IronPython, Daily Digest 3/4/2012

no_reply at codeplex.com no_reply at codeplex.com
Mon Mar 5 17:58:22 CET 2012


Hi ironpython,

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

In today's digest:ISSUES

1. [New comment] "platform" instructions on 2.7.2b1
2. [New comment] Incorrect integer conversion (long => Int32)
3. [New comment] Importer doesn't support .pth files
4. [New comment] Misleading error message with clr.AddReferenceToFileAndPath on a UNC path
5. [New comment] Improve Release build process
6. [New comment] Nuget needs to be updated with IronPython 2.7+
7. [New comment] [2.7 Beta 2] deepcopy(time(9, 0)) != time(9, 0)
8. [New comment] [2.7 Beta 2] deepcopy(time(9, 0)) != time(9, 0)
9. [New issue] Compiling issue in IronPython 2.7.2 RC 1
10. [New comment] sys.args[0] dissapears in ipy-script compiled with pyc.py

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

ISSUES

1. [New comment] "platform" instructions on 2.7.2b1
http://ironpython.codeplex.com/workitem/32322
User jdhardy has commented on the issue:

"Fixed in 6fdc1ed."-----------------

2. [New comment] Incorrect integer conversion (long => Int32)
http://ironpython.codeplex.com/workitem/25937
User jdhardy has commented on the issue:

"This is still an issue in 2.7.2. Even casting to the `object` overload doesn't work because .NET 4's BigInteger doesn't implement IConvertible.

Instead it's best to just cast to Int64 explicitly:
    Convert.ToInt32(System.Int64(long(2**24+1)))"-----------------

3. [New comment] Importer doesn't support .pth files
http://ironpython.codeplex.com/workitem/1607
User jdhardy has commented on the issue:

"Fixed in 75a2467."-----------------

4. [New comment] Misleading error message with clr.AddReferenceToFileAndPath on a UNC path
http://ironpython.codeplex.com/workitem/31749
User jdhardy has commented on the issue:

"Fixed in 1755fbd."-----------------

5. [New comment] Improve Release build process
http://ironpython.codeplex.com/workitem/31144
User jdhardy has commented on the issue:

"Fixed prior to cb2b511."-----------------

6. [New comment] Nuget needs to be updated with IronPython 2.7+
http://ironpython.codeplex.com/workitem/31126
User jdhardy has commented on the issue:

"Fixed in 8374ef5."-----------------

7. [New comment] [2.7 Beta 2] deepcopy(time(9, 0)) != time(9, 0)
http://ironpython.codeplex.com/workitem/30274
User jonathanhiga has commented on the issue:

"I discovered this bug while working with Django + System.Data (SQL Server).  The Django QuerySet makes deep copies of query parameters, so calls such as SomeModel.objects.filter(time_field='09:00') were returning matches for midnight instead of nine o'clock."-----------------

8. [New comment] [2.7 Beta 2] deepcopy(time(9, 0)) != time(9, 0)
http://ironpython.codeplex.com/workitem/30274
User jonathanhiga has commented on the issue:

"Test case attached."-----------------

9. [New issue] Compiling issue in IronPython 2.7.2 RC 1
http://ironpython.codeplex.com/workitem/32345
User krysros has proposed the issue:

"Compilation output for IronPython 2.7.1 (working properly) and IronPython 2.7.2 RC 1:

IronPython 2.7.1
===========

D:\workspace\itest>"C:\Program Files (x86)\IronPython 2.7.1\ipy.exe" "C:\Program Files (x86)\IronPython 2.7.1\Tools\Scripts\pyc.py" /main:itest.py /target:exe

Input Files:
Output:
        itest
Target:
        ConsoleApplication
Platform:
        ILOnly
Machine:
        I386
Compiling...
Saved to itest

IronPython 2.7.2 RC 1
==============

D:\workspace\itest>C:\IronPython-2.7.2rc1\ipy.exe C:\IronPython-2.7.2rc1\Tools\Scripts\pyc.py /main:itest.py /target:exe

Input Files:
Output:
        itest
Target:
        ConsoleApplication
Platform:
        ILOnly
Machine:
        I386
Compiling...
Traceback (most recent call last):
  File "C:\IronPython-2.7.2rc1\Tools\Scripts\pyc.py", line 255, in <module>
  File "C:\IronPython-2.7.2rc1\Tools\Scripts\pyc.py", line 250, in Main
  File "C:\IronPython-2.7.2rc1\Tools\Scripts\pyc.py", line 165, in GenerateExe
TypeError: Wartość nie może być zerowa.
Nazwa parametru: methodInfo

Translation
========

TypeError: Value can not be zero.
Parameter name: methodInfo"-----------------

10. [New comment] sys.args[0] dissapears in ipy-script compiled with pyc.py
http://ironpython.codeplex.com/workitem/30263
User peterSchwalm has commented on the issue:

"By debugging ipy.exe in VS 2010 I found out that the mentioned line (options["Arguments"]....RemoveFirst...) is not executed when ipy.exe executes a python script.  And the comment of the containing function InitializeModule() also states that the function is provided for the pyc.py generated .exe-stub.
So I also think it's save to remove the "RemoveFirst()"."
----------------------------------------------



----------------------------------------------
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20120305/4dcdbc1b/attachment.html>


More information about the Ironpython-users mailing list