Skip to content

[FrameworkBundle][WebServerBundle] Revert deprecation of --env and --no-debug console options #29204

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

Conversation

nicolas-grekas
Copy link
Member

This reverts commit 9f60ff8.
This reverts commit 31b5615.

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

Working on recipes with @weaverryan, we figured out that this deprecation is just making our life more difficult. Let's revert it.

Same as #29126, reverts #28745 and #28653

…no-debug console options

This reverts commit 9f60ff8.
This reverts commit 31b5615.
Copy link
Member

@weaverryan weaverryan left a comment

Choose a reason for hiding this comment

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

We were still trying to support these options via the bin/console file... but it required a lot of ugly, complex parsing. If we're going to support these options - and I think there are good use-cases for it - keeping it in core simplifies life elsewhere.

@nicolas-grekas
Copy link
Member Author

Thank you @chalasr.

@nicolas-grekas nicolas-grekas merged commit 443f8ad into symfony:master Nov 14, 2018
nicolas-grekas added a commit that referenced this pull request Nov 14, 2018
…-env and --no-debug console options (chalasr)

This PR was merged into the 4.2-dev branch.

Discussion
----------

[FrameworkBundle][WebServerBundle] Revert deprecation of --env and --no-debug console options

This reverts commit 9f60ff8.
This reverts commit 31b5615.

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

Working on recipes with @weaverryan, we figured out that this deprecation is just making our life more difficult. Let's revert it.

Same as #29126, reverts #28745 and #28653

Commits
-------

443f8ad [FrameworkBundle][WebServerBundle] Revert deprecation of --env and --no-debug console options
@nicolas-grekas nicolas-grekas deleted the revert-env-deprecation branch November 14, 2018 10:36
@Tobion
Copy link
Contributor

Tobion commented Nov 14, 2018

Do we need to reopen #23343 now?

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.

6 participants