Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Removed deprecations in Filesystem component#14145

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
dosten wants to merge3 commits intosymfony:masterfromdosten:filesystem-deprecations
Closed

Removed deprecations in Filesystem component#14145

dosten wants to merge3 commits intosymfony:masterfromdosten:filesystem-deprecations

Conversation

dosten
Copy link
Contributor

QA
Bug fix?no
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets-
LicenseMIT
Doc PR-

@@ -479,9 +477,6 @@ public function dumpFile($filename, $content, $mode = 0666)
}

$this->rename($tmpFile, $filename, true);
if (null !== $mode) {
$this->chmod($filename, $mode);

Choose a reason for hiding this comment

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

Looks like we missed triggering a deprecation notice here in 2.7?

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

Yes, you are right, in what branch must be applied a patch for this?

Choose a reason for hiding this comment

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

We add these to 2.7

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

The default value of the$mode param is 0666, so the error will be triggered ever

Copy link
Member

Choose a reason for hiding this comment

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

@aitboudad
Copy link
Contributor

can you also update the CHANGELOG.

@dosten
Copy link
ContributorAuthor

@aitboudad sorry i don't understand, update the CHANGELOG.md for what?

@aitboudad
Copy link
Contributor

@dosten just add note about the removed deprecations, you can seehttps://github.com/symfony/symfony/blob/master/src/Symfony/Component/Form/CHANGELOG.md for example

@dosten
Copy link
ContributorAuthor

@aitboudad Done!

@dosten
Copy link
ContributorAuthor

ping@stof@fabpot

@fabpot
Copy link
Member

Thank you@dosten.

@fabpotfabpot closed thisMay 16, 2015
fabpot added a commit that referenced this pull requestMay 16, 2015
This PR was squashed before being merged into the 3.0-dev branch (closes#14145).Discussion----------Removed deprecations in Filesystem component| Q             | A| ------------- | ---| Bug fix?      | no| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets | -| License       | MIT| Doc PR        | -Commits-------5d1e558 Removed deprecations in Filesystem component
@dostendosten deleted the filesystem-deprecations branchMay 16, 2015 14:28
@fabpotfabpot mentioned this pull requestNov 16, 2015
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

5 participants
@dosten@aitboudad@fabpot@nicolas-grekas@xabbuh

[8]ページ先頭

©2009-2025 Movatter.jp