Modify ↓
Ticket #5657 (closed defect: fixed)
Opened 5 years ago
Last modified 4 years ago
Component Signatures Confused
| Reported by: | Dave Abrahams <dave@…> | Owned by: | osimons |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11 |
| Component: | general | Version: | devel |
| Severity: | minor | Keywords: | documentation |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
browser:trunk/trac/perm.py:r5747#L53 shows that the use of the "self" argument, at the very least, is inconsistent.
It might be a good idea to turn on conformance checking for 0.12
Attachments
Change History
comment:1 Changed 4 years ago by cboos
- Keywords documentation added
- Milestone set to 0.11.1
comment:2 Changed 4 years ago by osimons
- Milestone changed from 0.11.1 to 0.11
- Owner changed from jonas to osimons
I'm fixing it.
comment:3 Changed 4 years ago by osimons
- Resolution set to fixed
- Status changed from new to closed
That method + one more fixed in [6329]. Well spotted :-)
Note: See
TracTickets for help on using
tickets.



Well, there's no check done on the signatures, and I'm not sure it's worth doing it.
But at least we can document the Interface APIs in a consistent way.