-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
Varien_Io_File has an erratic implementation of cd #66
Comments
I would say either we remove the exception or add Seems there's no error checking now for any of those usages anyway (which seems like a pretty big oversight) so it may be best to add it in all of those places now... Do you have thoughts on this @masmrlar? |
@Flyingmana @masmrlar Is this still an issue? (I see a pull request) |
The referred PullRequest comes from a different repository, and is related to a different Issue (updating Magento) For this Topic here, I would instead of trying to change anything there, put out the recommendation to use a better supported library for File/Directory Access. Also I would not add any error checking at the moment, as this would mean we expect this error there, but we very likely dont know what others expect if this error happens. Also it would change the current error behaviour a lot. Means: if we have an exception there, and it bubbles up to the top, than it has very likely a good reason for this. |
Just pushed a PR for this one. I also removed |
The thrown exception is superflous and breaks the interface.
The text was updated successfully, but these errors were encountered: