-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] Fix 3174 (unknown internal error when installing non-zip file) #2989
Comments
Comment by dangoor to |
Comment by peterflynn The pull request NJ just merge contains a different fix for this -- in Package.installFromURL(), we just pull out the first validation error, so clients of Package (i.e. callers of formatError()) are never exposed to the nested array case. I originally favored a fix like this, but I was concerned that it leaves installFromURL()'s error format somewhat ambiguous. If you get Seems like it's worth (maybe after this sprint) doing some cleanup of our error format to resolve several issues:
|
Comment by peterflynn So I guess what I'm saying is... as long as #3174 really is fixed by pull #3178, maybe we should just spin off a cleanup bug and then close this? |
Comment by peterflynn And yep, looks like that pull did fix it. I'll FBNC it to Glenn to make sure... |
Comment by dangoor
|
Comment by peterflynn I spun off #3205 with a summary of the questions raised here -- |
Issue by dangoor
Wednesday Mar 20, 2013 at 02:28 GMT
Originally opened as adobe/brackets#3179
Fixes #3174: Changed
Package.formatError
to better handle the error messages returned from the serverdangoor included the following code: https://github.com/adobe/brackets/pull/3179/commits
The text was updated successfully, but these errors were encountered: