Skip to content
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

[Filesystem] Updated Filesystem::makePathRelative #25022

Merged
merged 1 commit into from Nov 21, 2017

Conversation

inso
Copy link

@inso inso commented Nov 18, 2017

Q A
Branch? master
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets -
License MIT
Doc PR -

Removed checks for absolute paths since Symfony >= 4.0 drops support for relative paths.

@sroze
Copy link
Contributor

sroze commented Nov 19, 2017

Could you maybe try to solve the issues you've mentioned in #25023 ? Failing tests are already a great contribution!

@inso
Copy link
Author

inso commented Nov 19, 2017

@sroze yes, sure. I just wanted to receive some feedback.

@nicolas-grekas
Copy link
Member

Issues mentioned in #25023 should be fixed in a different PR, against the lowest branches where they apply.

@nicolas-grekas
Copy link
Member

Thank you @inso.

@nicolas-grekas nicolas-grekas merged commit 9da7c50 into symfony:master Nov 21, 2017
nicolas-grekas added a commit that referenced this pull request Nov 21, 2017
This PR was merged into the 4.0-dev branch.

Discussion
----------

[Filesystem] Updated Filesystem::makePathRelative

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Removed checks for absolute paths since Symfony >= 4.0 drops support for relative paths.

Commits
-------

9da7c50 removed checks for absolute paths
@fabpot fabpot mentioned this pull request Nov 21, 2017
@inso inso deleted the filesystem-update-1 branch November 21, 2017 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants