CIA.vc
cartman
Real-time open source activity stats
Stats » Authors » cartman
informationsyndicateUTC clock
01:26 on May 26, 2012
event counters
The last message was received 2.5 weeks ago at 12:44 on May 08, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
1 messages so far this month, 0 messages last month
1470 messages since the first one, 8.13 years ago, for an average of 2.02 days between messages
recent messages
dateReversed sort columnprojectcontentlink
12:44 on May 08KDE
Commit by cartman :: r1293468 lokalize/trunk/KDE/kdesdk/lokalize/scripts/CMakeLists.txt: (link)
Reapply r1287647, this fixes permission problems with find-gui-text.sh script
#
16:29 on May 29, 2011Python
Commit by cartman on roundup :: #9831/test_distutils should honor PYTHONDONTWRITEBYTECODE: (link)
Awesome, thank you!
#
21:41 on May 22, 2011Python
Commit by cartman on roundup :: #11149/[PATCH] Configure should enable -fwrapv for clang: (link)
Can someone please review this patch? test_list fails with clang without this patch.
#
19:17 on May 05, 2011Python
Commit by cartman on roundup :: #11729/libffi assembler relocation check is not robust, fails with clang: (link)
Patch for configure.ac then?
#
19:10 on May 05, 2011Python
Commit by cartman on roundup :: #11729/libffi assembler relocation check is not robust, fails with clang: (link)
Ping? Shall I submit a fix for Modules/_ctypes/libffi/configure.ac or better yet will you sync in-tree libffi?
#
15:17 on Mar 31, 2011Python
Commit by cartman on roundup :: #11729/libffi assembler relocation check is not robust, fails with clang: (link)
Yes I can workaround it but I'd like to get it fixed inside Python too ;)
#
15:12 on Mar 31, 2011Python
Commit by cartman on roundup :: #11729/libffi assembler relocation check is not robust, fails with clang: (link)
This is already fixed in upstream, check has been changed into:

 libffi_cv_as_x86_pcrel=no
 echo '.text; foo: nop; .data; .long foo-.; .text' >  ...
#
12:38 on Mar 31, 2011Python
Commit by cartman on roundup :: #11729/libffi assembler relocation check is not robust, fails with clang: (link)
[new] The check under Modules/_ctypes/libffi/configure.ac does;

     echo '.text; foo: nop; .data; .long foo-.; .text' > conftest.s
     if $CC  ...
#
20:47 on Mar 20, 2011Python
Commit by cartman on roundup :: #11149/[PATCH] Configure should enable -fwrapv for clang: (link)
Whats holding this up?
#
20:33 on Feb 13, 2011Python
Commit by cartman on roundup :: #11149/[PATCH] Configure should enable -fwrapv for clang: (link)
@Antoine Pitrou , that is tracked by http://bugs.python.org/issue1621
#
12:40 on Feb 11, 2011Python
Commit by cartman on roundup :: #11149/[PATCH] Configure should enable -fwrapv for clang: (link)
I think the patch is good to go, any comments/questions ?
#
18:55 on Feb 08, 2011Python
Commit by cartman on roundup :: #11149/[PATCH] Configure should enable -fwrapv for clang: (link)
This is only reproducable with clang 2.9 trunk builds due to new optimizations. Also note that clang commits confirm that -fwrapv must be provided ...
#
10:49 on Feb 08, 2011Python
Commit by cartman on roundup :: #11149/[PATCH] Configure should enable -fwrapv for clang: (link)
Currently test_overflow inside test_list fails without this patch. Is that good enough or should we create a specific test?
#
10:46 on Feb 08, 2011Python
Commit by cartman on roundup :: #11149/[PATCH] Configure should enable -fwrapv for clang: (link)
[new] clang (as with gcc 4.x) assumes signed integer overflow is undefined. But Python depends on the fact that signed integer overflow wraps.

 ...
#
14:38 on Dec 13, 2010Python
Commit by cartman on roundup :: #10453/Add -h/--help option to compileall: (link)
Patch works fine on Mac OSX 10.6.5
#
08:26 on Dec 13, 2010Python
Commit by cartman on roundup :: #10691/make testall no longer working on Darwin: (link)
[new] Using py3k r87206 on Mac OSX 10.6.5,

 [~/Sources/py3k]> make testall
 running build
 running build_ext
 building dbm using ndbm

 Python  ...
#
10:03 on Nov 24, 2010Python
Commit by cartman on roundup :: #9852/test_ctypes fail with clang: (link)
No interesting option. But this looks like a clang bug, compiling _ctypes_test.c with -O0 fixes the issue. So this is a compiler optimization bug.
#
07:03 on Nov 24, 2010Python
Commit by cartman on roundup :: #9852/test_ctypes fail with clang: (link)
Problem seems to be in _ctypes_test.c . If you compile _ctypes_test.c with gcc problems disappears.
#
10:05 on Nov 09, 2010Python
Commit by cartman on roundup :: #10372/[REGRESSION] test_gc fails on Mac OSX 10.6: (link)
[new] py3k r86351,


 ======================================================================
 FAIL: test_garbage_at_shutdown (__main__.GCTests)
 ...
#
16:50 on Sep 26, 2010Python
Commit by cartman on roundup :: #8445/buildbot: test_ttk_guionly failures (test_traversal, test_tab_identifiers, test_identify, test_heading_callback): (link)
Works for me on Snow Leopard for the record.
#