-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Currently and included file is checked against a list of included files and an error is raised it a duplicate include is found.
I suspect this was installed to detect and prevent circular includes, were a file includes itself or a file that includes itself. This is an important check, but there could be legitimate reasons to include the same file twice.
Is there sufficient reason to try an make this check more sophisticated so that it allows simple duplicate includes but prevents circular ones?
Reactions are currently unavailable