Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[AssetMapper] Leverage Filesystem #57890

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

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

smnandre
Copy link
Member

Q A
Branch? 7.2
Bug fix? no
New feature? no
Deprecations? no
Issues Fix #...
License MIT

Continue the work started in #54173 & #54724 to replace php file functions (mkdir, file_get_contents , file_put_contents, unlink) by Filesystem methods

@smnandre smnandre force-pushed the feat/asset-mapper-filesystem branch from 2ee9657 to 568eb1b Compare August 12, 2024 11:41
@smnandre
Copy link
Member Author

I think all the failures are Mime related

@nicolas-grekas nicolas-grekas force-pushed the feat/asset-mapper-filesystem branch from 568eb1b to fc9308a Compare August 13, 2024 10:45
@smnandre
Copy link
Member Author

smnandre commented Aug 15, 2024

@nicolas-grekas Used windows-only method to test exception & came back to simpler (not test-related) code in the RemotePackageStorage file


AppVeyor had a problem during AssetMapper tests ..

Testing C:\projects\symfony\src\Symfony\Component\AssetMapper
.
Fatal error: Out of memory (allocated 1879048192 bytes) (tried to allocate 262144 bytes) in C:\projects\symfony\src\Symfony\Component\DependencyInjection\ContainerBuilder.php on line 1747

Can we re-run them to see ?


Unit tests failures unrelated (AssetMapper ones pass)

Copy link
Member

@nicolas-grekas nicolas-grekas left a comment

Choose a reason for hiding this comment

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

(failures unrelated)

@fabpot fabpot force-pushed the feat/asset-mapper-filesystem branch from 9b20984 to a1bb5a2 Compare August 19, 2024 08:18
@fabpot
Copy link
Member

fabpot commented Aug 19, 2024

Thank you @smnandre.

@fabpot fabpot merged commit 9c441cd into symfony:7.2 Aug 19, 2024
8 of 10 checks passed
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.

7 participants