On Fri, May 27, 2011 at 7:27 AM, Vitja Makarov wrote:
> I've recently fixed some issues:
>
> - closure variables were not tracked
> - scoped expression variables were initialized to None
>
> So, I should fix broken tests, here are some of them:
>
> nogil (should be fixed)
> purecdef (upstream)
>
John Ehresman, 27.05.2011 21:55:
ord() applied to a Py_UNICODE typed variable seems to yield a 1 character
unicode string rather than an integer. The following doctest fails when
added to unicodefunction.pyx:
def Py_UNICODE_ord(unicode s):
"""
>>> Py_UNICODE_ord(u' ')
32
"""
On Fri, May 27, 2011 at 6:16 AM, Vitja Makarov wrote:
> 2011/5/27 Dag Sverre Seljebotn :
>> On 05/27/2011 02:41 PM, Vitja Makarov wrote:
>>>
>>> 2011/5/27 Stefan Behnel:
Hi,
could we please make it a requirement to run the complete test suite
after a
branch merge? Or
On Fri, May 27, 2011 at 3:32 PM, Stefan Behnel wrote:
> Hi,
>
> I recently stumbled over a tradeoff question with AttributeError, and now
> found the same situation for UnboundLocalError in Vitja's control flow
> branch. So here it is.
>
> When we raise an exception several times in different part
Hi,
I recently stumbled over a tradeoff question with AttributeError, and now
found the same situation for UnboundLocalError in Vitja's control flow
branch. So here it is.
When we raise an exception several times in different parts of the code
with a message that only differs slightly each t
Hi,
ord() applied to a Py_UNICODE typed variable seems to yield a 1
character unicode string rather than an integer. The following doctest
fails when added to unicodefunction.pyx:
def Py_UNICODE_ord(unicode s):
"""
>>> Py_UNICODE_ord(u' ')
32
"""
cdef Py_UNICODE u
u =
On 27 May 2011 16:15, Dag Sverre Seljebotn wrote:
> On 05/27/2011 03:54 PM, Stefan Behnel wrote:
>>
>> [regarding the code for analysing uninitialised variables in the OpenMP
>> branch]
>>
>> dagss, 27.05.2011 10:32:
>>>
>>> I suggest this:
>>>
>>> a) Vitja and Stefan notifies Mark of any issues t
On 05/27/2011 04:27 PM, Vitja Makarov wrote:
I've recently fixed some issues:
- closure variables were not tracked
- scoped expression variables were initialized to None
So, I should fix broken tests, here are some of them:
nogil (should be fixed)
purecdef (upstream)
cfunc_directive_in_pyc
I've recently fixed some issues:
- closure variables were not tracked
- scoped expression variables were initialized to None
So, I should fix broken tests, here are some of them:
nogil (should be fixed)
purecdef (upstream)
cfunc_directive_in_pyclass (upstream)
bufaccess_noassignT444 (should be
On 05/27/2011 03:54 PM, Stefan Behnel wrote:
[regarding the code for analysing uninitialised variables in the OpenMP
branch]
dagss, 27.05.2011 10:32:
I suggest this:
a) Vitja and Stefan notifies Mark of any issues that stops control flow
analysis from going into trunk (outright collisions etc.
[regarding the code for analysing uninitialised variables in the OpenMP branch]
dagss, 27.05.2011 10:32:
I suggest this:
a) Vitja and Stefan notifies Mark of any issues that stops control flow
analysis from going into trunk (outright collisions etc.). Those have
prioritiy over fused types work
2011/5/27 Dag Sverre Seljebotn :
> On 05/27/2011 02:41 PM, Vitja Makarov wrote:
>>
>> 2011/5/27 Stefan Behnel:
>>>
>>> Hi,
>>>
>>> could we please make it a requirement to run the complete test suite
>>> after a
>>> branch merge? Or at least taking a close look at Jenkins after pushing a
>>> merge?
On 05/27/2011 02:41 PM, Vitja Makarov wrote:
2011/5/27 Stefan Behnel:
Hi,
could we please make it a requirement to run the complete test suite after a
branch merge? Or at least taking a close look at Jenkins after pushing a
merge? And then fixing the bugs it finds?
Stefan
There are failing
2011/5/27 Stefan Behnel :
> Hi,
>
> could we please make it a requirement to run the complete test suite after a
> branch merge? Or at least taking a close look at Jenkins after pushing a
> merge? And then fixing the bugs it finds?
>
> Stefan
>
There are failing tests in _control_flow branch.
I gu
Hi,
could we please make it a requirement to run the complete test suite after
a branch merge? Or at least taking a close look at Jenkins after pushing a
merge? And then fixing the bugs it finds?
Stefan
___
cython-devel mailing list
cython-devel@pyt
15 matches
Mail list logo