c9 / architect

A simple yet powerful plugin system for large-scale node applications
MIT License
982 stars 129 forks source link

infinite loop if dependency is not exist #27

Closed qfox closed 9 years ago

qfox commented 11 years ago

resolveConfigSync goes to inf loop (base eq /, and resolve("/..") eq /) if package not exist

wmeints commented 10 years ago

Would love to have this fix included. It makes the experience a lot more satisfying for people that are just starting out with Architect and have no idea that this can happen when you specify the wrong path for a plugin.

qfox commented 10 years ago

If here we need to rebase branch or fix something just tell me and I'll do it.

greuze commented 5 years ago

This happens again, and is fixed in #70