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

[TIMOB-10767] Implemented support for working with modules #7

Merged
merged 3 commits into from Oct 5, 2012
Merged

[TIMOB-10767] Implemented support for working with modules #7

merged 3 commits into from Oct 5, 2012

Conversation

nebrius
Copy link
Contributor

@nebrius nebrius commented Oct 3, 2012

No description provided.

});
};

exports.find = function (modules, platforms, deployType, projectDir, logger, callback) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Um, I sorta need this function. I pass it a list of modules from the tiapp.xml and it determines which ones are installed, missing, or incompatible.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is it called from? I couldn't find it anywhere.

@cb1kenobi
Copy link
Contributor

Yeah, I'm thinking this file should not have been touched at all. All this new activate module logic should be in the "titanium" repo in a module.js similar to config.js.

@nebrius
Copy link
Contributor Author

nebrius commented Oct 3, 2012

I dunno, I don't like the idea of keeping related module logic in two different places.

@cb1kenobi
Copy link
Contributor

Code reviewed and tested. Request ACCEPTED.

cb1kenobi added a commit that referenced this pull request Oct 5, 2012
[TIMOB-10767] Implemented support for working with modules
@cb1kenobi cb1kenobi merged commit 3bad0b9 into tidev:master Oct 5, 2012
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.

None yet

2 participants