Robert wrote:
>> Anyway, my current state is now up; I think it can be merged into
>> cython-devel now (in order to get the SourceDescriptor thing into the
>> main branch, so that more people than me can see if it breaks
>> anything).
>
> Wasn't able to compile Sage with it, broke on line 42 of Nodes.py
> (should be an easy fix).

Ah, thanks. I'll remember to add Sage to my test case (though I suppose
every time something like this happens one should in principle add
something to Cython testcases too (generating docstrings in this
case)...will have to see if I get time though...)

Won't be with my computer before Thursday or Friday but I'll fix it then.

(The fix will probably be

-return (pos[0][absolute_path_length+1:], pos[1])
+return (pos[0].get_filenametable_entry()[absolute_path_length+1:], pos[1])

but I might as well get used to compiling Sage...)

Dag Sverre

_______________________________________________
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to