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

Ajile.AddImportListener: Should support namespace wildcards. #6

Open
iskitz opened this issue Jan 27, 2013 · 0 comments
Open

Ajile.AddImportListener: Should support namespace wildcards. #6

iskitz opened this issue Jan 27, 2013 · 0 comments

Comments

@iskitz
Copy link
Owner

iskitz commented Jan 27, 2013

Occasionally some tests in the jasmine test suite get skipped. This happens because we need to be able to do this:

Include ("net.ajile.test.*");
Listen   ("net.ajile.test.*", function initializeJasmine (moduleName) {...});

instead of this

Include ("net.ajile.test.*");
Listen   (function initializeJasmine (moduleName) {
    var ns = global.net && net.ajile && net.ajile.test;

    if (!(ns && ns.Load && ns.Namespace && ns...)) {
        return;
    }
    ...
});
@ghost ghost assigned iskitz Jan 27, 2013
iskitz added a commit that referenced this issue Jan 28, 2013
: Fixes the bug part of github issue #6: some incomplete test runs.
@iskitz iskitz removed their assignment Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant