durusmail: quixote-users: [patch] _q_import
[patch] _q_import
[patch] _q_import
2002-12-02
2002-12-03
2002-12-03
2002-12-04
2002-12-07
2002-12-07
2002-12-09
2002-12-09
2002-12-05
[patch] _q_import
Greg Ward
2002-12-04
On 04 December 2002, Neil Schemenauer said:
> Does that meet your needs?  There is a minor backwards incompatibility
> with this idea.  Applications with modules that have both a _q_getname
> and rely on automatic importing would break.  I looked through our code
> and only found one module like this and it's easily fixed.

That sounds like a subtle sort of breakage.  What do you tell people to
look for in their code?  It's not like "grep ^template" to change to the
new template syntax.

_q_getname() does one thing fairly well.  _q_import() does seem a bit
arcane, but if it's really needed, IMHO it should be a separate bit of
_q magic.

        Greg

reply