Ticket #1095 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

[with patch] silly annoyance in sage -coverage

Reported by: craigcitro Owned by: craigcitro
Priority: trivial Milestone: sage-2.8.12
Component: doctest coverage Keywords:
Cc: Work issues:
Report Upstream: Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

I made a silly mistake when I was editing sage-coverage -- it will always tell you that a function is "possibly wrong" (i.e. function name doesn't occur in doctest) when there is no doctest; this is pretty obvious. This patch fixes it, so that now things only appear in the "possibly wrong" list if they *don't* appear in either of the other lists (missing documentation or missing doctests).

Attachments

trac_1095.hg Download (662 bytes) - added by craigcitro 6 years ago.
bundle for $SAGE_ROOT/local/bin

Change History

Changed 6 years ago by craigcitro

bundle for $SAGE_ROOT/local/bin

comment:1 Changed 6 years ago by mabshoff

  • Status changed from new to closed
  • Resolution set to fixed

applied to 2.8.12.rc0

Note: See TracTickets for help on using tickets.