Roundup Tracker - Issues

Message8489

Author rouilj
Recipients ThomasAH, ber, rouilj
Date 2026-08-05.16:59:44
Message-id <1785949185.09.0.700369491661.issue2550930@roundup-tracker.org>
In-reply-to
a patch on issue 2551421 will redo the registration methods.

It does away with __getattr__ by calling setattr on the TemplatingUtil object
instance for the tracker. This simplifies lookup.

The instance.registerUtil* methods block registering any util starting with
'_' or the name client. But all other methods on the TemplatingUtil object can
be replaced by registering them.

The instance registerUtil* methods check for duplicate names and give pointers
to the files/lines where the conflict happens.
History
Date User Action Args
2026-08-05 16:59:45rouiljsetmessageid: <1785949185.09.0.700369491661.issue2550930@roundup-tracker.org>
2026-08-05 16:59:45rouiljsetrecipients: + rouilj, ber, ThomasAH
2026-08-05 16:59:45rouiljlinkissue2550930 messages
2026-08-05 16:59:44rouiljcreate