8000 Comparing v6.1.8...v6.1.9 · symfony/console · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/console
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.8
Choose a base ref
...
head repository: symfony/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.9
Choose a head ref
  • 9 commits
  • 3 files changed
  • 6 contributors

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    7bb0309 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. bug #48089 [Console] Fix clear line with question in section (maxbeck…

    …ers)
    
    This PR was merged into the 6.1 branch.
    
    Discussion
    ----------
    
    [Console] Fix clear line with question in section
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.1
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | Fix #47411
    | License       | MIT
    | Doc PR        | -
    
    In the issue #47411 is the current behavior described (with videos).
    
    The problem is in a section using a question and a clear. Then one line is not cleared because of the `return` so submit the input.
    
    NOTICE: This bug might be as well in the versions 4.4+, but in the versions < 6.1 it would be more complicated to fix, because the `SymfonyStyle` does not have the property `$output` in this versions.
    
    Commits
    -------
    
    fe1ddd3a99 [Console] Fix clear line with question in section
    chalasr committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    578809f View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Revert "bug #48089 [Console] Fix clear line with question in section …

    …(maxbeckers)"
    
    This reverts commit caffee8d62e7f998fcf6116ca128b8343017f3d2, reversing
    changes made to f14901e3a4343bb628ff0f7e5f213752381a069e.
    chalasr committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    c649f33 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Configuration menu
    Copy the full SHA
    9bd719e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Merge branch '5.4' into 6.0

    * 5.4:
      Fix CS
      Compatibility with doctrine/annotations 2
      [Console] Fix a test when pcntl is not available (following #48329)
      [FrameworkBundle] fix: fix typo about help
    derrabus committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    9050b8c View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.0' into 6.1

    * 6.0:
      Fix CS
      Compatibility with doctrine/annotations 2
      [Console] Fix a test when pcntl is not available (following #48329)
      [FrameworkBundle] fix: fix typo about help
    derrabus committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    9413b2e View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    58422fd View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.0

    * 5.4:
      [Console] Correctly overwrite progressbars with different line count per step
      [DependencyInjection] Fix deduplicating service instances in circular graphs
      [Form] Make `ButtonType` handle `form_attr` option
      [PhpUnitBridge] Use verbose deprecation output for quiet types only when it reaches the threshold
      [CssSelector] Fix escape patterns
    nicolas-grekas committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    2ab3073 View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.0' into 6.1

    * 6.0:
      [Console] Correctly overwrite progressbars with different line count per step
      [DependencyInjection] Fix deduplicating service instances in circular graphs
      [Form] Make `ButtonType` handle `form_attr` option
      [PhpUnitBridge] Use verbose deprecation output for quiet types only when it reaches the threshold
      [CssSelector] Fix escape patterns
    nicolas-grekas committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    b800f23 View commit details
    Browse the repository at this point in the history
Loading
0