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-7581] Fixed bug with how the loader processes plugins. Almost mov... #1404

Merged
merged 2 commits into from Feb 13, 2012
Merged

[TIMOB-7581] Fixed bug with how the loader processes plugins. Almost mov... #1404

merged 2 commits into from Feb 13, 2012

Conversation

cb1kenobi
Copy link
Contributor

...ed isDef() out of loader to lang. Minor code cleanup.

@nebrius
Copy link
Contributor

nebrius commented Feb 13, 2012

One comment: it seems counter intuitive to have require.is and lang.isDef. They should both be in the same namespace since they are very closely related.

@cb1kenobi
Copy link
Contributor Author

is() will eventually get moved into lang along with each, has, mix, and on. The Ti package should not have dependencies on anything in the loader. However, we'll have a has() shim and shims for all these other methods that will get ripped out by the AST. That's why I only moved isDef() right now since it's not used by the loader at all.

@nebrius
Copy link
Contributor

nebrius commented Feb 13, 2012

Code reviewed and tested. Request accepted.

nebrius added a commit that referenced this pull request Feb 13, 2012
[TIMOB-7581] Fixed bug with how the loader processes plugins. Almost mov...
@nebrius nebrius merged commit f9144af into tidev:master Feb 13, 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