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

Skip to content

[2.2][Finder] fix assets:install issue #7341

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
Mar 14, 2013
Merged

[2.2][Finder] fix assets:install issue #7341

merged 1 commit into from
Mar 14, 2013

Conversation

BenoitLeveque
Copy link
Contributor

I have some bundle with assets, and when i do.

app/console assets:install --env=prod

I don't have any of my file inside web/bundles, only empty first level directory like "css"
bug issue introduced by 7c66dff

@fabpot
Copy link
Member

fabpot commented Mar 13, 2013

Can you base your patch on the 2.1 branch as the bug is also there? Thanks.

@BenoitLeveque
Copy link
Contributor Author

i didn't reproduce this issue on the latest commit (175cdc0) on 2.1 branch

@taylorotwell
Copy link
Contributor

Yeah, it appears the Finder component's recursion is basically broken on the 2.2 branch.

@BenoitLeveque
Copy link
Contributor Author

@fabpot i can't reproduce this issue on the 2.1 branch because you already fix it, see 7241be9

fabpot added a commit that referenced this pull request Mar 14, 2013
This PR was merged into the 2.2 branch.

Commits
-------

602cdee replace INF to PHP_INT_MAX inside Finder component.

Discussion
----------

[2.2][Finder] fix assets:install issue

I have some bundle with assets, and when i do.
```
app/console assets:install --env=prod
```
I don't have any of my file inside web/bundles, only empty first level directory like "css"
bug issue introduced by 7c66dff

---------------------------------------------------------------------------

by fabpot at 2013-03-13T13:34:10Z

Can you base your patch on the 2.1 branch as the bug is also there? Thanks.

---------------------------------------------------------------------------

by BenoitLeveque at 2013-03-13T14:29:55Z

i didn't reproduce this issue on the latest commit (175cdc0) on 2.1 branch

---------------------------------------------------------------------------

by taylorotwell at 2013-03-13T14:35:28Z

Yeah, it appears the Finder component's recursion is basically broken on the 2.2 branch.

---------------------------------------------------------------------------

by BenoitLeveque at 2013-03-14T13:24:52Z

@fabpot i can't reproduce this issue on the 2.1 branch because you already fix it, see 7241be9
@fabpot fabpot merged commit 602cdee into symfony:2.2 Mar 14, 2013
@BenoitLeveque BenoitLeveque deleted the assets-install-finder-issue branch March 14, 2013 14:04
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