#12755: Make coverage remove return types from Cython functions
----------------------------------+-----------------------------------------
Reporter: jdemeyer | Owner: leif
Type: defect | Status: needs_review
Priority: minor | Milestone: sage-5.0
Component: scripts | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Jeroen Demeyer | Merged in:
Dependencies: | Stopgaps:
----------------------------------+-----------------------------------------
Description changed by jdemeyer:
Old description:
> A function like
> {{{
> cdef long foo()
> }}}
> will confuse the coverage script: it will look for "long foo" in the
> docstring instead of "foo".
>
> '''Apply''' [attachment:12755_coverage_cython.patch] to the SCRIPTS
> repository.
New description:
A function like
{{{
cpdef long foo()
}}}
will confuse the coverage script: it will look for "long foo" in the
docstring instead of "foo".
'''Apply''' [attachment:12755_coverage_cython.patch] to the SCRIPTS
repository.
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12755#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.