Opened 9 years ago
Closed 8 years ago
#1361 closed enhancement (fixed)
Update explicit info strings in calls to `getter-with-setter`
| Reported by: | felix winkelmann | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 5.0 |
| Component: | core libraries | Version: | 5.0.0 |
| Keywords: | Cc: | ||
| Estimated difficulty: | trivial |
Description
getter-with-setter allows passing an optional info string that is shown when printing a procedure. Currently these strings do not contain the module prefix, which is added for internally generated info strings.
For consistency, we should add the module-prefixes manually in uses of getter-with-setter.
Note:
See TracTickets
for help on using tickets.

I think it's possible that if we fix #1363, we can get away in some cases by removing the info-string altogether. Take this, for example:
From what I gather, the only reason we can't just re-use the info-string from the original
caargetter is issue #1363.