Skip to content

Add (or correct) _filename_init methods for all macros. - #1525

Open
drgrice1 wants to merge 1 commit into
openwebwork:developfrom
drgrice1:init-method-fixes
Open

Add (or correct) _filename_init methods for all macros.#1525
drgrice1 wants to merge 1 commit into
openwebwork:developfrom
drgrice1:init-method-fixes

Conversation

@drgrice1

Copy link
Copy Markdown
Member

Not having this method in a macro can cause unnecessary file IO and perl compilation if a macro happens to be loaded more than once. That is not desirable even for the smallest of macros (like MathObjects.pl which is actually quite likely to be loaded multiple times).

Not having this method in a macro can cause unnecessary file IO and perl
compilation if a macro happens to be loaded more than once. That is not
desirable even for the smallest of macros (like MathObjects.pl which is
actually quite likely to be loaded multiple times).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants