Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New options to better check Aria Templates dependencies. #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

divdavem
Copy link
Member

@divdavem divdavem commented Jul 9, 2013

With this pull request, atpackager is able to compare the global variables used in a file with the dependencies declared in $dependencies and it can report differences (useless declared dependencies or undeclared used dependencies), displaying either warnings or errors.

…dencies.

atpackager is now able to compare the global variables used in a file
with the dependencies declared in $dependencies and it can report
differences (useless declared dependencies or undeclared used dependencies),
displaying either warnings or errors.
@divdavem
Copy link
Member Author

divdavem commented Jul 9, 2013

This pull request is not yet ready to be integrated: in order to be really usable, there should be a way to mark that some specific accesses to global variables are normal, even if the corresponding dependencies are not present in the $dependencies section, so that the corresponding errors/warnings are removed. This is especially useful for dependencies loaded with Aria.load.

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.

1 participant