Skip to content

Add more details on directory creation failures #14728

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
wants to merge 1 commit into from

Conversation

SpacePossum
Copy link
Contributor

Q A
Bug fix? [no]
New feature? [no]
BC breaks? [no]
Deprecations? no]
Tests pass? [yes*]
License MIT

(* that is a bit of a lie, there are lot of Yaml parsing test failing locally but those are not related)

@SpacePossum
Copy link
Contributor Author

https://travis-ci.org/symfony/symfony/jobs/63667867

Warning: This development build of composer is over 30 days old. It is recommended to update it by running "/home/travis/.phpenv/versions/5.3.3/bin/composer self-update" to get the latest version.

Who should we inform about this?

@fabpot
Copy link
Member

fabpot commented Jun 1, 2015

This can only be merged in 2.8 as it changes the behavior of the code.

@fabpot fabpot added the Ready label Jun 1, 2015
@fabpot
Copy link
Member

fabpot commented Jun 9, 2015

👍

@SpacePossum
Copy link
Contributor Author

This can only be merged in 2.8 as it changes the behavior of the code.

👍 do you want me to open a new PR against master?

@fabpot
Copy link
Member

fabpot commented Jun 9, 2015

No, no need to create a PR on master, 2.8 is merged into master on a regular basis.


if (null !== $this->debugger) {
$this->debugger->log(sprintf('Storing template "%s" in cache', $template->get('name')));
$this->debugger->log(sprintf('Stored template "%s" in cache; %s', $template->get('name'), false === $writeResult ? 'failed' : 'success'));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

: instead of ;

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will update 👍

@nicolas-grekas
Copy link
Member

@SpacePossum why did you close this PR?

@SpacePossum
Copy link
Contributor Author

@nicolas-grekas I closed it because it needs rework and I didn't want to bother any more people with the PR until I've done that. Could you give you opinion on my suggestion #14728 (comment) , it would help me to get back on this one:)

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.

3 participants