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

Skip to content

[FrameworkBundle][Yaml] Remove some unused code #49290

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
Feb 8, 2023

Conversation

fancyweb
Copy link
Contributor

@fancyweb fancyweb commented Feb 7, 2023

Q A
Branch? 6.2
Bug fix? no
New feature? no
Deprecations? no
Tickets -
License MIT
Doc PR -

@fancyweb fancyweb requested a review from xabbuh as a code owner February 7, 2023 21:59
@carsonbot carsonbot added this to the 6.2 milestone Feb 7, 2023
@carsonbot carsonbot changed the title Remove some dead code Remove some unused code Feb 7, 2023
@@ -2401,10 +2401,6 @@ private function registerHttpClientConfiguration(array $config, ContainerBuilder

private function registerRetryableHttpClient(array $options, string $name, ContainerBuilder $container)
{
if (!class_exists(RetryableHttpClient::class)) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

symfony/framework-bundle conflicts with symfony/http-client < 5.4`

@@ -91,10 +91,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$this->format = $input->getOption('format');
$flags = $input->getOption('parse-tags');

if ('github' === $this->format && !class_exists(GithubActionReporter::class)) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

symfony/yaml conflicts with symfony/console < 5.4

@carsonbot carsonbot changed the title Remove some unused code [FrameworkBundle][Yaml] Remove some unused code Feb 7, 2023
Copy link
Member

@derrabus derrabus left a comment

Choose a reason for hiding this comment

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

For 6.3?

@fabpot fabpot modified the milestones: 6.2, 6.3 Feb 8, 2023
@fabpot fabpot changed the base branch from 6.2 to 6.3 February 8, 2023 07:56
@fabpot fabpot force-pushed the minor/dead-code-bc-deps branch from a008ed5 to 8929b8e Compare February 8, 2023 07:56
@fabpot
Copy link
Member

fabpot commented Feb 8, 2023

Thank you @fancyweb.

@fabpot fabpot merged commit ea7cc20 into symfony:6.3 Feb 8, 2023
@fancyweb fancyweb deleted the minor/dead-code-bc-deps branch February 8, 2023 08:17
xabbuh added a commit that referenced this pull request Jan 17, 2024
This PR was submitted for the 6.4 branch but it was merged into the 7.1 branch instead.

Discussion
----------

[FrameworkBundle] Remove redundant check from test

| Q             | A
| ------------- | ---
| Branch?       | 6.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Issues        | -
| License       | MIT

This was overlooked in #49290.

The check is no longer required since `symfony/framework-bundle` now conflicts with `symfony/http-client < 5.4`

Commits
-------

4138e90 [FrameworkBundle] Remove redundant check from test
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.

4 participants