-
Notifications
You must be signed in to change notification settings - Fork 33
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
Issue with using installer (error: undefined method `[]' for nil:NilClass.) #138
Comments
Seems this could because I'm running it on a windows machine.. Should perhaps not throw an error because of this, and just skip it? |
Maybe because Windows isn't a package available on Windows. We should filter them out before trying to install. Thanks for the bug report! |
@marklonquist I made it so that it fails. As it's the same mechanism that will catch someone asking to install package |
@lacostej the hard fail is great, as it gives a reason to what the issue is.. Perhaps also add a "-skip-modules" argument (you may be able to think of a better work)? Just a suggestion :-) |
@marklonquist I am not sure I understand how you want the u3d already has the ability to install just the core (except on Linux where it doesn't install modules). Or did you mean something like |
It was just a quick thought :-) But yea, it was the "-skip-non-existing-modules" variant I was looking for, but no, it's not really needed. So the hard fail is exactly what was needed I'd guess. |
Cool. Feedback really appreciated. Note: you're our first external bug reporter on github. Achievement unlocked! ;) |
Glad I could help :) You can close this whenever you believe it's completely done. |
u3d/installer: hard fail if we ask for a non existant package (Related to #138)
The text was updated successfully, but these errors were encountered: