Changes between Initial Version and Version 9 of Ticket #1795
- Timestamp:
- 03/07/13 08:16:45 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1795
-
Property
Status
changed from
new
toassigned
- Property Cc jason added
-
Property
Report Upstream
changed from
to
N/A
-
Property
Summary
changed from
[with-patch] Adds support for cdef'd and cpdef'd functions to sage-coverage
to[with patch, needs work] Adds support for cdef'd functions to sage-coverage
-
Property
Milestone
changed from
sage-2.11
tosage-2.10.4
- Property Owner changed from roed to mhansen
-
Property
Status
changed from
-
Ticket #1795 – Description
initial v9 1 The previous version of sage-coverage did not check cdef'd functions, and it incorrectly claimed that cpdef'd functions did not have doctests. This patch fixes that problem.1 sage-coverage does not check cdef'd functions. This patch fixes that problem.